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 2.5 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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 <expand> and <keysubst> tasks have been removed.
  7. * the ignore and items attributes of directory based tasks have been removed.
  8. * the command line switches _not_ starting with - have been removed.
  9. * Path and EnumeratedAttribute have been moved from
  10. org.apache.tools.ant to org.apache.tools.ant.types.
  11. * the class attributes of <available>, <java>, <rmic> and <taskdef>
  12. have been removed.
  13. * the src attribute of <chmod> has been removed.
  14. * <patch> and <javadoc> have lost some of their attributes.
  15. * <java> and <cvs> have lost some undocumented attributes.
  16. * the Unix antRun script would search for command.sh in the directory
  17. it changed to and invoke this instead of command if present. This
  18. behavior has been dropped.
  19. * <ejbjar> task syntax has been changed significantly
  20. * build.compiler supports now jvc as well.
  21. Other changes:
  22. --------------
  23. * New tasks: antstructure, cab, execon, ftp, genkey, junit, sql, javacc, jjtree, starteam.
  24. * New tasks mparse pending documentation.
  25. * <java> uses ClassLoader of its own in no-fork mode if a classpath is
  26. specified.
  27. * <style> will create the necessary target directories and reprocess
  28. all files if the stylesheet changes.
  29. * New data types fileset and patternset - expected to get a broader use.
  30. * You can specify environment variables to <exec>.
  31. * <get> can check whether a remote file is actually newer than a local
  32. copy before it starts a download (HTTP only).
  33. * Added a -logger option to allow the class which performs logging to be
  34. specified on the command line.
  35. * Added a -emacs option to tell the logger to leave out taskname adornments
  36. on log output.
  37. * <chmod> works on all files in parallel and supports multiple filesets.
  38. * <replace> can now use tokens and/or values that cross line boundaries.
  39. * <ejbc> optional task no longer uses a separate VM to invoke the ejbc tool.
  40. * project specific help can now be obtained with the -projecthelp option.
  41. Fixed bugs:
  42. -----------
  43. * <chmod> didn't work when used as a directory based task.
  44. * Path, Available, Property didn't resolve relative filenames with
  45. respect to the Project's basedir.
  46. * Project didn't interpret the basedir attribute correctly in all
  47. cases.
  48. * Nested <src> in <javac> caused NullPointerException.
  49. * Corrupt Zip- and Jar-files ar now deleted if the task fails.