Changes from Ant 1.2 to the current sources =========================================== Changes that could break older environments: -------------------------------------------- * Ant doesn't search for the buildfile anymore, unless you use the new -find argument. Other changes: -------------- * A GUI Frontend: Antidote * New tasks: propertyfile, depend, antlr, telnet, csc, ilasm * Added output attribute to . * Added nested prefixedfileset element to * Changed so that printing is at the task level rather than the statement level. * javadoc task will pass -d flag to any doclet if the destDir attribute is given. If the doclet does not accept the -d flag then omit the destdir attribute. * can work on non-Windows platforms with the help of libcabinet. See http://trill.cis.fordham.edu/~barbacha/cabinet_library/. Fixed bugs: ----------- * doesn't use deprectated methods anymore. * javadoc's failonerror attribute works again * Changed task so that printing result sets works on Oracle Changes from Ant 1.1 to Ant 1.2 =============================== Changes that could break older environments: -------------------------------------------- * Semantics of has changed again in the hope to be more intuitive. ${} expansion now happens at runtime and tags living inside of targets only take effect if they are visited at runtime. As a side effect of this change, task's attributes get set at runtime not at parser time as well, which might change the results of