Mark Lybarger wrote: > C:\>ant descriptor.detail -debug -logger > org.apache.commons.logging.Log Apache Ant version 1.5.4
As that looks like a commons-logging class, I'd recommend adding commons-logging.jar to ant/lib as well. I'm not familiar with commons-logging, but I'm pretty sure that putting a properties file into ant/lib won't help. IIRC, the ant batch script on windows simply puts all JARs in that directory into its own classpath -- not the directory itself, so you may have to put log4j.properties at the same level as build.xml. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
