--- Aleksandr Shneyderman <[EMAIL PROTECTED]> wrote: > > you have to checkout and build a bit more of > > dependencies: > > > > picocontainer > > nanning > > qdox > > generama > > xdoclet-2 > > > > Ok, I have downloaded all of the above. > Built each one of them. I used mave -e, since -o > option would not work; I > guess those packages depend on shitload of stuff, so > it just would not work. > The maven -e version did work though. > > Now I changed to my xdcolet-plugins directory and > run maven -o. The script of > that session follows. Any idea of what might be > wrong? > > Thanks, > Alex.
I finally got it compiling. Here are instructions: 1. Replace any reference of commons-jelly-1.0-beta-4 to beta-4-SNAPSHOT 1.0-beta-4 on ibiblio seems to miss several exception classes. It's a bust. ( compile one from source to be sure... ) 2. Zap all properties maven.repo.remote in ANY xdoclet-2 related subprojects. As said previously, it will suck old snapshot versions if you make any mistake. 3. Apply patch from XDOCLET-16 to generama - it's important for hibernate to run properly ( if you do not neet it, you may skip this test ) 4. ( if you need hibernate, or like succesfull reactor build ) - update polugin-hibernate - I commited some changes right now 5. Recompile everything again, ( qdox , pico , nanning, generama xdoclet xdoclet-plugins ). not forget to clean everything. Damn snapshot dependencies :) 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 Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
