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 13:21 ------- I can't say how much faster, but <antcall> is quite inefficient. <macrodef> is the new fast way to do the same type of thing - so I at least recommend switching to that. Tasks like <uptodate> and the ant-contrib <outofdate> are the recommended ways to get dependency checking for code generation bypassing - and this would allow you to accomplish what you want without touching <javac>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]