DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28941>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28941 [patch] javac && onCompile support ------- Additional Comments From [EMAIL PROTECTED] 2004-05-13 10:00 ------- For what its worth, XDoclet does dependency checking and avoids doing work if it is not needed. Same goes for building a JAR. I see you're using <antcall>, but you'd be better off using depends clauses on targets as it is much faster and much cleaner. Maybe by refactoring your build and ensuring XDoclet is configured to do dependency checking (force="false", or not specified at all) you'd not need this <javac> change. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]