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

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