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 ignore and items attributes of directory based 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 attributes of , , and have been removed. * the src 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 behavior has been dropped. * task syntax has been changed significantly * build.compiler supports now jvc as well. Other changes: -------------- * New tasks: antstructure, cab, execon, ftp, genkey, junit, sql, javacc, jjtree, starteam. * New tasks mparse pending documentation. * uses ClassLoader of its own in no-fork mode if a classpath is specified. *