Thanks for the workaround. Another one I'm trying right now is to bump the activemq version in the main pom.xml to 5.1.0.
On Thu, Jun 5, 2008 at 10:56 AM, Jay Joel Malaluan <[EMAIL PROTECTED]> wrote: > Hi > > I also encountered this kind of error during the step 2 build > (http://servicemix.apache.org/building.html). > Here's what I did. Open the pom.xml on smx3\trunk\samples\bridge and comment > the line like this, <!--module>bridge-sa-itest</module-->. > Try to rebuild. It was successful on my part. > > > Regards, > Jay Malaluan > > > > ----- Original Message ---- > From: steff aka sid <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, June 5, 2008 2:37:12 AM > Subject: Re: Snapshot build failure > > > I've loaded the actual sources from svn. But during Build I get same failure > like above. Here is a snapshot from my build.log: > > Downloading: > http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activeio-core/3.1-SNAPSHOT/activeio-core-3.1-SNAPSHOT-tests.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.activemq > -DartifactId=activeio-core -Dversion=3.1-SNAPSHOT -Dclassifier=tests > -Dpackaging=test-jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.activemq > -DartifactId=activeio-core -Dversion=3.1-SNAPSHOT -Dclassifier=tests > -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.servicemix.samples.bridge:bridge-sa-itest:itest:3.3-SNAPSHOT > 2) org.apache.activemq:activemq-core:jar:5.0.0 > 3) org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT > > > If I try to access > http://people.apache.org/repo/m2-incubating-repository/orapache/activemq/activeio-core/3.1-SNAPSHOT/activeio-core-3.1-SNAPSHOT-tests.jar > in my browser, I see that this file and subfolder is missing. There is only > a 3.0.0-incubator folder when I navigate back to > http://people.apache.org/repo/m2-incubating-repository/org/apache/activemq/activeio-core/ > is there a bug or can I do something to avoid this. > > Regards > /Steff > > > gnodet wrote: >> >> Could you try to update your sources ? >> I have fixed that at the beginning of the week. >> >> Cheers, >> Guillaume Nodet >> >> On 5/18/06, Kiran Addepalli - SECF <[EMAIL PROTECTED]> wrote: >>> >>> Hi >>> >>> I am trying to build the Servicemix source. It fails with the message >>> >>> Error transferring file >>> incubator-activemq:activeio-core:jar:3.0-beta2 >>> >>> from the specified remote repositories: >>> central (http://repo1.maven.org/maven2), >>> Mastreo (http://repo.mergere.com/maven2), >>> servicemix-m2-repo (http://servicemix.org/m2-repo), >>> apache.snapshots (http://svn.apache.org/maven-snapshot-repository), >>> codehaus-snapshot (http://snapshots.maven.codehaus.org/maven2), >>> apache-maven1-snapshot (http://cvs.apache.org/repository), >>> maven-csharp (http://maven-csharp.javaforge.com/repo) >>> Path to dependency: >>> 1) org.apache.servicemix:incubating-servicemix:jar:3.0-SNAPSHOT >>> 2) org.apache.servicemix:servicemix-wsn2005:jar:3.0-SNAPSHOT >>> 3) incubator-activemq:activemq-core:jar:4.0-SNAPSHOT >>> 4) incubator-activemq:activeio-core:jar:3.0-beta2 >>> >>> >>> >>> Is there any other repository that I need to add ? Has anyone else faced >>> this problem ? >>> >>> Regards >>> Kiran >>> *************************************************************** >>> The information in this email is confidential and may be >>> legally privileged. It is intended solely for the addressee. If >>> you have received this communication in error, please contact >>> the sender immediately, return the original message to the >>> sender, and delete the material from your computer. Thank you. >>> *************************************************************** >>> >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> >> > > -- > View this message in context: > http://www.nabble.com/Snapshot-build-failure-tp4442357p17653544.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
