On Sun, 2004-04-25 at 11:43, Bill Madison wrote: > Geoffrey, > > Even if I do it the way you suggested, it still doesnt > solve the problem of cut&paste and the versioning > issue.
What issues are those? This is how maven works where dependencies are stated explicity. It is a fundamental attribute of maven. We don't just point at a glob of JAR files. > I'm lookiing for something where I can place > the jars and point to the location, If at all I can do > that, it would save lot of my time. If anyone know of > any solution, please let me know. Why don't you just use Ant if that's what you want to do? > Regards > Bill > > --- Geoffrey <[EMAIL PROTECTED]> wrote: > > Xerces supports XInclude (without xpointer). > > Maven uses Xerces to parse its xml files if I am not > > mistaken. > > > > XInclude allows you to include an xml part from > > another file. > > You can define an xml file that contains all > > dependencies and XInclude it? > > > > "Bill Madison" <[EMAIL PROTECTED]> schreef in bericht > > > news:[EMAIL PROTECTED] > > > Thanks Matt, > > > > > > Isnt there a lib or something where I can point > > to, > > > instead of putting each and every jar as a > > dpendency, > > > thats a lot of cut and paste work and also most of > > the > > > thirdparty jars dont come with a version and as I > > see > > > the version is a requiredd element. Theres got to > > be a > > > better and easier way of doing this. > > > > > > The problem in my case is that we have 2 > > development > > > teams, and they put their jars in the IDE build > > path > > > and when it comes to integration/build I have to > > start > > > figuring out the version for each jar and start > > > putting them in the project.xml which is kind of > > > cumbersome. So trying to see if there is a better > > way > > > f doing this. Please let me know if you have a > > > solution for this. > > > > > > Thanks > > > > > > --- "matthew.hawthorne" <[EMAIL PROTECTED]> wrote: > > > > Bill Madison wrote: > > > > > I am a newbie to Maven. And my question is, if > > my > > > > > project needs some 30 thirdparty jars, for > > each of > > > > > them do I need to put a <dependency> element > > in > > > > the > > > > > project.xml? Please let me know. > > > > > > > > > > > > Yes. > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > __________________________________ > > > Do you Yahoo!? > > > Yahoo! Photos: High-quality 4x6 digital prints for > > 25� > > > http://photos.yahoo.com/ph/print_splash > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Photos: High-quality 4x6 digital prints for 25� > http://photos.yahoo.com/ph/print_splash > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
