You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Eric Nygma <pr...@gmail.com> on 2007/09/04 08:16:59 UTC

Build failure on Synapse sources

Hi ,

I just checked out the Synapse sources from :

svn checkout http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
Apache-Synapse


and did a mvn clean install .
The build failed with : [
Downloading:
http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
Downloading:
http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.axis2:axis2:jar:SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2
\
          -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
      1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
      2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
      3) org.apache.axis2:axis2:jar:SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.apache.synapse:synapse-transports:jar:SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-m2 (http://dist.wso2.org/maven2/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 35 seconds
[INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
[INFO] Final Memory: 13M/24M
[INFO]
------------------------------------------------------------------------


]

I am used Maven 2.0.6. Anything I might have missed ? I did not touch the
pom.xmls in the sources.

Thanks.

Re: Build failure on Synapse sources

Posted by Ruwan Linton <ru...@gmail.com>.
Yes Asankha,

But I got through the test. I think it should be due to some dependency
problem. I will comment this if I can not reproduce or fix the failure.

Thanks,
Ruwan

On 9/4/07, Asankha C. Perera <as...@wso2.com> wrote:
>
> Ruwan
>
> Can you comment the VFS test for now. I will look into this ASAP
>
> thanks
> asankha
>
> Eric Nygma wrote:
> > Hi Ruwan,
> >
> > On 9/4/07, Ruwan Linton <ru...@gmail.com> wrote:
> >
> >> Hi Eric,
> >>
> >> See the comment in line,
> >>
> >> On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
> >>
> >>> Ok , I got past this error :
> >>> Downloaded the axis2*.jar from
> >>>
> >>>
> >>>
> >>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-20070904.045454-219.jar
> >>
> >>> and manually installed it.
> >>>
> >>> Upon doing mvn clean install -Dmaven.test.skip=true , things went
> >>> through.However,in the target dir, there was only a .war file.
> >>>
> >>
> >> Is there test failures? (if you skip tests just to fasten the build
> then
> >> it
> >> is ok)
> >>
> >
> >
> > Yes, there are test failures { in testXMLFileInDirectory(
> > org.apache.axis2.transport.vfs.VFSEchoRawXMLTest) }
> >
> > So I skipped the tests.
> >
> >
> > Is the standalone version of Synapse now deprecated ?
> >
> >>
> >> No. In order for the release artifacts to be generated you need to do a
> >> "mvn
> >> assembly:assembly -Drelease" after the install, then you should be able
> to
> >> see the zip distribution on the target folder.
> >>
> >
> >
> > Ok. Now I get the zip distribution too. Thanks.
> > Eric.
> >
> > Thanks,
> >
> >> Ruwan.
> >>
> >>
> >> Thanks,
> >>
> >>> Eric.
> >>>
> >>> On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
> >>>
> >>>> Hi ,
> >>>>
> >>>> I just checked out the Synapse sources from :
> >>>>
> >>>> svn checkout
> >>>>
> >>> http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
> >>>
> >>>>  Apache-Synapse
> >>>>
> >>>>
> >>>> and did a mvn clean install .
> >>>> The build failed with : [
> >>>> Downloading:
> >>>>
> >>
> http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> >>
> >>>> Downloading:
> >>>>
> >>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> >>
> >>>> Downloading:
> >>>>
> >>>>
> >>
> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> >>
> >>>> [INFO]
> >>>>
> >>>>
> >>
> ------------------------------------------------------------------------
> >>
> >>>> [ERROR] BUILD ERROR
> >>>> [INFO]
> >>>>
> >>>>
> >>
> ------------------------------------------------------------------------
> >>
> >>>> [INFO] Failed to resolve artifact.
> >>>>
> >>>> Missing:
> >>>> ----------
> >>>> 1) org.apache.axis2:axis2:jar:SNAPSHOT
> >>>>
> >>>>   Try downloading the file manually from the project website.
> >>>>
> >>>>   Then, install it using the command:
> >>>>       mvn install:install-file -DgroupId=
> >>>>
> >>> org.apache.axis2-DartifactId=axis2 \
> >>>
> >>>>           -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> >>>>
> >>>>   Path to dependency:
> >>>>       1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
> >>>>       2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
> >>>>       3) org.apache.axis2:axis2:jar:SNAPSHOT
> >>>>
> >>>> ----------
> >>>> 1 required artifact is missing.
> >>>>
> >>>> for artifact:
> >>>>   org.apache.synapse:synapse-transports:jar:SNAPSHOT
> >>>>
> >>>> from the specified remote repositories:
> >>>>   central (http://repo1.maven.org/maven2 ),
> >>>>   wso2-m2 (http://dist.wso2.org/maven2/),
> >>>>   apache.snapshots (
> >>>>
> >> http://people.apache.org/repo/m2-snapshot-repository
> >>
> >>>> ),
> >>>>   apache-snapshots (
> >>>>
> >>> http://people.apache.org/repo/m2-snapshot-repository/)
> >>>
> >>>> [INFO]
> >>>>
> >>>>
> >>
> ------------------------------------------------------------------------
> >>
> >>>> [INFO] For more information, run Maven with the -e switch
> >>>> [INFO]
> >>>>
> >>>>
> >>
> ------------------------------------------------------------------------
> >>
> >>>> [INFO] Total time: 35 seconds
> >>>> [INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
> >>>> [INFO] Final Memory: 13M/24M
> >>>> [INFO]
> >>>>
> >>>>
> >>
> ------------------------------------------------------------------------
> >>
> >>>> ]
> >>>>
> >>>> I am used Maven 2.0.6. Anything I might have missed ? I did not touch
> >>>>
> >>> the
> >>>
> >>>> pom.xmls in the sources.
> >>>>
> >>>> Thanks.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>
> >> --
> >> Ruwan Linton
> >> http://www.wso2.org - "Oxygenating the Web Services Platform"
> >>
> >>
> >
> >
>



-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

Re: Build failure on Synapse sources

Posted by "Asankha C. Perera" <as...@wso2.com>.
Ruwan

Can you comment the VFS test for now. I will look into this ASAP

thanks
asankha

Eric Nygma wrote:
> Hi Ruwan,
>
> On 9/4/07, Ruwan Linton <ru...@gmail.com> wrote:
>   
>> Hi Eric,
>>
>> See the comment in line,
>>
>> On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
>>     
>>> Ok , I got past this error :
>>> Downloaded the axis2*.jar from
>>>
>>>
>>>       
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-20070904.045454-219.jar
>>     
>>> and manually installed it.
>>>
>>> Upon doing mvn clean install -Dmaven.test.skip=true , things went
>>> through.However,in the target dir, there was only a .war file.
>>>       
>>
>> Is there test failures? (if you skip tests just to fasten the build then
>> it
>> is ok)
>>     
>
>
> Yes, there are test failures { in testXMLFileInDirectory(
> org.apache.axis2.transport.vfs.VFSEchoRawXMLTest) }
>
> So I skipped the tests.
>
>
> Is the standalone version of Synapse now deprecated ?
>   
>>
>> No. In order for the release artifacts to be generated you need to do a
>> "mvn
>> assembly:assembly -Drelease" after the install, then you should be able to
>> see the zip distribution on the target folder.
>>     
>
>
> Ok. Now I get the zip distribution too. Thanks.
> Eric.
>
> Thanks,
>   
>> Ruwan.
>>
>>
>> Thanks,
>>     
>>> Eric.
>>>
>>> On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
>>>       
>>>> Hi ,
>>>>
>>>> I just checked out the Synapse sources from :
>>>>
>>>> svn checkout
>>>>         
>>> http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
>>>       
>>>>  Apache-Synapse
>>>>
>>>>
>>>> and did a mvn clean install .
>>>> The build failed with : [
>>>> Downloading:
>>>>         
>> http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
>>     
>>>> Downloading:
>>>>         
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
>>     
>>>> Downloading:
>>>>
>>>>         
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
>>     
>>>> [INFO]
>>>>
>>>>         
>> ------------------------------------------------------------------------
>>     
>>>> [ERROR] BUILD ERROR
>>>> [INFO]
>>>>
>>>>         
>> ------------------------------------------------------------------------
>>     
>>>> [INFO] Failed to resolve artifact.
>>>>
>>>> Missing:
>>>> ----------
>>>> 1) org.apache.axis2:axis2:jar:SNAPSHOT
>>>>
>>>>   Try downloading the file manually from the project website.
>>>>
>>>>   Then, install it using the command:
>>>>       mvn install:install-file -DgroupId=
>>>>         
>>> org.apache.axis2-DartifactId=axis2 \
>>>       
>>>>           -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>>>
>>>>   Path to dependency:
>>>>       1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
>>>>       2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
>>>>       3) org.apache.axis2:axis2:jar:SNAPSHOT
>>>>
>>>> ----------
>>>> 1 required artifact is missing.
>>>>
>>>> for artifact:
>>>>   org.apache.synapse:synapse-transports:jar:SNAPSHOT
>>>>
>>>> from the specified remote repositories:
>>>>   central (http://repo1.maven.org/maven2 ),
>>>>   wso2-m2 (http://dist.wso2.org/maven2/),
>>>>   apache.snapshots (
>>>>         
>> http://people.apache.org/repo/m2-snapshot-repository
>>     
>>>> ),
>>>>   apache-snapshots (
>>>>         
>>> http://people.apache.org/repo/m2-snapshot-repository/)
>>>       
>>>> [INFO]
>>>>
>>>>         
>> ------------------------------------------------------------------------
>>     
>>>> [INFO] For more information, run Maven with the -e switch
>>>> [INFO]
>>>>
>>>>         
>> ------------------------------------------------------------------------
>>     
>>>> [INFO] Total time: 35 seconds
>>>> [INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
>>>> [INFO] Final Memory: 13M/24M
>>>> [INFO]
>>>>
>>>>         
>> ------------------------------------------------------------------------
>>     
>>>> ]
>>>>
>>>> I am used Maven 2.0.6. Anything I might have missed ? I did not touch
>>>>         
>>> the
>>>       
>>>> pom.xmls in the sources.
>>>>
>>>> Thanks.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>         
>>
>> --
>> Ruwan Linton
>> http://www.wso2.org - "Oxygenating the Web Services Platform"
>>
>>     
>
>   

Re: Build failure on Synapse sources

Posted by Eric Nygma <pr...@gmail.com>.
Hi Ruwan,

On 9/4/07, Ruwan Linton <ru...@gmail.com> wrote:
>
> Hi Eric,
>
> See the comment in line,
>
> On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
> >
> > Ok , I got past this error :
> > Downloaded the axis2*.jar from
> >
> >
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-20070904.045454-219.jar
> > and manually installed it.
> >
> > Upon doing mvn clean install -Dmaven.test.skip=true , things went
> > through.However,in the target dir, there was only a .war file.
>
>
>
> Is there test failures? (if you skip tests just to fasten the build then
> it
> is ok)


Yes, there are test failures { in testXMLFileInDirectory(
org.apache.axis2.transport.vfs.VFSEchoRawXMLTest) }

So I skipped the tests.


Is the standalone version of Synapse now deprecated ?
>
>
>
> No. In order for the release artifacts to be generated you need to do a
> "mvn
> assembly:assembly -Drelease" after the install, then you should be able to
> see the zip distribution on the target folder.


Ok. Now I get the zip distribution too. Thanks.
Eric.

Thanks,
> Ruwan.
>
>
> Thanks,
> > Eric.
> >
> > On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
> > >
> > > Hi ,
> > >
> > > I just checked out the Synapse sources from :
> > >
> > > svn checkout
> > http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
> > >  Apache-Synapse
> > >
> > >
> > > and did a mvn clean install .
> > > The build failed with : [
> > > Downloading:
> >
> http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> > >
> > > Downloading:
> >
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> > >
> > > Downloading:
> > >
> >
> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Failed to resolve artifact.
> > >
> > > Missing:
> > > ----------
> > > 1) org.apache.axis2:axis2:jar:SNAPSHOT
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >       mvn install:install-file -DgroupId=
> > org.apache.axis2-DartifactId=axis2 \
> > >           -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> > >
> > >   Path to dependency:
> > >       1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
> > >       2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
> > >       3) org.apache.axis2:axis2:jar:SNAPSHOT
> > >
> > > ----------
> > > 1 required artifact is missing.
> > >
> > > for artifact:
> > >   org.apache.synapse:synapse-transports:jar:SNAPSHOT
> > >
> > > from the specified remote repositories:
> > >   central (http://repo1.maven.org/maven2 ),
> > >   wso2-m2 (http://dist.wso2.org/maven2/),
> > >   apache.snapshots (
> http://people.apache.org/repo/m2-snapshot-repository
> > > ),
> > >   apache-snapshots (
> > http://people.apache.org/repo/m2-snapshot-repository/)
> > >
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] For more information, run Maven with the -e switch
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time: 35 seconds
> > > [INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
> > > [INFO] Final Memory: 13M/24M
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >
> > > ]
> > >
> > > I am used Maven 2.0.6. Anything I might have missed ? I did not touch
> > the
> > > pom.xmls in the sources.
> > >
> > > Thanks.
> > >
> > >
> > >
> > >
> > >
> >
>
>
>
> --
> Ruwan Linton
> http://www.wso2.org - "Oxygenating the Web Services Platform"
>

Re: Build failure on Synapse sources

Posted by Ruwan Linton <ru...@gmail.com>.
Hi Eric,

See the comment in line,

On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
>
> Ok , I got past this error :
> Downloaded the axis2*.jar from
>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-20070904.045454-219.jar
> and manually installed it.
>
> Upon doing mvn clean install -Dmaven.test.skip=true , things went
> through.However,in the target dir, there was only a .war file.



Is there test failures? (if you skip tests just to fasten the build then it
is ok)


Is the standalone version of Synapse now deprecated ?



No. In order for the release artifacts to be generated you need to do a "mvn
assembly:assembly -Drelease" after the install, then you should be able to
see the zip distribution on the target folder.

Thanks,
Ruwan.


Thanks,
> Eric.
>
> On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
> >
> > Hi ,
> >
> > I just checked out the Synapse sources from :
> >
> > svn checkout
> http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
> >  Apache-Synapse
> >
> >
> > and did a mvn clean install .
> > The build failed with : [
> > Downloading:
> http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> >
> > Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> >
> > Downloading:
> >
> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Failed to resolve artifact.
> >
> > Missing:
> > ----------
> > 1) org.apache.axis2:axis2:jar:SNAPSHOT
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >       mvn install:install-file -DgroupId=
> org.apache.axis2-DartifactId=axis2 \
> >           -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> >
> >   Path to dependency:
> >       1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
> >       2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
> >       3) org.apache.axis2:axis2:jar:SNAPSHOT
> >
> > ----------
> > 1 required artifact is missing.
> >
> > for artifact:
> >   org.apache.synapse:synapse-transports:jar:SNAPSHOT
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2 ),
> >   wso2-m2 (http://dist.wso2.org/maven2/),
> >   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> > ),
> >   apache-snapshots (
> http://people.apache.org/repo/m2-snapshot-repository/)
> >
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 35 seconds
> > [INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
> > [INFO] Final Memory: 13M/24M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> >
> > ]
> >
> > I am used Maven 2.0.6. Anything I might have missed ? I did not touch
> the
> > pom.xmls in the sources.
> >
> > Thanks.
> >
> >
> >
> >
> >
>



-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"

Re: Build failure on Synapse sources

Posted by Eric Nygma <pr...@gmail.com>.
Ok , I got past this error :
Downloaded the axis2*.jar from
http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-20070904.045454-219.jar
and manually installed it.

Upon doing mvn clean install -Dmaven.test.skip=true , things went
through.However,in the target dir, there was only a .war file.

Is the standalone version of Synapse now deprecated ?

Thanks,
Eric.

On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
>
> Hi ,
>
> I just checked out the Synapse sources from :
>
> svn checkout http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
>  Apache-Synapse
>
>
> and did a mvn clean install .
> The build failed with : [
> Downloading: http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
>
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
>
> Downloading:
> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.axis2:axis2:jar:SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.axis2-DartifactId=axis2 \
>           -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency:
>       1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
>       2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
>       3) org.apache.axis2:axis2:jar:SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>   org.apache.synapse:synapse-transports:jar:SNAPSHOT
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 ),
>   wso2-m2 (http://dist.wso2.org/maven2/),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository
> ),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/)
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 35 seconds
> [INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
> [INFO] Final Memory: 13M/24M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ]
>
> I am used Maven 2.0.6. Anything I might have missed ? I did not touch the
> pom.xmls in the sources.
>
> Thanks.
>
>
>
>
>

Re: Build failure on Synapse sources

Posted by Ruwan Linton <ru...@gmail.com>.
Hi Eric,

What is the maven version that you are using? (It should be maven 2.0.6)

Thanks,
Ruwan.

On 9/4/07, Eric Nygma <pr...@gmail.com> wrote:
>
> Hi ,
>
> I just checked out the Synapse sources from :
>
> svn checkout
> http://svn.apache.org/repos/asf/webservices/synapse/trunk/java
> Apache-Synapse
>
>
> and did a mvn clean install .
> The build failed with : [
> Downloading:
>
> http://dist.wso2.org/maven2//org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> Downloading:
>
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> Downloading:
>
> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.axis2:axis2:jar:SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.axis2-DartifactId=axis2
> \
>           -Dversion=SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>
>   Path to dependency:
>       1) org.apache.synapse:synapse-transports:jar:SNAPSHOT
>       2) org.apache.rampart:rampart-policy:jar:SNAPSHOT
>       3) org.apache.axis2:axis2:jar:SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>   org.apache.synapse:synapse-transports:jar:SNAPSHOT
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   wso2-m2 (http://dist.wso2.org/maven2/),
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/)
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 35 seconds
> [INFO] Finished at: Tue Sep 04 11:45:37 IST 2007
> [INFO] Final Memory: 13M/24M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ]
>
> I am used Maven 2.0.6. Anything I might have missed ? I did not touch the
> pom.xmls in the sources.
>
> Thanks.
>



-- 
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"