I'm glad the workaround seems to resolve the "Invalid value for 'source'
parameter" issue.  I've noticed that a lot of maven projects not just
ServiceMix/ActiveMQ tend to omit a number of tags related to artifacts when
using plugins or dependencies.  This seems to be fine for the most part but
tends to bring up issues like this one and could potentially change a source
release in the future due to upstream plugin changes, effectively causing
unrepeatable issues. (i.e. I build with version 1.0 and then an upgarde to
1.1 causes certain generated files to change...I know this is hypothetical
but it is definitely an issue that will come up in the future).  BTW, I see
released builds periodically fail via Bamboo which may or may not be related
to upstream changes in dependencies.  Maybe someone should create a JIRA
improvement task to go through the ServiceMix poms and add explicit versions
for dependencies/plugings/extensions...this is the practice we use for our
internal builds at our company. Anyways just a thought for discussion. :)

Thanks,
Trevor


gnodet wrote:
> 
> I think Trevor is on the right track, because the build was fine when I
> released 3.2.1.  The repository artifacts are not updated (afaik), so a
> new
> version of such a plugin could really be the reason.
> if i remove the version, I have the error Daryl mentionned, whereas with
> the
> specific version of the plugin, it works.
> I will commit the fix asap, thx Trevor!
> 
> On Dec 18, 2007 8:54 AM, Kristian Köhler <[EMAIL PROTECTED]> wrote:
> 
>> Hi
>>
>> I think this is related to
>> http://issues.apache.org/activemq/browse/SM-1170
>>
>> I wasn't able to reproduce the problem. Next I want to remove my local
>> repo and check if i can reproduce the failure....
>>
>> Kristian
>>
>> > -----Ursprüngliche Nachricht-----
>> > Von: Guillaume Nodet [mailto:[EMAIL PROTECTED]
>> > Gesendet: Dienstag, 18. Dezember 2007 08:41
>> > An: dev@servicemix.apache.org
>> > Betreff: Re: ServiceMix 3.2.1 build failure: Unable to resolve
>> > dependency org.apache.geronimo.configs/jee-specs//car
>> >
>> >
>> > Bruce, I don't think this is the same issue.
>> > You are talking about the -Dprofile=step2 issue, whereas
>> > Trevor is talking
>> > about a compilation problem.
>> > Thx Trevor, I will check that and fix the build !
>> >
>> > On Dec 18, 2007 1:11 AM, Bruce Snyder <[EMAIL PROTECTED]> wrote:
>> >
>> > > On Dec 17, 2007 4:19 PM, tpounds <[EMAIL PROTECTED]> wrote:
>> > > >
>> > > > I'm seeing the same error on my builds of ServiceMix
>> > 3.2.1 During the
>> > > -Pstep2
>> > > > install phase "ServiceMix :: Geronimo :: Deployer
>> > service".  Has this
>> > > been
>> > > > resolved?
>> > > >
>> > > > EDIT - We have resolved this issue by explicitly
>> > declaring the version
>> > > of
>> > > > the of the groovy-maven-plugin to the previous release (i.e.
>> > > > <version>1.0-alpha-2</version>) in the file
>> > > > "platforms/geronimo/deployer-service/pom.xml".  The
>> > version tag was not
>> > > > explicitly being used, therefore the builds started
>> > breaking when the
>> > > > 1.0-alpha-3 release of the plugin was deployed on Dec 6, 2007.
>> > >
>> > > FWIW, the fix we found is on the build page:
>> > >
>> > > http://servicemix.apache.org/building.html
>> > >
>> > > Bruce
>> > > --
>> > > perl -e 'print
>> > > unpack("u30","D0G)[EMAIL 
>> > > PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>> > > );'
>> > >
>> > > Apache ActiveMQ - http://activemq.org/
>> > > Apache Camel - http://activemq.org/camel/
>> > > Apache ServiceMix - http://servicemix.org/
>> > > Apache Geronimo - http://geronimo.apache.org/
>> > >
>> > > Blog: http://bruceblog.org/
>> > >
>> >
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> > ------------------------
>> > Blog: http://gnodet.blogspot.com/
>> >
>>
>> --
>> http://gaswerk.sourceforge.net
>>
> 
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ServiceMix-3.2.1-build-failure%3A-Unable-to-resolve-dependency-org.apache.geronimo.configs-jee-specs--car-tp14214625s12049p14399356.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to