--- "Frederick N. Brier" <[EMAIL PROTECTED]> wrote: > 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. >
Maven is not a requirement to work with those. You can do it from ant too... Generama did build for me ( what was in your test report? ) picocontainer build with just "maven" installs all resulting artifacts in your local maven repository ( .maven/repository/... ) And of course they are in corresponding tearget directories. I also want to use xdoclet2, but I'm still not reay to put it in production for my team.... ( hibernate plugin is already ok, but covers not everything ) 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
