Maven will put the JARs in the local Maven repository for you, so you shouldn't need to do anything.
However, in my experience, because these are all SNAPSHOT builds, even if you build Pico, Generama, etc before doing the plugins, the plugin build will go and try to get the latest SNAPSHOTs anyway. So, what I do is change the SNAPSHOT builds (after I build each one) to be read-only (chmod 400 in Unix, attrib +r in windows) so that Maven won't be able to overwrite my fresh builds with the JARs that are on the remote repository. It's a pain in the butt, but I don't know any other way to do it. Anybody else got a suggestion? > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Frederick > N. Brier > Sent: Saturday, February 14, 2004 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Building XDoclet2 > > > I downloaded the CVS versions of picocontainer, qdox, and generama. The > first two build ok, but generama failed: > > test:test: > [junit] Running org.generama.ant.SimpleGeneramaTaskTestCase > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.241 sec > [junit] [ERROR] TEST > org.generama.ant.SimpleGeneramaTaskTestCase FAILED > > Once I build picocontainer and qdox, where do I put the resultant .jars, > so that maven can find them when building generama? I am not familiar > with Maven, although in working with these projects, it is obviously a > requirement. Thank you. I really do want to use XDoclet2. > > Fred. > > Konstantin Priblouda wrote: > > >--- "Frederick N. Brier" <[EMAIL PROTECTED]> wrote: > > > > > >>I have checked out the xdoclet-plugins repository > >>and tried to build it > >>with Maven (just typing "maven" ), but the build > >>keeps failing. Is > >>this the correct procedure? It may be because some > >>of the .jars are > >>failing to be retrieved like: qdox-1.4-SNAPSHOT.jar. > >> But this has been > >>going on for a week. Is this normal? Brian said > >>that XDoclet2 was > >>close to an RC1 candidate and I would be wasting my > >>time building new > >>templates for XDoclet 1.2 and should write them > >>using the new Velocity > >>templates, but I can't even get it to build. Thank > >>you for any help on > >>this issue. > >> > >> > > > > > >1. Grab CVS copy of picocontainer ( > >www.picocontainer.org ) > >and compile it ( shall work, use module name "java" to > >checkout. > >website mayb be not in synvch with latest CVS > >refactoring ) > > > >2. get QDox ( www.codehaus.org , or dist.codehaus.org > >) > >and compile it > > > >3. [maybe opitional] get nanning and compile it. > >dist.codehaus.org hosts a version ) > > > >4. Get generama and compile it ( codehaus.org... ) > >5. Get XDoclet 2 ( and compile, also codehaus ) > >7. Now you are ready for building xdoclet 2 plugins :) > > > > > >regards, > > > >===== > >----[ Konstantin Pribluda ( ko5tik ) ]---------------- > >Zu Verst�rkung meines Teams suche ich ab Sofort einen > >Softwareentwickler[In] f�r die Festanstellung. > >Arbeitsort: Mainz > >Skills: Programieren, Kentnisse in OpenSource-Bereich > >----[ http://www.pribluda.de ]------------------------ > > > >__________________________________ > >Do you Yahoo!? > >Yahoo! Finance: Get your refund fast by filing online. > >http://taxes.yahoo.com/filing.html > > > > > >------------------------------------------------------- > >SF.Net is sponsored by: Speed Start Your Linux Apps Now. > >Build and deploy apps & Web services for Linux with > >a free DVD software kit from IBM. Click Now! > >http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > >_______________________________________________ > >xdoclet-user mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > > > > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
