Changes from Ant 1.1 to the current sources Changes that could break older environments: -------------------------------------------- * copying of support files in has 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. Other changes: -------------- * New tasks: sql, junit, javacc, execon. All pending documentation, most of them pending review. * uses ClassLoader of its own in no-fork mode if a classpath is specified. *