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

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