[
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.