Freeman,
you are talking about this passage?
<!-- testing -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-core</artifactId>
<!-- TODO switch after 5.0 has been released so we can use the nice
spring XML stuff -->
<!--<version>${activemq-version}</version>-->
<version>5.0.0</version>
<scope>test</scope>
</dependency>
Why is the property activemq-version commented out here? Any idea?
Lars
On Friday 06 June 2008 12:01:47 Freeman Fang wrote:
> Hi Lars,
>
> I guess your local repo already have
> org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOTI reproduce
> this problem, so you don't see the problem.
> I just reproduce it and found that in
> samples/bridge/bridge-sa-itest/pom.xml explicitly refer activemq.version
> as 5.0, so we should remove it
>
> Regards
>
> Freeman
>
> Lars Heinemann wrote:
> > Just tried
> > mvn -Dmaven.test.skip=true -Pnochecks,step2 clean install
> > and the 3.3-SNAPSHOT build works fine here.
> > Sure you did the svn up?
> >
> > Lars
> >
> > On Friday 06 June 2008 11:15:18 Tobias Israel wrote:
> >> Hi Freeman,
> >>
> >> did an update but the problem remains when executing mvn
> >> -Dmaven.test.skip=true -Pstep2 install it'll run into that unresolved
> >> activemq dependency.
> >>
> >> Regards
> >> Tobias
> >>
> >> Freeman Fang wrote:
> >>> Hi Tobias,
> >>>
> >>> Could you update code and try again.
> >>>
> >>> The activemq 5.0 need this missing dependency, since a release
> >
> > depend on
> >
> >>> an snapshot version is not a good practice, activemq 5.1 already fix
> >
> > it.
> >
> >>> Guillaume yesterday already update activemq used in servicemix
> >
> > from 5.0
> >
> >>> to 5.1 so this problem should gone. [1] track this issue
> >>>
> >>> [1]http://issues.apache.org/activemq/browse/SM-1381
> >>>
> >>> Regards
> >>> Freeman
> >>>
> >>> Tobias Israel wrote:
> >>>> Hi,
> >>>>
> >>>> due to the following missing artifact, I'm not able to build the
> >>>> ServiceMix
> >>>> 3 trunk:
> >>>>
> >>>> [INFO]
> >>>> ----------------------------------------------------------------------
> >>>>-- [ERROR] BUILD ERROR
> >>>> [INFO]
> >>>> ----------------------------------------------------------------------
> >>>>-- [INFO] Failed to resolve artifact.
> >>>>
> >>>> Missing:
> >>>> ----------
> >>>> 1) org.apache.activemq:activeio-core:test-jar:tests:3.1-SNAPSHOT
> >>>>
> >>>> ...
> >>>>
> >>>> 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
> >
> >>>> Are there any known problems with the activemq artifacts
> >
> > referenced?
> >
> >>>> Thanks Tobias