--- "Clifton C. Craig" <[EMAIL PROTECTED]> wrote: > I'm including snippets below. What I don't > understand is why it appears > like taskdef only loads classes that are located int > the same jar. I > mean, My XJavadocUpdate task is loaded out of a jar > named icstask.jar > located under ant/lib. (The last sentence just gave > me a clue but let me > finish typing 1st.) It directly references classes > found in the
DO NOT DO THIS. Keep your ant/lib free from EVERYTHING which was nit there when you unpacked your ant. ( unless you really know what you are doing ) Your subtask is loaded by root classloader of ant, anbd tries to load classes from the same classloader ( and root classloader of ant does not have them ) Move your jar somewhere else. 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
