On Jan 29, 2004, at 7:54 AM, [EMAIL PROTECTED] wrote:
ozeigermann 2004/01/29 04:54:58
Modified: . Tag: SLIDE_2_0_RELEASE_BRANCH build.xml Log: - Made all default target - Excluded Tomcat wrappers from log4-logger target
<target name="log4j-logger" depends="main">
- <javac srcdir="src/wrappers" destdir="${slide.build}/classes" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" includes="**" excludes="**/CVS/**">
+ <javac srcdir="src/wrappers" destdir="${slide.build}/classes" debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}" includes="**/log4j/**" excludes="**/CVS/**">
By the way, **/CVS/** is automatically excluded from all Ant filesets by default (including the implicit fileset <javac> uses). Is there a reason this is specifically part of <javac> as an excludes clause?
No idea... Just found it the way it is now. I guess I am just too lazy to delete these parts as they seem to at least do no harm ;)
Oliver
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
