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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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.
  5. * the command line switches _not_ starting with - have been removed.
  6. * Path and EnumeratedAttribute have been moved from
  7. org.apache.tools.ant to org.apache.tools.ant.types.
  8. Other changes:
  9. --------------
  10. * New tasks: sql, junit, javacc, execon. All pending documentation,
  11. most of them pending review.
  12. * <java> uses ClassLoader of its own in no-fork mode if a classpath is
  13. specified.
  14. * <style> will create the necessary target directories and reprocess
  15. all files if the stylesheet changes.
  16. * New data types fileset and patternset - expected to get a broader
  17. use, pending documentation.
  18. * You can specify environment variables to the exec task - pending
  19. documentation.
  20. * Get can check whether a remote file is actually newer than a local
  21. copy before it starts a download (HTTP only).
  22. * Added a -logger option to allow the class which performs logging to be
  23. specified on the command line.
  24. * Added a -emacs option to tell the logger to leave out taskname adornments
  25. on log output.
  26. Fixed bugs:
  27. -----------
  28. * <chmod> didn't work when used as a directory based task.
  29. * Path didn't resolve relative filenames with respect to the Project's
  30. basedir.
  31. * Project didn't interpret the basedir attribute correctly in all
  32. cases.