Hi all,

 

 

 

We have a project where the 'xdoclet' target in Ant gives us tons of
debug messages from log4j. The target is:

 

<target name="generate-module-castor" >

               <mkdir dir="${module.dir}/gen-src/castor"/>

               <!-- The classpath for castor generation -->

               <path id="classpath.castor.generation">


                       <pathelement path="${module.classpath}" />

                       <path refid="classpath.shared.lib" />

               </path>

 

<taskdef name="gencastor" classname="xdoclet.modules.ejb.EjbDocletTask"
classpathref="classpath.castor.generation"/>

               <!-- classpath.castor.generation -->

               <gencastor destdir="${module.dir}/gen-src/castor"
excludedtags="@version,@author,@stereotype" force="false">

                       <fileset dir="${module.dir}/src"
excludes="**/*Test*"/>

                       <castormapping destdir="${castor.mapping.dir}"
validatexml="true" />

               </gencastor>

</target>

 

I have tried adding log4j.xml and log4j.properties to the classpath
directories and setting the level to INFO, but this seems to have no
effect. Any help would be gratefully received. We are using xdoclet
1.2.3, log4j 1.2.13 and ant 1.7.0RC1.

 Regards

Mark Silcox | Software Developer | Infor | 

 


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to