Changes from Ant 1.1 to the current sources Changes that could break older environments: -------------------------------------------- * copying of support files in has been removed - as well as the filtering attribute. * the and tasks have been removed. * the command line switches _not_ starting with - have been removed. * Path and EnumeratedAttribute have been moved from org.apache.tools.ant to org.apache.tools.ant.types. * the class attribute of has been removed. * and have lost some of their attributes. * and have lost some undocumented attributes. * the Unix antRun script would search for command.sh in the directory it changed to and invoke this instead of command if present. This beahvior has been dropped. Other changes: -------------- * New tasks: sql, genkey, cab, ftp, junit. * New tasks mparse, execon. All pending documentation, most of them pending review. * uses ClassLoader of its own in no-fork mode if a classpath is specified. *