DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23508>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23508 JAVAC ignores excludes Summary: JAVAC ignores excludes Product: Ant Version: 1.4.1 Platform: Sun OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When adding the excludes attribute to javac ant-task it is ignored, despite using the syntax explained in the manual, i.e. the file(s) in excludes are compiled anyway. E.g. <target name="compile" depends="prepareapplication"> <javac srcdir="src" destdir="${build.home}/WEB-INF/classes" classpath="${build.home}/WEB-INF/classes" debug="on" optimize="off" deprecation="on" source="1.4" excludes="com/mypackage/MyClass.java"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]