On Tue, 2002-09-17 at 02:17, [EMAIL PROTECTED] wrote: > The version is mandatory in the current schema, and I'm loathe to make it > optional, unless someone has some good arguments why we should. > > I understand that the jar tag completely removes the need for <version> to > be in the filename, but as a point of documentation, I think the <version> > is vital info. > Yes, I see the point, and now it works fine. I was just too lazy to do the work now :)
/peter > Thoughts? > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers > > ----- Forwarded by dIon Gillard/Multitask Consulting/AU on 17/09/2002 > 09:58 AM ----- > > dIon Gillard/Multitask Consulting/AU > 17/09/2002 09:44 AM > > To > "Turbine Maven Users List" <[EMAIL PROTECTED]> > cc > > bcc > > Subject > RE: jars found but not used > > > Looks like a bug in the schema. I'll fix it if noone else has.... > -- > dIon Gillard, Multitask Consulting > Work: http://www.multitask.com.au > Developers: http://adslgateway.multitask.com.au/developers > > > [EMAIL PROTECTED] wrote on 16/09/2002 11:16:18 PM: > > > Not sure if this is related, but I am using the <jar/> as well for those > > jars like cos.jar that don't have a version. However, when I do a maven > > pom:validate, it says that <jar/> is not a valid tagname: > > > > > > [ERROR] BUILD FAILED > > [ERROR] File...... > c:\java\maven-1.0-beta-6\plugins\maven-pom-plugin-1.0\plu > > jelly > > [ERROR] Element... pom:validate > > [ERROR] Line...... 29 > > [ERROR] Column.... 7 > > [ERROR] error > > [ERROR] tag name "jar" is not allowed. Possible tag names are: <version> > > [ERROR] Line: 72 > > [ERROR] Column: 12 > > [ERROR] > > Total time: 7 seconds > > > > I also am getting this missing class type error as well. > > > > Eric > > > > -----Original Message----- > > From: Peter Neubauer [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 16, 2002 8:16 AM > > To: Turbine Maven Users List > > Subject: jars found but not used > > > > > > Hi, > > I have copied all my jars into the repository/project/jars/tets.jar etc. > > Now I try to migrate to ibilios jars by first adding all local jars to > > the local repository and in my project.xml saying > > <dependency> > > <id>project</id> > > <jar> > > test.jar > > </jar> > > </dependency> > > > > etc. > > > > setting > > <sourceDirectory>./webapps/project/WEB-INF/src/java</sourceDirectory> > > > > makes mavenB6 compile and not complain about missing jars, but it still > > gives compile erros that indicat that the classes in the jars where not > > found. > > > > What is wrong? > > > > Thanks > > /peter > > > > > > _____________________________________________________ > > F�lj VM p� n�ra h�ll p� Yahoo!s officielle VM-sajt www.yahoo.se/vm2002 > > H�ll dig ajour med nyheter och resultat, med vinnare och f�rlorare... > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-user- > > [EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> _____________________________________________________ F�lj VM p� n�ra h�ll p� Yahoo!s officielle VM-sajt www.yahoo.se/vm2002 H�ll dig ajour med nyheter och resultat, med vinnare och f�rlorare... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
