The failure your currently getting is to do with the output declaration in the excalibur-instrumentation-api definition. Currently you have:
<jar name="target/excalibur-instrument-api-@@DATE@@.jar"/> However, the maven build is generating an output: target/excalibur-instrument-api-1.2-dev.jar If you update the <jar> element to the following you should be ok. <jar name="target/excalibur-instrument-api-1.2-dev.jar"/> Stephen. > -----Original Message----- > From: Leif Mortenson [mailto:[EMAIL PROTECTED] > Sent: 05 October 2004 15:16 > To: Excalibur Developers List > Subject: Re: [EMAIL PROTECTED]: excalibur/excalibur-instrument-spi failed > > The changes I committed to CVS didn't appear to be used by this last > gump run. > Is there something else that I need to do? > > Cheers, > Leif > > Leif Mortenson wrote: > > > Ok, I went through and updated the internal instrument project > > references. I guess we will see > > how successfully tonight when it run. > > > > I added several alias projects so other projects referencing them > > would still work. Not sure > > what the policy is on changing other project's gump files. Probably > > not something that should > > be done. > > > > Cheers, > > Leif > > > > Stephen McConnell wrote: > > > >> All of the Excalibur projects are declared in a Gump definition which > is > >> available to all Apache committers in the gump cvs module. The file in > >> question is: > >> > >> /gump/project/excalibur.xml > >> > >> Please note there this is a gump/maven issue that results in the > >> generation of inconsistent property files during the execution of the > >> build. It seems that the gump builder for maven may be generating > >> properties that are inconsistent with the Gump naming conventions. If > >> you get stuck in this area the best thing to do is to post the issues > to > >> the [email protected] list. > >> > >> Stephen. > >> > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > Apache Excalibur Project -- URL: http://excalibur.apache.org/ > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Apache Excalibur Project -- URL: http://excalibur.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
