You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

WHATSNEW 1.0 kB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Changes from Ant 1.1 to the current sources
  2. Changes that could break older buildfiles:
  3. ------------------------------------------
  4. * copying of support files in <javac> has been removed.
  5. Other changes:
  6. --------------
  7. * New tasks (sql, junit, javacc) all pending documentation, some of
  8. them pending review.
  9. * <java> uses ClassLoader of its own in no-fork mode if a classpath is
  10. specified.
  11. * <style> will create the necessary target directories and reprocess
  12. all files if the stylesheet changes.
  13. * Path and EnumeratedAttribute moved to a new package
  14. org.apache.tools.ant.types.
  15. * New data types fileset and patternset - expected to get a broader
  16. use, pending documentation.
  17. * You can specify environment variables to the exec task - pending
  18. documentation.
  19. Fixed bugs:
  20. -----------
  21. * <chmod> didn't work when used as a directory based task.
  22. * Path didn't resolve relative filenames with respect to the Project's
  23. basedir.
  24. * Project didn't interpret the basedir attribute correctly in all
  25. cases.