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.9 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Changes from Ant 1.1 to the current sources
  2. Changes that could break older environments:
  3. --------------------------------------------
  4. * copying of support files in <javac> has been removed - as well as
  5. the filtering attribute.
  6. * the command line switches _not_ starting with - have been removed.
  7. * Path and EnumeratedAttribute have been moved from
  8. org.apache.tools.ant to org.apache.tools.ant.types.
  9. * the class attribute of <java> has been removed.
  10. * <patch> has lost some of its attributes.
  11. * <java> and <cvs> have lost some undocumented attributes.
  12. Other changes:
  13. --------------
  14. * New tasks: sql, genkey, cab, ftp, junit.
  15. * New tasks mparse, execon. All pending documentation, most of
  16. them pending review.
  17. * <java> uses ClassLoader of its own in no-fork mode if a classpath is
  18. specified.
  19. * <style> will create the necessary target directories and reprocess
  20. all files if the stylesheet changes.
  21. * New data types fileset and patternset - expected to get a broader
  22. use, pending documentation.
  23. * You can specify environment variables to the exec task - pending
  24. documentation.
  25. * Get can check whether a remote file is actually newer than a local
  26. copy before it starts a download (HTTP only).
  27. * Added a -logger option to allow the class which performs logging to be
  28. specified on the command line.
  29. * Added a -emacs option to tell the logger to leave out taskname adornments
  30. on log output.
  31. * <chmod> works on all files in parallel and supports multiple filesets.
  32. * <replace> can now use tokens and/or values that cross line boundaries.
  33. Fixed bugs:
  34. -----------
  35. * <chmod> didn't work when used as a directory based task.
  36. * Path, Available, Property didn't resolve relative filenames with
  37. respect to the Project's basedir.
  38. * Project didn't interpret the basedir attribute correctly in all
  39. cases.
  40. * Nested <src> in <javac> caused NullPointerException.
  41. * Corrupt Zip- and Jar-files ar now deleted if the task fails.