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=3198>. 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=3198 The <javac> task doesn't work properly with multi-element sourceparh [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2001-12-29 14:27 ------- Ooops - then lets try <javac srcdir="." destdir="${build.classes}"> <classpath refid="project.class.path" /> <src path="/source/stable"> <!-- insert appropriate excludes here --> <exclude name="com/wigcom/*.java"/> </src> <include name="com/wigcom/*.java"/> </javac> BTW this is a pattern that is used extensively throughout my own build files so it should work (if I type it out properly) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
