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=23629>. 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=23629 Allow antcall to have if/unless like target does. ------- Additional Comments From [EMAIL PROTECTED] 2003-10-06 23:26 ------- Why not just doing: <target name="compile" depends="init"> <if> <available property="ejb-jar.xml.available" file="build\META-INF\ejb-jar.xml" /> <then> <antcall target="ejbdoclet" unless="ejb-jar.xml.available" /> </then> </if> ... </target> This to me is 10 times most understandable. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]