Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 46104 invoked from network); 3 Jan 2008 14:08:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 14:08:13 -0000 Received: (qmail 2898 invoked by uid 500); 3 Jan 2008 14:08:01 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 2884 invoked by uid 500); 3 Jan 2008 14:08:01 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Received: (qmail 2875 invoked by uid 99); 3 Jan 2008 14:08:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 06:08:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 14:07:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D86C2714159 for ; Thu, 3 Jan 2008 06:07:44 -0800 (PST) Message-ID: <26693651.1199369264871.JavaMail.jira@brutus> Date: Thu, 3 Jan 2008 06:07:44 -0800 (PST) From: "Bruce Snyder (JIRA)" To: dev@servicemix.apache.org Subject: [jira] Commented: (SM-1187) A clean build from the ServiceMix trunk fails in the servicemix-cxf-bc In-Reply-To: <28320954.1198875987580.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/SM-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40974#action_40974 ] Bruce Snyder commented on SM-1187: ---------------------------------- I have tested this on LInux and I cannot reproduce it. On MacOS X I can reproduce this over and over. My only thought is similar to what Guillaume mentions above, that there is a property being used somewhere that is being overridden. We've seen this already in with the step2 issue where the xfire-maven-plugin uses the system property named profile. > A clean build from the ServiceMix trunk fails in the servicemix-cxf-bc > ----------------------------------------------------------------------- > > Key: SM-1187 > URL: https://issues.apache.org/activemq/browse/SM-1187 > Project: ServiceMix > Issue Type: Bug > Components: servicemix-cxf-bc > Affects Versions: 3.3 > Reporter: Bruce Snyder > Assignee: Freeman Fang > Priority: Blocker > > After moving aside my local Maven repo and building the trunk, I'm seeing a failure in step2 ({{mvn -Dmaven.test.skip=true install -Pstep2}}) in the servicemix-cxf-bc: > {panel} > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > Missing: > ---------- > 1) org.apache.cxf:cxf-api:jar:2.4.1 > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.cxf -DartifactId=cxf-api -Dversion=2.4.1 -Dpackaging=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.cxf -DartifactId=cxf-api -Dversion=2.4.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.servicemix:servicemix-cxf-bc:jbi-component:3.3-SNAPSHOT > 2) org.apache.cxf:cxf-rt-ws-rm:jar:2.1-incubator-SNAPSHOT > 3) org.apache.cxf:cxf-api:jar:2.4.1 > 2) org.apache.cxf:cxf-common-utilities:jar:2.4.1 > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.cxf -DartifactId=cxf-common-utilities -Dversion=2.4.1 -Dpackaging=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.cxf -DartifactId=cxf-common-utilities -Dversion=2.4.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.servicemix:servicemix-cxf-bc:jbi-component:3.3-SNAPSHOT > 2) org.apache.cxf:cxf-rt-ws-rm:jar:2.1-incubator-SNAPSHOT > 3) org.apache.cxf:cxf-common-utilities:jar:2.4.1 > 3) org.apache.cxf:cxf-rt-core:jar:2.4.1 > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.cxf -DartifactId=cxf-rt-core -Dversion=2.4.1 -Dpackaging=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.cxf -DartifactId=cxf-rt-core -Dversion=2.4.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.servicemix:servicemix-cxf-bc:jbi-component:3.3-SNAPSHOT > 2) org.apache.cxf:cxf-rt-ws-rm:jar:2.1-incubator-SNAPSHOT > 3) org.apache.cxf:cxf-rt-core:jar:2.4.1 > 4) org.apache.cxf:cxf-rt-transports-http:jar:2.4.1 > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.cxf -DartifactId=cxf-rt-transports-http -Dversion=2.4.1 -Dpackaging=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.cxf -DartifactId=cxf-rt-transports-http -Dversion=2.4.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.servicemix:servicemix-cxf-bc:jbi-component:3.3-SNAPSHOT > 2) org.apache.cxf:cxf-rt-transports-http-jetty:jar:2.1-incubator-SNAPSHOT > 3) org.apache.cxf:cxf-rt-transports-http:jar:2.4.1 > ---------- > 4 required artifacts are missing. > for artifact: > org.apache.servicemix:servicemix-cxf-bc:jbi-component:3.3-SNAPSHOT > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/), > apache.snapshots (http://svn.apache.org/maven-snapshot-repository), > codehaus (http://repository.codehaus.org), > apache-incubating (http://people.apache.org/repo/m2-incubating-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: 4 minutes 13 seconds > [INFO] Finished at: Fri Dec 28 13:56:52 MST 2007 > [INFO] Final Memory: 59M/112M > [INFO] ------------------------------------------------------------------------ > {panel} > What I really can't figure out is from where the 2.4.1 version number originates. Can anyone shed some light on this failure? I'm marking this issue as a blocker because it prevents compilation of the trunk. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.