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

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