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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312
  1. Changes from Ant 1.5 to current CVS version
  2. ==============================================
  3. Other changes:
  4. --------------
  5. * <echoproperties> can now create XML output.
  6. * <echoproperties> has a new srcfile attribute that can make it read
  7. properties files and output them instead of Ant's properties.
  8. * <filterset> will now resolve filters recursively.
  9. Changes from Ant 1.4.1 to Ant 1.5
  10. =================================
  11. Changes that could break older environments:
  12. --------------------------------------------
  13. * Properties will now be expanded in mail message bodies. This means
  14. that one $ sign will be stripped if your mail message contains the text
  15. $$.
  16. * org.apache.tools.ant.taskdefs.Expand no longer extends MatchingTask.
  17. * Available#setFile now again uses a File argument as it did in 1.4,
  18. this may break environments that have been adapted to the String
  19. argument version present in 1.5beta1.
  20. Fixed bugs:
  21. -----------
  22. * When <move> attempts a rename, it deletes the destination file, if it
  23. exists, before renaming the source file. However, <move> was not
  24. checking if the destination file was actually a directory before
  25. trying to delete it.
  26. * Make CVS Tasks to work under Cygwin.
  27. * Fix LineContains to handle huge files elegantly without causing
  28. Stack Overflows.
  29. * if you ask for the "classic" compiler on Java1.4, you get upgraded to
  30. "modern" because there is no classic compiler any more.
  31. * the <http> condition was viewing 404 'not found' exceptions as success. Now
  32. it defaults to viewing any response >=400 as an error, and has an errorsBeginAt
  33. attribute you can use if you want a higher or lower value.
  34. * <get> throws a build exception on an http authorization error, unless you
  35. have set ignoreerrors to true.
  36. * <wsdltodotnet> was spelt in Wintel case: <WsdlToDotnet>. It is now lower
  37. case, though the old spelling is retained for anyone who used it.
  38. * Merging of Manifests in jar now works as documented.
  39. * paths that have been separated by colons would be incorrectly parsed
  40. on NetWare.
  41. * runant.pl now supports NetWare.
  42. * <tempfile> and <setproxy> tasks were in beta1, but not defined by
  43. default; They now are. <tempfile> fills a property with the name of a
  44. temporary file; <setproxy> lets you set the JVM's http, ftp and socks proxy
  45. settings.
  46. * <available classname="foo" ignoresystemclasses="true"> failed for
  47. JDK 1.1 and 1.2, even if the class could be found on the
  48. user-specified classpath.
  49. * <property environment=... /> now works on z/OS.
  50. * forked <javac> failed for the wrong reason on JDK 1.1 - Ant would
  51. use a temporary file to hold the names of the files to compile under
  52. some conditons, but 1.1 doesn't support this feature. Ant will no
  53. longer try this, but you may run into problems with the length of the
  54. command line now.
  55. * the refid attribute for <property>s nested into <ant> or <param>s
  56. nested into <antcall> didn't work.
  57. * <replaceregexp> didn't work for nested <fileset>s.
  58. * <javadoc> dropped sourcepath entries if no "interesting" .java
  59. source files could be found below them. This has been backwards
  60. incompatible and caused problems with custom doclets like xdoclet.
  61. * Using the doclet, docletpath or docletpathref attributes of
  62. <javadoc> may have caused NullPointerExceptions.
  63. * nested <filesets> of <javadoc> would include too much.
  64. * <dependset> will no longer choke on <targetfileset>s that point to
  65. non-existing directories.
  66. * <patch> didn't work at all.
  67. * <replace> and <replaceregexp> now fail if the file they are working
  68. on is locked.
  69. * <javadoc> would pick up the wrong executable in the combination JDK
  70. 1.2 and AIX.
  71. Other changes:
  72. --------------
  73. * z/OS now gets detected by the os condition.
  74. * <fileset> and <dirset> now have an optional followsymlink attribute
  75. that can prevent Ant from following symbolic links on some platforms.
  76. * BeanShell is now supported in the <script> task.
  77. * <ejbjar> under Weblogic attempts to use the ejbc20 compiler for 2.0 beans
  78. based on the deployment descriptor's DTD reference. Under weblogic 7.00 Beta
  79. this ejbc class has been deprecated. To avoid the deprecation warning use
  80. ejbcclass="weblogic.ejbc".
  81. * <ejbjar> will add a manifest to the generated jar based on the naming
  82. convention in use. This overrides the manifest specified in the
  83. <ejbjar> attribute
  84. Changes from Ant 1.4.1 to 1.5beta1
  85. ==================================
  86. Changes that could break older environments:
  87. --------------------------------------------
  88. * Important: Single $ signs are no longer silently stripped!
  89. =======
  90. * Project.getBuildListeners now returns a clone of the listener
  91. list. Changes to the returned list will not affect the listeners
  92. currently attached to the Project. It also means that it is safe to
  93. iterate over the returned list if listeners are added or removed
  94. during the traversal.
  95. * <pvcs> default filenameformat has been different from Ant 1.4.1.
  96. Now it is different from 1.5beta1 and 1.5beta2.
  97. * Some messages that are printed during startup will not be
  98. written to the logfile specified via -logfile as they might destroy
  99. the format of the file for special BuildLoggers (like XmlLogger).
  100. Fixed bugs:
  101. -----------
  102. * <available> could fail to find files or directories that happen to
  103. start with the name of the project's basedir but are not children of
  104. the basedir.
  105. * Nested <property>'s inside <ant> can now be overriden by subsequent
  106. <ant> and <antcall> tasks.
  107. * <xslt>'s outputtype attribute wouldn't do anything.
  108. * <linecontains> filterreader could swallow lines.
  109. * <sequential> used to configure the tasks (set their attributes)
  110. before the first task has been executed. This means that properties
  111. that have been set by nested task seemed to be unset for the other
  112. tasks in the same <sequential> element.
  113. * <javac>'s sourcepath setting has been ignored by some compiler
  114. implementations.
  115. * <javadoc>'s packagelist attribute didn't work.
  116. * the plain mailer would always use port 25 in <mail>.
  117. * Ant's default logger could swallow empty lines.
  118. * ejbjar's iPlanet nested element now can process multiple descriptors.
  119. * IPlanetEjbc was looking in the wrong place for four iiop files.
  120. * <javac> would pass the -source switch to JDK 1.3's javac, even
  121. though it doesn't support it.
  122. Other changes:
  123. --------------
  124. * <checksum> now uses a buffer (of configurable size).
  125. * The "Trying to override task definition" warning has been degraded
  126. to verbose level if the two task definitions only differ in the class
  127. loader instance that has loaded the definition.
  128. * Add a jvmargs to the ejbjar's weblogic element to allow additional
  129. arguments to be provided to the VM runnign ejbc. Document the
  130. jvmdebuglevel attribute which can be used to avoid warnings about
  131. interface classess being found on the classpath. Document the new
  132. <sysproperty> element which allows JVM properties to be defined.
  133. Added an outputdir attribute to allow the destination to be a
  134. directory into which the exploded jar is written.
  135. * ejbjar now supports Borland Enterprise Server 5 and Jonas 2.5
  136. Changes from Ant 1.5beta1 to Ant 1.5beta2
  137. =========================================
  138. Changes that could break older environments:
  139. --------------------------------------------
  140. * Properties will now be expanded in mail message bodies. This means
  141. that one $ sign will be stripped if your mail message contains the text
  142. $$.
  143. * org.apache.tools.ant.taskdefs.Expand no longer extends MatchingTask.
  144. * Available#setFile now again uses a File argument as it did in 1.4,
  145. this may break environments that have been adapted to the String
  146. argument version present in 1.5beta1.
  147. Fixed bugs:
  148. -----------
  149. * When <move> attempts a rename, it deletes the destination file, if it
  150. exists, before renaming the source file. However, <move> was not
  151. checking if the destination file was actually a directory before
  152. trying to delete it.
  153. * Make CVS Tasks to work under Cygwin.
  154. * Fix LineContains to handle huge files elegantly without causing
  155. Stack Overflows.
  156. * if you ask for the "classic" compiler on Java1.4, you get upgraded to
  157. "modern" because there is no classic compiler any more.
  158. * the <http> condition was viewing 404 'not found' exceptions as success. Now
  159. it defaults to viewing any response >=400 as an error, and has an errorsBeginAt
  160. attribute you can use if you want a higher or lower value.
  161. * <get> throws a build exception on an http authorization error, unless you
  162. have set ignoreerrors to true.
  163. * <wsdltodotnet> was spelt in Wintel case: <WsdlToDotnet>. It is now lower
  164. case, though the old spelling is retained for anyone who used it.
  165. * Merging of Manifests in jar now works as documented.
  166. * paths that have been separated by colons would be incorrectly parsed
  167. on NetWare.
  168. * runant.pl now supports NetWare.
  169. * <tempfile> and <setproxy> tasks were in beta1, but not defined by
  170. default; They now are. <tempfile> fills a property with the name of a
  171. temporary file; <setproxy> lets you set the JVM's http, ftp and socks proxy
  172. settings.
  173. * <available classname="foo" ignoresystemclasses="true"> failed for
  174. JDK 1.1 and 1.2, even if the class could be found on the
  175. user-specified classpath.
  176. * <property environment=... /> now works on z/OS.
  177. * forked <javac> failed for the wrong reason on JDK 1.1 - Ant would
  178. use a temporary file to hold the names of the files to compile under
  179. some conditons, but 1.1 doesn't support this feature. Ant will no
  180. longer try this, but you may run into problems with the length of the
  181. command line now.
  182. * the refid attribute for <property>s nested into <ant> or <param>s
  183. nested into <antcall> didn't work.
  184. * <replaceregexp> didn't work for nested <fileset>s.
  185. * <javadoc> dropped sourcepath entries if no "interesting" .java
  186. source files could be found below them. This has been backwards
  187. incompatible and caused problems with custom doclets like xdoclet.
  188. * Using the doclet, docletpath or docletpathref attributes of
  189. <javadoc> may have caused NullPointerExceptions.
  190. * nested <filesets> of <javadoc> would include too much.
  191. * <dependset> will no longer choke on <targetfileset>s that point to
  192. non-existing directories.
  193. * <patch> didn't work at all.
  194. * <replace> and <replaceregexp> now fail if the file they are working
  195. on is locked.
  196. * <javadoc> would pick up the wrong executable in the combination JDK
  197. 1.2 and AIX.
  198. Other changes:
  199. --------------
  200. * z/OS now gets detected by the os condition.
  201. * <fileset> and <dirset> now have an optional followsymlink attribute
  202. that can prevent Ant from following symbolic links on some platforms.
  203. * BeanShell is now supported in the <script> task.
  204. * <ejbjar> under Weblogic attempts to use the ejbc20 compiler for 2.0 beans
  205. based on the deployment descriptor's DTD reference. Under weblogic 7.00 Beta
  206. this ejbc class has been deprecated. To avoid the deprecation warning use
  207. ejbcclass="weblogic.ejbc".
  208. * <ejbjar> will add a manifest to the generated jar based on the naming
  209. convention in use. This overrides the manifest specified in the
  210. <ejbjar> attribute
  211. Changes from Ant 1.4.1 to 1.5beta1
  212. ==================================
  213. Changes that could break older environments:
  214. --------------------------------------------
  215. * Important: Single $ signs are no longer silently stripped!
  216. Before you panic that we have broken all your build files, we have kept
  217. the old "$$" -> "$" behaviour. So only build files which accidentally had
  218. a $ sign in a string that was being silently stripped may break.
  219. We added this fix to stop newbie confusion; if you want to write a
  220. build file which works on ant versions 1.4.1 or earlier, stay with
  221. the double $$ sign rule.
  222. * Shipped XML parser is now Xerces 2.0.1 along with the XML Parser APIs.
  223. XML Parser APIs is a separate jar that contains the necessary
  224. JAXP/DOM/SAX classes.
  225. * <telnet> was fixed to expand properties inside nested <read> and
  226. <write> elements; before this only happened when you assigned the text
  227. to the string attribute. If you had $ signs in the string, they may
  228. need escaping.
  229. * the RegexpMatcher interface has been extended to support case
  230. insensitive matches and other options - custom implementations of
  231. this interface won't work any longer. We recommend to use the new
  232. Regexp interface that also supports substitution instead of the
  233. RegexpMatcher interface in the future.
  234. * <gzip> will throw an exception if your src attribute points to a directory.
  235. * Unjar, Unzip and Unwar will throw an exception if the Src attribute
  236. represents a directory. Support for nested filesets is provided
  237. instead.
  238. * It is no longer possible to overwrite a property using tasks like
  239. <condition>, <exec>, <pathconvert>, or <tstamp>. In some exceptional
  240. cases it will generate a warning if you attempt to overwrite an
  241. existing property.
  242. * Taskwriters please note: Whenever tasks had any overloaded set* methods,
  243. Ant's introspection mechanism would select the last overloaded method
  244. provided to it by the Java Runtime. A modification has now been made such
  245. that when the Java Runtime provides a method with a String as its argument,
  246. a check is made to see if there is another overloaded method that takes in
  247. some other type of argument. If there is one such method, then the method
  248. that takes in String as an argument is not selected by the Introspector.
  249. * The pattern definition **/._* has been included into the Default
  250. Excludes list.
  251. * <propertyfile>'s <entry> element was modified to remove "never" as a value
  252. as its behavior was undocumented and flakey.
  253. * The -projecthelp flag now only prints out targets that include the
  254. 'description' attribute, unless the -verbose or -debug flag is included
  255. on the Ant command line.
  256. * Ant's testcases now require JUnit 3.7 or above, as they now use the new
  257. assertTrue method instead of assert.
  258. * If the 'output' attribute of <ant> is set to a simple filename or a
  259. relative path, the file is created relative to ${basedir}, not ${user.dir}.
  260. * The default value for build.compiler is now javac1.x with x
  261. depending on the JDK that is running Ant instead of classic/modern.
  262. Fixed bugs:
  263. -----------
  264. * A bug existed that prevented generated log files from being deleted as
  265. part of the build process itself. This has now been fixed.
  266. * Fixed bug where <move> ignored <filterset>s.
  267. * Ant works properly with the combination of Java1.4/WindowsXP.
  268. * Fixed bug where <java> used to sometimes invoke class constructors twice.
  269. * Fixed bug with 4NT shell support.
  270. * Fixed bug where ant would not perform ftp without remotedir being
  271. specified even though this was not mandatory.
  272. * Fixed bug where ant would not copy system properties into new Project
  273. in ant/antcall tasks when inheritall="false" is set.
  274. * <propertyfile> would not close the original property file.
  275. * <ant> will no longer override a subbuild's basedir with inheritall="true".
  276. * Fixed problem with the built-in <junit> formatters which assumed
  277. that only one test could be running at the same time - this is not
  278. necessarily true, see junit.extensions.ActiveTestSuite.
  279. * <jar>'s whenEmpty attribute is useless as JARs are never empty, they
  280. contain at least a manifest file, therefore it will now print a
  281. warning and do nothing.
  282. * <typedef> hasn't been all that useful as it couldn't be used outside
  283. of targets (it can now) and nested "unknown" elements have always
  284. been considered to be tasks (changed as well).
  285. * <fixcrlf> would fail for files that contained lines longer than 8kB.
  286. * Some junit formatters incorrectly assumed that all testcases would
  287. inherit from junit.framework.TestCase.
  288. * <fixcrlf> dropped the first characters from Mac files.
  289. Other changes:
  290. --------------
  291. * Selector Elements now provide a way to create filesets based on
  292. sophisticated selection criteria.
  293. * Gzip and Bzip2 files can now be constructed in the fly when using
  294. the tar task without having to create the intermediate tar file on
  295. disk. The Untar task can also untar GZip and BZip2 files on the fly
  296. without creating the intermediate tar file.
  297. * New optional type, <classfileset> added.
  298. * <ejbjar> now allows control over which additional classes and interfaces
  299. are added to the generated EJB jars. A new attribute "dependency" can be
  300. defines which classes are added. The addition of classes now uses
  301. the Jakarta-BCEL library rather than reflection, meaning bean classes are
  302. no longer loaded into Ant's JVM. The default dependency analyzer is known as
  303. the ancestor analyzer. It provides the same behaviour as the 1.4.1 version of
  304. <ejbjar>. If the BCEL library is not present, a warning will be issued stating
  305. the ancestor analyzer is not available. In this case <ejbjar> will continue
  306. to function but will not add super classes to the jar.
  307. * <available> has a new attribute named ignoreSystemClasses.
  308. * New task <cvschangelog/> generates an XML report of changes that occur
  309. on CVS repository.
  310. * New filter readers: ClassConstants, ExpandProperties, HeadFilter,
  311. LineContains, LineContainsRegExp, PrefixLines, ReplaceTokens,
  312. StripJavaComments, StripLineBreaks, StripLineComments, TabsToSpaces,
  313. TailFilter.
  314. * <copy>, <loadfile>, <loadproperties>, <move> support FilterChains
  315. of FilterReaders.
  316. * New task <loadproperties> to load contents of file as Ant properties,
  317. with nested <filterchain> elements.
  318. * New task <loadfile> to load a whole file into a property.
  319. * New task <echoproperties> to list your current properties to the screen
  320. or a file.
  321. * New tasks <bzip2> and <bunzip2> to pack and unpack files using the
  322. BZip2 alogrithm.
  323. * New tasks <replaceregexp>, <checksum>, <translate>, <waitfor>,
  324. <manifest>, <vsscp>, <vssadd>, <vsscreate>, <splash>, <basename>, <dirname>,
  325. <concat>.
  326. * A new combined <mail> task, which replaces the old <mail> and
  327. <mimemail> tasks, has been added. The <mimemail> task, and
  328. old SendEmail and MimeMail classes have been deprecated.
  329. * Mail task allows specification of port number.
  330. * Users can control what <zip> and <jar> must do when duplicate files
  331. are found. A new element <zipgroupfileset> allows for multiple zip
  332. files to be merged into the archive. In addition, <jar> also has
  333. another new attribute: filesetmanifest. The existing manifest
  334. attribute of <jar> now also accepts the name of a jar added through
  335. a fileset.
  336. * gzip now checks that the zipfile is older than the source file
  337. before rebuilding the zipfile.
  338. * TarFileset takes in three new attributes - fullpath, prefix
  339. and preserveLeadingSlashes.
  340. * <move> attempts to rename the directory, if everything inside it is
  341. included, before performing file-by-file moves. This attempt will
  342. be done only if filtering is off and if mappers are not used. This
  343. is a performance improvement and there is no change otherwise in
  344. the funtionality of this task.
  345. * Exec task has extra attribute "resultproperty" to get the return code
  346. into a property.
  347. * Exec task prints a message when a timed-out process is killed.
  348. * Added optional attributes - name, arch and version to the <os> task.
  349. * Unjar, Untar, Unwar and Unzip now support patternsets to
  350. select files from an archive for extraction. Filesets may be
  351. used to select archived files for unarchival.
  352. * Javac task allows debug levels to be specified. Debug levels
  353. will have an effect only when the modern compiler or the
  354. classic compiler (version 1.2 and higher) is used and debugging
  355. is enabled.
  356. * Added support for specifying CVS_RSH in the <cvs/> task
  357. * The attributes zipfile, jarfile, warfile and earfile (from the Zip,
  358. Jar, War and Ear tasks) have been deprecated and superseded by a
  359. new attribute "destfile".
  360. * Added new conditions <isset>, <checksum>, <http>, <socket>, <contains>,
  361. <filesmatch>.
  362. * <taskdef> and <typedef> will now emit a warning if a task/type of
  363. the given name already exists.
  364. * A new revision of VAJ tasks: The most important new feature
  365. is the ability to execute VAJ tasks from the command line by
  366. exploiting the Remote Tool Access feature of VAJ.
  367. * Improved support for Novell NetWare.
  368. * Added an optional encoding attribute to <fixcrlf>.
  369. * <apply> has a new attribute relative that allows users to pass the
  370. filenames as relative instead of absolute paths on the command line.
  371. * References can now be copied into the child build by <ant> and
  372. <antcall> using nested <reference> elements or the new inheritRefs
  373. attribute.
  374. * <fail> now supports builds to fail based on conditions via if and
  375. unless attributes.
  376. * Ant now comes with two new BuildLogger implementations - one that
  377. can send emails containing a log of the build process (MailLogger),
  378. and one that colorizes the output based on message levels, using
  379. ANSI color code escape sequences (AnsiColorLogger).
  380. * A "package" mapper type has been added to allow package directory
  381. names replaced with the dotted form.
  382. * You can now specify environment variables in the <java> and <junit> tasks
  383. if the fork attribute has been set to true.
  384. * -propertyfile command-line option has been added to load an entire
  385. property file just as -D properties are declared (as user properties).
  386. -D properties take precedence over -propertyfile specified ones.
  387. * You can now set an ANT_ARGS environment variable to hold arguments you
  388. always want passed to the 'ant' command -- for example, if you always
  389. want to use a different logger or the -find flag.
  390. * <tstamp> now supports a new "prefix" attribute to prefix properties set.
  391. * You can now specify the -sourcepath for <javac> explicitly.
  392. * <javac> now supports a new "listfiles" attribute to list the source
  393. files it's handing off to the compiler.
  394. * The compiler implementation for <javac> can now be chosen on a task by
  395. task basis. The new "compiler" attribute of <javac> can be used to override
  396. the value of the build.compiler property, if set.
  397. * <javac> has a new nested element, <compilerarg>, which allows you
  398. to specify additional args for the specific compiler you're using.
  399. * <javac>'s "source" attribute is now enabled for jikes as well.
  400. * <propertyfile>'s <entry> now has a 'unit' attribute to specify the
  401. increment/decrement unit on date operations.
  402. * <property> now supports a 'prefix' attribute when loading from a file
  403. or resource.
  404. * In Ant 1.4, a feature has been added to the <junit> task that would
  405. add ant.jar, optional.jar and junit.jar implicitly to the classpath -
  406. this feature can now be disabled by setting the new includeantruntime
  407. attribute to false.
  408. * <style> behaves differently from any other directory-based task, as it
  409. processes all files that it finds in included directories in
  410. addition to the files matched by your patterns. There is now a new
  411. attribute, 'scanincludeddirectories', to suppress this behavior.
  412. * <javadoc> now supports a <tag> nested element to provide the -tag option
  413. to the standard Java 1.4 doclet. The element is ignored when not running
  414. on Java 1.4.
  415. * <ftp> can now chmod files on a remote server that supports
  416. "site chmod", as well as set the umask before transferring files, if
  417. the server supports "site umask".
  418. * New <serverdeploy> "optional" task.
  419. * <patternset> now supports nested patternsets.
  420. * Perforce tasks now support a "failonerror" attribute (defaults to "true").
  421. * Open Source application server JOnAS support:
  422. EJB hot deploy and deploy with <serverdeploy> and <ejbjar>
  423. * Added new DirSet (<dirset>) datatype.
  424. * <path> now supports nested <dirset> and <filelist> elements.
  425. * <pathconvert> now supports nested <dirset> and <filelist> elements.
  426. * <pathconvert>'s "dirsep" and "pathsep" attributes now accept
  427. multi-character values.
  428. * <copy> task now has a 'failonerror' attribute to allow keep-going
  429. behaviour when the file to be copied is not found (defaults to "true").
  430. * <uptodate> now has a 'srcfile' attribute to allow specifying a
  431. full-path filename.
  432. * <exec>, <sql> and <java> now support append attributes to allow
  433. appending the output to an existing file.
  434. * <java> now supports a timeout attribute analog to <exec> - it is
  435. highly recommended to only use it together with fork="true".
  436. * <javadoc> now supports a source attribute to enable javadoc to
  437. handle assertions present in JDK 1.4 source code.
  438. * <replace> supports a new replacefilterfile attribute that
  439. automatically turns all properties of a given file into
  440. replacefilters.
  441. * An alias of <xslt> has been added to refer to the <style> task.
  442. * The compiler implementation for <rmic> can now be chosen on a task by
  443. task basis. The new "compiler" attribute of <rmic> can be used to override
  444. the value of the build.rmic property, if set.
  445. * <rmic> has a new nested element, <compilerarg>, which allows you
  446. to specify additional args for the specific compiler you're using.
  447. * org.apache.tools.ant.XmlLogger now is a BuildLogger, rather than just
  448. a BuildListener. It can operate in either mode successfully.
  449. * <junit> has a new attribute "showoutput". If set to true, output
  450. generated by tests will be sent to Ant's logging system as well as
  451. to the formatters (instead of sending it to the formatters
  452. exclusively).
  453. * Ant has now a pluggable way to prompt users for input, which is used
  454. by the new <input> task. IDE integrators can provide an
  455. implementation of the InputHandler interface to decouple Ant's input
  456. from the console. An implementation that gets its input from a file
  457. for unattended builds is part of Ant's distribution.
  458. For more details see docs/manual/inputhandler.html.
  459. * <patch> has a new attribute that selects the directory in which to
  460. run the command.
  461. * <javadoc> now supports two new nested elements, <fileset> and <packageset>.
  462. Changes from Ant 1.4 to Ant 1.4.1
  463. ===========================================
  464. Fixed bugs:
  465. -----------
  466. * <ant>'s antfile attribute will now also be considered an absolute path on
  467. Windows systems, if it starts with a \ and no drive specifier.
  468. * The fullpath attribute of <zipfileset> has been ignored if you used
  469. the src attribute at the same time.
  470. * The manifest file is now always placed as the second entry (after /META-INF)
  471. in generated jars. This allows the manifest to be read by JarInputStreams
  472. * Fixed bug in depend task which would fail with a NullPointerException if no
  473. dependency cache was specified.
  474. * sql task now handles REM statements correctly so that lines starying with rem
  475. but which are not comments are actually processed.
  476. * XMLLogger now uses the task's name rather than the classname
  477. * <mapper>s will now work as expected if the to pattern expands to an
  478. absolute pathname.
  479. * <javac> didn't ignore memory settings in non-fork mode
  480. * <cab> didn't split the options attribute into several command line
  481. arguments correctly.
  482. Other changes:
  483. --------------
  484. * New source attribute for <javac> to enable assertion in JDK 1.4
  485. * XmlLogger and <antstructure> now add an encoding declaration to the
  486. XML files they generate.
  487. * <fileset> has a new attribute "casesensitive" to make it match
  488. filenames in a case insensitive way (if you set it to false) - by
  489. default filesets remain case sensitive.
  490. Changes from Ant 1.3 to Ant 1.4
  491. ===========================================
  492. Changes that could break older environments:
  493. --------------------------------------------
  494. * JUnitReport now uses the xalan redirect extension for multi-output.
  495. With Xalan 1.2.2 it forces the use of bsf.jar in the classpath.
  496. (Available in the xalan distribution). It is recommended to switch
  497. to Xalan 2.x that do not need it.
  498. * Zip.setWhenempty() has changed its signature.
  499. * <rmic> is now implemented using a factory. This makes extending
  500. rmic to use a new compiler a lot easier but may break custom
  501. versions of this task that rely on the old implementation.
  502. * several Zip methods have changed their signature as we now use a Zip
  503. package of our own that handles Unix permissions for directories.
  504. Furthermore <zip> will now use the platform's default character
  505. encoding for filenames - this is consistent with the command line
  506. ZIP tools, but causes problems if you try to open them from within
  507. Java and your filenames contain non US-ASCII characters. Use the new
  508. encoding attribute of the task and set it to UTF8 to get the old
  509. behavior.
  510. * The <pvcs> task has been moved to a package of its own.
  511. * JUnitResultFormater has two additional methods that must be
  512. implemented by custom formatters.
  513. * Ant will no longer use the canonical version of a path internally -
  514. this may yield different results on filesystems that support
  515. symbolic links.
  516. * The output generated by the xml formatter for <junit> has changed
  517. again, it doesn't format the numeric value in the time attribute anymore.
  518. * Pattern matching rules have changes slightly, the pattern foo*
  519. doesn't match files contained in a directory named foo - use foo/*
  520. instead.
  521. * <fixcrlf> will not remove trailing whitespace at the end of lines anymore.
  522. * The Classloader usage has been changed for the taskdef, property, available
  523. and sql tasks so that it delegates to the parent classloader. This may cause
  524. ClassNotFoundExceptions to be thrown if a system class attempts to load a
  525. class in the taskdef's classpath (typically factory objects).
  526. * Ant now allows multithreading of tasks and the containment of tasks within
  527. other tasks. This can break customer listeners which do not expect messages
  528. from a task before the previous task has finished.
  529. * Ant now installs its own ouput stream into System.out to route output to the
  530. task currently executing on the current thread. This also means that all
  531. output is now routed as Ant message events. Customer listeners and loggers
  532. should not call System.out at any time. This has always been true but such
  533. usage now will cause problems due to possible recursion.
  534. * Invalid manifest files will now cause build failures in the <jar> task.
  535. * Ant Introspection now looks for methods with method names starting with
  536. addConfigured. When called these methods are passed an argument after it has
  537. been configured from the build file. Custom tasks supporting nested elements
  538. starting with the name configured will no longer function.
  539. * The environment variable JAVACMD that can be used to specify the
  540. java executable to Ant's wrapper scripts must not contain additional
  541. command line parameters any longer - please use the environment
  542. variable ANT_OPTS for such parameters now.
  543. * Ant's wrapper scripts now quote the CLASSPATH environment variable, thus
  544. supporting classpaths which refer to directories containing spaces. This means
  545. that the CLASSPATH environment variable cannot have quotes. Any quotes should
  546. be removed. This will not affect the operation of the CLASSPATH environment
  547. variable in other contexts.
  548. * A delete task like
  549. <delete includeEmptyFilesets="true">
  550. <fileset dir="somedir" />
  551. </delete>
  552. will now remove "somedir" as well, unless there are still files left
  553. in it (matched by the default excludes).
  554. * The copy task will now fail if the file to be copied is not found.
  555. * Ant properties defined in properties files now behave the same way as
  556. properties defined in the build file. In particular the $ character needs
  557. to be escaped in property values by doubling it to $$. So, to define a
  558. property with the value $hello, you need to define it in a properties file
  559. as
  560. test.prop=$$hello
  561. This was not the case in Ant 1.3
  562. Other changes:
  563. --------------
  564. * New tasks: ear, p4counter, record, cvspass, vsscheckin, vsscheckout,
  565. typedef, sleep, mimemail, set of tasks for Continuus/Synergy, dependset,
  566. condition, maudit, mmetrics, jpcoverage, jpcovreport, jpcovmerge
  567. * Ant now uses JAXP 1.1
  568. * rmic now supports Kaffe's and Weblogic's version of rmic.
  569. * new magic property build.rmic to chose the rmic implementation
  570. * <tar> will now add empty directories as well
  571. * you can now specify a description for <p4change>
  572. * <touch> can now work on <fileset>s
  573. * <uptodate> now supports a value attribute
  574. * <fail> supports nested text
  575. * <fixcrlf> won't override files that are already in the correct
  576. format.
  577. * <sql> now supports REM comments as well as // and --
  578. * <jar> now has a nested <metainf> element following the same idea as
  579. <war>'s <webinf>.
  580. * <pvcs> can now handle multiple projects.
  581. * <available> now has a "type" attribute you can use in conjunction
  582. with the "file" attribute to specify whether the "file" you're
  583. looking for is a file or a directory.
  584. * New <junit> formatter named "brief"
  585. * <ejbjar> changes
  586. * Add support for Borland Application Server to the <ejbjar> task using
  587. a <borland> nested element.
  588. * Add support for iPlanet Application Server to the <ejbjar> task. Also
  589. includes some iPlanet utility tasks
  590. * Add support for JBoss Application Server to the <ejbjar> task.
  591. * Add a naming attribute to control the naming scheme that
  592. ejbjar uses to name the generated EJB jars.
  593. * Weblogic element now sets the compiler class for EJB 2.0 beans
  594. * <dtd> elements can be specified at the <ejbjar> level for building generic
  595. beans
  596. * <dtd> elements can now be URLs
  597. * Allow the manifest to be specified for the generated jars
  598. * The weblogic element now supprts an attribte noEJBC to skip the processing
  599. of the jar by ejbc. The ejbc step will then occur at deployment
  600. * weblogic will tell ejbc to use Jikes compiler if build.compiler is set to
  601. jikes. It can be restored to the default, javac, operation if desired.
  602. * Allow the <sql> Delimiter to be set in the so that Oracle stored procs may be
  603. entered
  604. * <execon> and <apply> can now optionally skip empty filesets.
  605. * <javadoc> has a new useexternalfile attribute that makes it use a
  606. temporary file for sourcefile and package names - helps to defeat
  607. command line length limitations.
  608. * Data types like <path> can now be defined inside of <target>s
  609. * you can now specify a classpath for <style> - the XSLZ processor
  610. will be loaded from this path
  611. * added a force attribute to <style> to support dependencies that the
  612. task cannot determine itself (dependency on parameters, not file
  613. modification times for example)
  614. * added vmlauncher attribute to exec tasks. This defaults to true. If
  615. it is set to false, the VM's ability to launch commands in bypassed
  616. and the OS shell, either directly or through the auxillary antRun
  617. scripts is used.
  618. * regexp mapper now supports the java.util.regex package of JDK 1.4.
  619. * New filesonly attribute for <zip> and friends to suppress directory
  620. entries.
  621. * New update attribute for <zip> and friends - update an existing
  622. archive instead of creating a new one.
  623. * <apply> and <execon> have been merged into a single task.
  624. * added vssver.scc to the default excludes
  625. * <available> has a new filepath attribute/nested element that allows
  626. you top search for a file in a given path.
  627. * <junit> can now optionally set a property on test failure.
  628. * <taskdef> can now define several tasks at once, reading the
  629. name/classname pairs from a property file or resource.
  630. * <unzip/unjar/unwar> and <untar> now have an overwrite attribute that
  631. defaults to true. If set to false, files that are newer than the
  632. files in the archive will not be replaced.
  633. * <patternset> and <fileset> now support nested <in/excludesfile>
  634. elements - using these you can have more than one in/excludes file
  635. per <patternset>.
  636. * Three new supported compilers for javac: kjc for kopi, gcj for the
  637. gcc frontend and sj for Symantec's compiler.
  638. In addition extJavac or the new fork attribute can be
  639. used to run the JDK's javac in a JVM separate from Ant.
  640. * <fixrlf> can now with CR only line-ends and can use an arbitraty
  641. between 2 and 80.
  642. * The .NET tasks have been adapted to the beta2 release of the framework.
  643. * <move> will now try to rename() files before copying them byte by
  644. byte - only if filtering is of, of course.
  645. * <ant> and <antcall> tasks now support a new attribute inheritAll. When set to
  646. false, only user properties are passed through to the target Ant instance.
  647. This includes properties set on the command line and properties explicitly
  648. passed
  649. * <javadoc> now skips off line links if the package list cannot be found.
  650. * <wlrun> now allows the security policy file to exist outside the weblogic
  651. directory.
  652. * <java> task will set the Thread contextClassLoader under JDKs 1.2+ to the
  653. classloader for the class being executed.
  654. * Introduce the concept of a TaskContainer - a task or element which can contain
  655. Ant Tasks.
  656. * Add new tasks implementing the TaskContainer interface <parallel> and
  657. <sequential> which allow parallel execution of tasks to be specified.
  658. * <depend> task will now take into account dependencies on jar files and class
  659. files from a given classpath.
  660. * <jar> manifest entries may now be specified in the build file either
  661. completely or to be merged with a manifest file.
  662. * <tstamp> task custom formats now support locales.
  663. * Added a listner which will forward events to Log4J. The log4j configuration
  664. file should be in the directory from which Ant is run or passed as a system
  665. property using a JVM argument.
  666. * Introduced the concept of <filtersets> to allow for more control in which
  667. filters get applied in a <copy> or <move> operation.
  668. * Added nowarn attribute to javac and deprecated the Jikes-magic property
  669. build.compiler.warnings.
  670. * The <depend> task cache format has changed and all dependency information is
  671. now stored in a single file.
  672. Fixed bugs:
  673. -----------
  674. * Testcases have been made independent of current working directory.
  675. * Input ZIP-Files will be closed when using a <zipfileset>.
  676. * p4 tasks now don't fail if user, port or client have been omitted
  677. (and this is acceptable for the context of the command).
  678. * <javah>'s outputfile attribute will be resolved as relative to the
  679. projects basedir.
  680. * <antstructure> should create a valid DTD for propertyfile.operation.entry
  681. and omit tasks it fails to load.
  682. * won't try to pass a -bootclasspath flag to javac 1.1 anymore
  683. * <style>'s style attribute no handles absolute paths correctly.
  684. * <delete includeemptydirs="true"> now deletes more than just the leaf
  685. directories.
  686. * You can now specify a <fileset> for a directory that doesn't exist at
  687. declaration time but will created before the fileset gets used for the
  688. first time.
  689. * If the quiet attribute has been set, <delete> will handle <fileset>s
  690. with non-existing directories gracefully.
  691. * Output written by testcases will now be captured by the <junit> task
  692. and passed to the formatters.
  693. * Quote the -group parameter to Javadoc as per the specification
  694. * Initialise classes when loaded through the AntClassLoader - that is, run
  695. static initializers
  696. * Implement getResource() and getResources() in AntClassLoader
  697. * Create the <ejbjar> weblogic command line as a set of arguments rather than
  698. as a single line. Avoids problems with paths which contain spaces.
  699. * <ejbjar> now fails when the weblogic ejbc compiler reports an error.
  700. * Make the AntClassLoader load resources in the same order as it currently
  701. loads classes.
  702. * Handle classpaths with spaces
  703. * Make sure XSLT processors close their output files in <style>.
  704. * perform proper uptodate check in <rmic> when compiling for IIOP.
  705. * <jjtree>'s uptodate test works even if outputdirectory is not the
  706. parent dir of target
  707. * <copy> will remove target file (if it exists) before writing to it -
  708. this avoids problems with links on filesystems that support them.
  709. * <ftp> now properly recurses remote directories.
  710. * <ftp> closes remote connection when it's done.
  711. * <junit> tries to include all necessary classes for the task itself
  712. to the classpath when running in fork mode - doesn't work for JDK 1.1
  713. * <apply> and <execon> do now execute the command only once, if you
  714. specify the parallel attribute - instead of once per fileset.
  715. * directory based tasks and fileset could miss some included files in
  716. directories that have been excluded
  717. * <fixcrlf> failed for large files.
  718. * <move> removed files you tried to move to themselves.
  719. * <sql> task will not trty to print the result set unless the query succeeded.
  720. * Ant classloader will now ignore paths which are invalid relative to the
  721. project base
  722. * <ejbjar> weblogic elements check for jar file changes has been fixed.
  723. Previously some changes would not be included.
  724. * properties loaded from properties files are now resolved internally. This
  725. removes the spurious warnings about usage of properties which have not been
  726. set.
  727. * <jar> task and friends now process the JAR manifest to ensure it is valid.
  728. * The task finished event now includes any exception thrown by the task.
  729. * <java> task now supports a jvmVersion attribute so that if another JVM is
  730. being used, Ant can determine which options to use for features such as the
  731. VM memory limits
  732. Changes from Ant 1.2 to Ant 1.3
  733. ===========================================
  734. Changes that could break older environments:
  735. --------------------------------------------
  736. * Ant doesn't search for the buildfile anymore, unless you use the new
  737. -find argument.
  738. * <perforce> has been replaced by a number of new tasks.
  739. * <javac> is now implemented using a factory. This makes extending
  740. javac to use a new compiler a lot easier but may break custom
  741. versions of this task that rely on the old implementation.
  742. * The output generated by the xml formatter for <junit> has changed a
  743. little, it doesn't append " sec" in the time attribute anymore.
  744. Other changes:
  745. --------------
  746. * A GUI Frontend: Antidote. This is currently in development. At this
  747. time, this is not part of the Ant release, although the source is
  748. included if you are interested.
  749. * New tasks: stylebook, propertyfile, depend, antlr, telnet, csc,
  750. ilasm, apply, javah, several clearcase tasks, junitreport, sound
  751. * Added output attribute to <java>.
  752. * Added nested zipfileset element to <zip>
  753. * Changed <sql> so that printing is at the task level rather than
  754. the statement level.
  755. * javadoc task will pass -d flag to any doclet if the destDir attribute is
  756. given. If the doclet does not accept the -d flag then omit the destdir
  757. attribute.
  758. * <cab> can work on non-Windows platforms with the help of libcabinet.
  759. See http://trill.cis.fordham.edu/~barbacha/cabinet_library/.
  760. * <ftp> now supports passive mode.
  761. * New <mapper> data type that can be used to get influence on the
  762. target files for some tasks like <copy> or enable new types of tasks
  763. like <apply>.
  764. * <execon> provides more control over the command line now, the names
  765. of the source files are no longer required to be at the end of the
  766. command.
  767. * Style tasks will now support TraX compliant XSL processors if one is present
  768. in your classpath.
  769. * Added a failonerror to the javac task. If set to false, the build will
  770. continue even if there are compilation errors.
  771. * Added nested format elements to the tstamp task allowing additional time
  772. formats to be defined for arbitrary properties.
  773. * Added classpath attribute and nested classpath element to <property>
  774. to make the resource attribute more powerful.
  775. * ${} property expansion will now be performed on the patterns read
  776. from files specified as includesfile or excludesfile attributes.
  777. * The <tar> and <untar> tasks now support GNU format for handling paths
  778. which are greater than 100 characters in length. In addition the <tar>
  779. task now supports nested filesets through which the file permissions
  780. may be controlled.
  781. * wlrun, wlstop and ejbjar now support Weblogic 6.0
  782. * The MPasre task has been updated to work with MParse 2.0
  783. * The documentation has been significantly updated.
  784. Fixed bugs:
  785. -----------
  786. * <signjar> doesn't use deprectated methods anymore.
  787. * javadoc's failonerror attribute works again
  788. * javadoc's additionalparam attribute will now be split into separate
  789. parameters (on spaces) to allow for more than one parameter.
  790. * Changed <sql> task so that printing result sets works on Oracle
  791. * Changes to ddcreator and ejbc helper to respect the descriptor hierarchy
  792. keppgenerated in ejbc can now be turned off
  793. * ejbjar now correctly ignores <ejb-ref> elements in the deployment descriptor.
  794. CMP files are included by parsing the weblogic deployment descriptor rather
  795. than relying on the naming convention used in ant 1.2
  796. * ejbjar includes super classes and super interfaces into the generated ejb
  797. jar files. The <support> nested element allows support classes to be
  798. included in the EJB jar. The toplink element should now correctly locate
  799. the toplink descriptor.
  800. * <vssget> now correctly deals with spaces in arguments
  801. * <jar> fails early if a given manifest file doesn't exist
  802. * <rmic> doesn't search for the _Skel file anymore when stubversion is
  803. set to 1.2.
  804. * <rmic> uses the the same classpath to verify a class can be rmic'd
  805. as it passes to the compiler.
  806. * org.apache.tools.mail.MailMessage (and therefore <mail>) can now
  807. handle SMTP servers sending multi line responses.
  808. * nested <classpath> elements of <taskdef> now work for <taskdef>s not
  809. nested into <target> as well.
  810. * <property> and <available> will search for the resource "foo" instead
  811. of "/org/apache/tools/ant/taskdefs/foo" when given a relative resource
  812. name foo.
  813. * Handle build files in directories whose name contained a "#" character
  814. * <junit> can now log to files whose name contains a comma as well.
  815. * The AntClassLoader now refers to the loader which loaded it, any
  816. requests it does not handle itself. Previously these went to the
  817. primordial loader.
  818. Changes from Ant 1.1 to Ant 1.2
  819. ===============================
  820. Changes that could break older environments:
  821. --------------------------------------------
  822. * Semantics of <property> has changed again in the hope to be more
  823. intuitive. ${} expansion now happens at runtime and <property> tags
  824. living inside of targets only take effect if they are visited at
  825. runtime.
  826. As a side effect of this change, task's attributes get set at runtime
  827. not at parser time as well, which might change the results of
  828. <script>s or other custom tasks that reference other tasks by their id
  829. attribute.
  830. * copying of support files in <javac> has been removed - as well as
  831. the filtering attribute.
  832. * the <expand> and <keysubst> tasks have been removed.
  833. * the ignore and items attributes of directory based tasks have been removed.
  834. * the command line switches _not_ starting with - have been removed.
  835. * Path and EnumeratedAttribute have been moved from
  836. org.apache.tools.ant to org.apache.tools.ant.types.
  837. * the class attributes of <available>, <java>, <rmic> and <taskdef>
  838. have been removed.
  839. * the src attribute of <chmod> has been removed.
  840. * <patch> and <javadoc> have lost some of their attributes.
  841. * <java> and <cvs> have lost some undocumented attributes.
  842. * the Unix antRun script would search for command.sh in the directory
  843. it changed to and invoke this instead of command if present. This
  844. behavior has been dropped.
  845. * <ejbjar> task syntax has been changed significantly
  846. * <exec> is no longer implemented by org.apache.tool.ant.taskdefs.Exec.
  847. Custom tasks that rely on Project.createTask("exec") to return an
  848. instance of this class are going to fail.
  849. * nested <include> and <exclude> elements expect the value of their
  850. name attribute to be a single pattern, they don't accept multiple
  851. patterns anymore. Split them into multiple elements of the same type.
  852. * <delete dir="somedir" /> will now delete the directory itself as
  853. well as all included files. If you just want to clean out the
  854. directory and keep the empty one, use a nested fileset.
  855. Other changes:
  856. --------------
  857. * New tasks: antstructure, cab, execon, fail, ftp, genkey, jlink,
  858. junit, sql, javacc, jjtree, starteam, war, unwar, uptodate,
  859. native2ascii, copy, move, mparse.
  860. * copydir, copyfile, deltree and rename are now deprecated. They
  861. should be replaced with the new copy, delete and move tasks.
  862. * <java> uses a ClassLoader of its own in no-fork mode if a classpath is
  863. specified.
  864. * <style> will create the necessary target directories and reprocess
  865. all files if the stylesheet changes.
  866. * New data types fileset and patternset - expected to get a broader use.
  867. They, as well as PATH like structures, can now be defined on a global
  868. level and later be referenced by their id attribute.
  869. * You can specify environment variables to <exec>.
  870. * <get> can check whether a remote file is actually newer than a local
  871. copy before it starts a download (HTTP only).
  872. * Added a -logger option to allow the class which performs logging to be
  873. specified on the command line.
  874. * Added a -emacs option to tell the logger to leave out taskname adornments
  875. on log output.
  876. * <chmod> works on all files in parallel and supports multiple filesets.
  877. * <replace> can now use tokens and/or values that cross line boundaries.
  878. * build.compiler supports now jvc as well.
  879. * project specific help can now be obtained with the -projecthelp option.
  880. * Added a -debug option to make -verbose less verbose (and more useful)
  881. * Ant will now search for a file named build.xml in the parent directory
  882. and above (towards the root of the filesystem) if you didn't specify
  883. -buildfile and there is no build.xml in the current directory.
  884. * <echo> can now write to a file and accepts nested text.
  885. Fixed bugs:
  886. -----------
  887. * <chmod> didn't work when used as a directory based task.
  888. * Path, Available, Property didn't resolve relative filenames with
  889. respect to the Project's basedir.
  890. * Project didn't interpret the basedir attribute correctly in all
  891. cases.
  892. * Nested <src> in <javac> caused NullPointerException.
  893. * Corrupt Zip- and Jar-files ar now deleted if the task fails.
  894. * many more fixes we've forgotten to document here ...
  895. * The packagelistloc attribute of <javadoc>'s <link> child will be
  896. resolved as a file (i.e. it is either absolute or relative to
  897. basedir).