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

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