You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

WHATSNEW 63 kB

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