> -----Original Message----- > From: Leif Mortenson [mailto:[EMAIL PROTECTED] > Sent: 06 October 2004 04:52 > To: Excalibur Developers List > Subject: Re: [EMAIL PROTECTED]: excalibur/excalibur-instrument-spi failed > > Going on to look at the current maven output of > "excalibur-instrument-mgr-impl", I see that it > is saying that it can not find the following dependencies: > > excalibur-instrument-api-1.2-dev.jar > excalibur-instrument-mgr-api-1.2-dev.jar > xml-apis-2.0.2.jar > > Even if I get the excalibur-instrument-api project to correctly build the > excalibur-instrument-api-@@DATE@@.jar product, I believe this will still > lead > to problems in dependent projects because they use the maven project.xml > file > to decide on the required jar file names rather than the jar > dependencies defined > in the gump file. > > Is this the reason why you have been hard coding the versions into the > gump file?
Yep - that and the fact that maven is generating a version file as opposed to a date-stamped file (and every working maven example I could find had a hard coded version). Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
