Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 80631 invoked from network); 3 Jan 2008 15:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 15:44:17 -0000 Received: (qmail 49392 invoked by uid 500); 3 Jan 2008 15:44:05 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 49379 invoked by uid 500); 3 Jan 2008 15:44:05 -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 49370 invoked by uid 99); 3 Jan 2008 15:44:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 07:44:05 -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 15:43:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D278171403F for ; Thu, 3 Jan 2008 07:43:44 -0800 (PST) Message-ID: <22185886.1199375024851.JavaMail.jira@brutus> Date: Thu, 3 Jan 2008 07:43: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=40976#action_40976 ] Bruce Snyder commented on SM-1187: ---------------------------------- Yes, it seems to be a MacOS specific issue which is perplexing. I've seen this version (2.4.1) sneak up in two places now and it's only happened on MacOS X. I'm rather stumped as to why this would happen on MacOS X and not on Linux. Any ideas? > 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.