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

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