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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889
  1. Changes from current Ant 1.6 CVS version to current CVS version
  2. =============================================
  3. Changes that could break older environments:
  4. --------------------------------------------
  5. Fixed bugs:
  6. -----------
  7. * Translate task does not remove tokens when a key is not found.
  8. It logs a verbose message. Bugzilla Report 13936.
  9. Other changes:
  10. --------------
  11. * Enable to choose the regexp implementation without system property.
  12. Bugzilla Report 15390.
  13. * Nested file mappers and a container mapper implementation have been
  14. introduced. Additionally, the <mapper> element now accepts "defined"
  15. nested FileNameMapper implementations directly, allowing a usage
  16. comparable to those of <condition>, <filter>, and <selector>.
  17. * New <redirector> type introduced to provide extreme I/O flexibility.
  18. Initial support for <exec>, <apply>, and <java> tasks.
  19. * Changed default tempdir for <javac> from user.dir to java.io.tmpdir.
  20. * A new base class DispatchTask has been added to facilitate elegant
  21. creation of tasks with multiple actions.
  22. * <apply> has a new ignoremissing attribute (default true for BC)
  23. which will allow nonexistent files specified via <filelist>s to
  24. be passed to the executable. Bugzilla Report 29585.
  25. Changes from Ant 1.6.1 to current Ant 1.6 CVS version
  26. =====================================================
  27. Changes that could break older environments:
  28. --------------------------------------------
  29. * The import task used the canonical version of a file path. This
  30. has been changed to use the absolute path. Bugzilla 28505.
  31. * ant-xalan2.jar has been removed since the only class contained in it
  32. didn't depend on Xalan-J 2 at all. Its sole dependency has always
  33. been TraX and so it has been merged into ant-trax.jar.
  34. * All exceptions thrown by tasks are now wrapped in a buildexception
  35. giving the location in the buildfile of the task.
  36. * Nested elements for namespaced tasks and types may belong to the
  37. Ant default namespace as well as the task's or type's namespace.
  38. Fixed bugs:
  39. -----------
  40. * subant haltonfailure=false did not catch all failures. Bugzilla Report 27007.
  41. * macrodef @@ escaping was broken. Bugzilla Report 27069.
  42. * SQL task did not work with Informix IDS 9.2. Bugzilla Report 27162.
  43. * MacroDef did not allow attributes named 'description'. Bugzilla Report 27175.
  44. * Throw build exception if name attribute missing from patternset#NameEntry.
  45. Bugzilla Report 25982.
  46. * Throw build exception if target repeated in build file, but allow targets
  47. to be repeated in imported files.
  48. * <apply> didn't compare timestamps of source and targetfiles when
  49. using a nested <filelist>. Bugzilla Report 26985.
  50. * tagdiff.xml was broken in ant 1.6.1. Bugzilla Report 27057.
  51. * if the basedir contained .. or . dirs, and the build file name contained
  52. .. or ., the basedir was set incorrectly. Bugzilla Report 26765.
  53. * regression from ant 1.5, exec task outputted two redundant trailing newlines.
  54. Bugzilla Report 27546.
  55. * NPE when running commons listener. Bugzilla Report 27373.
  56. * <java> swallowed the stack trace of exceptions thrown by the
  57. executed program if run in the same VM.
  58. * -projecthelp swallowed (configuration) errors silently.
  59. Bugzilla report 27732.
  60. * filterset used by filtertask doesn't respect loglevel. Bugzilla Report 27568.
  61. * wrong compare used in ProjectComponent for logging. Bugzilla Report 28070.
  62. * failOnAny attribute for <parallel> was broken. Bugzilla Report 28122.
  63. * If <javac> uses gcj and any of the nested <compilerarg>s implies
  64. compilation to native code (like -o or --main), Ant will not pass
  65. the -C switch to gcj. This means you can now compile to native code
  66. with gcj which has been impossible in Ant < 1.6.2.
  67. * <import optional="false"> and <import optional="true">
  68. behaved identically.
  69. * <xslt> now sets the context classloader if you've specified a nested
  70. <classpath>. Bugzilla Report 24802.
  71. * <zip> and friends would delete the original file when trying to update
  72. a read-only archive. Bugzilla Report 28419.
  73. * <junit> and <assertions> are working together. Bugzilla report 27218
  74. * AntClassLoader#getResource could return invalid URLs. Bugzilla
  75. Report 28060.
  76. * Ant failed to locate tools.jar if the jre directory name wasn't all
  77. lowercase. Bugzilla Report 25798.
  78. * Redirector exhibited inconsistent behavior with regard to split
  79. output. When sent to file only, files would be created in all
  80. cases; when split file-property, files were only created if
  81. writes were performed.
  82. * fixed case handling of scriptdef attributes and elements.
  83. * UNC pathnames did not work for ANT_HOME or -lib locations on Windows.
  84. Bugzilla report 27922.
  85. * replacestring tokenfilter only replaced the first occurrence.
  86. * AntLikeTasksAtTopLevelTest failed on cygwin.
  87. * I/O-intensive processes hung when executed via <exec spawn="true">.
  88. Bugzilla reports 23893/26852.
  89. * JDependTask did not close an output file. Bugzilla Report 28557.
  90. * Using <macrodef> could break XmlLogger. Bugzilla Report 28993.
  91. * <genkey> no longer requires keytool to be in your PATH. Bugzilla
  92. Report 29382.
  93. * <symlink> could create cyclic links. Bugzilla Report 25181.
  94. * <zip whenempty="skip"> didn't work in a common situation. Bugzilla
  95. Report 22865.
  96. * <scp> now properly handles remote files and directories with spaces
  97. in their names. Bugzilla Report 26097.
  98. * <scp> now has (local|remote)tofile attributes to rename files on the
  99. fly. Bugzilla Report 26758.
  100. Other changes:
  101. --------------
  102. * doc fix concerning the dependencies of the ftp task
  103. Bugzilla Report 29334.
  104. * <xmlvalidate> has now a property nested element,
  105. allowing to set string properties for the parser
  106. Bugzilla Report 23395.
  107. * Docs fixes for xmlvalidate.html, javadoc.html, starteam.
  108. Bugzilla Reports 27092, 27284, 27554.
  109. * <pathconvert> now accepts nested <mapper>s. Bugzilla Report 26364.
  110. * Shipped XML parser is now Xerces-J 2.6.2.
  111. * Added nested file element to filelist.
  112. * spelling fixes, occurred. Bugzilla Report 27282.
  113. * add uid and gid to tarfileset. Bugzilla Report 19120.
  114. * <scp> has a verbose attribute to get some feedback during the
  115. transfer and new [local|remote][File|Todir] alternatives to file and
  116. todir that explicitly state the direction of the transfer.
  117. * The OS/2 wrapper scripts have been adapted to use the new launcher.
  118. Bugzilla Report 28226.
  119. * <sshexec> now also captures stderr output. Bugzilla Report 28349.
  120. * <xslt> now supports a nested <mapper>. Bugzilla Report 11249.
  121. * <touch> has filelist support.
  122. * <nice> task lets you set the priority of the current thread; non-forking
  123. <java> code will inherit this priority in their main thread.
  124. * New attribute "negate" on <propertyset> to invert selection criteria.
  125. * Target now supports a Location member. Bugzilla Report 28599.
  126. * New "pattern" attribute for <date> selector.
  127. * <junit> has a new forkmode attribute that controls the number of
  128. Java VMs that get created when forking tests. This allows you to
  129. run all tests in a single forked JVM reducing the overhead of VM
  130. creation a lot. Bugzilla Report 24697.
  131. * <jar> can now optionally create an index for jars different than the
  132. one it currently builds as well. See the new <indexjars> element
  133. for details. Bugzilla Report 14255.
  134. * Permit building under JDK 1.5. Bugzilla Report 28996.
  135. * minor Javadoc changes. Bugzilla Report 28998.
  136. * Misc. corrections in SignJar.java. Bugzilla Report 28999.
  137. * Remove redundant <hr> from javah.html. Bugzilla Report 28995.
  138. * Ignore built distributions. Bugzilla Report 28997.
  139. * A new roundup attribute on <zip> and related task can be used to
  140. control whether the file modification times inside the archive will
  141. be rounded up or down (since zips only store modification times with
  142. a granularity of two seconds). The default remains to round up.
  143. Bugzilla Report 17934.
  144. * A binary option has been added to <concat>. Bugzilla Report 26312.
  145. * Added DynamicConfiguratorNS, an namespace aware version of
  146. DynamicConfigurator. Bugzilla Report 28436.
  147. * Add implicit nested element to <macrodef>. Bugzilla Report 25633.
  148. * Add deleteonexit attribute to <delete>.
  149. * Added Target.getIf/Unless(). Bugzilla Report 29320.
  150. * <fail> has a status attribute that can be used to pass an exit
  151. status back to the command line.
  152. * <fail> accepts a nested <condition>.
  153. * <loadproperties> supports loading from a resource.
  154. Bugzilla Report 28340.
  155. Changes from Ant 1.6.0 to Ant 1.6.1
  156. =============================================
  157. Changes that could break older environments:
  158. --------------------------------------------
  159. * License is now Apache Software License 2.0
  160. see http://www.apache.org/licenses/ for more information
  161. Fixed bugs:
  162. -----------
  163. * Remove a recursive template call in the junit xsls that could trigger a stack
  164. overflow. It now uses Xalan extensions to call a Java class directly.
  165. Bugzilla Report 19301
  166. * Fix spurious infinite loop detection for filters (introduced in ant 1.6.0).
  167. Bugzilla Report 23154.
  168. * Fix handling of default ant namespace for nested elements.
  169. * Fix jboss element of ejb task (introduced in ant 1.6.0).
  170. * <whichresource> failed to load classes correctly.
  171. * Ant could fail to start with a NullPointerException if
  172. ANT_HOME/lib/ant-launcher.jar was part of the system CLASSPATH.
  173. * presetdef'ed types did not work with the ant-type attribute
  174. * fixed case handling of macrodef attributes and elements. Bugzilla
  175. Reports 25687 and 26225.
  176. * <java> ignored the append attribute, Bugzilla Report 26137.
  177. * The gcj compiler adapter for <javac> failed if the destination
  178. directory didn't exist. Bugzilla Report 25856.
  179. * Ant now fails with a more useful message if a new process will be
  180. forked in a directory and that directory doesn't exist.
  181. * <splash> used to break the build on non-GUI environments. Bugzilla
  182. report 11482.
  183. * Ant 1.6.0 cannot run build scripts in directories with non-ASCII names.
  184. Bugzilla Report 26642.
  185. Other changes:
  186. --------------
  187. * Shipped XML parser is now Xerces-J 2.6.1
  188. * Translate task logs a debug message specifying the number of files
  189. that it processed. Bugzilla Report 13938.
  190. * <fixcrlf> has a new attribute - fixlast. Bugzilla Report 23262.
  191. * <p4submit> has 2 new attributes, needsresolveproperty and changeproperty.
  192. Bugzilla Report 25711.
  193. * add description attributes to macrodef attributes and elements.
  194. Bugzilla Report 24711.
  195. * Extending ClearCase Tasks :
  196. - Added an extra option to 'failonerr' to each ClearCase task/command.
  197. - Extended the functionality of cccheckout. It can check (notco) to see if
  198. the desired element is already checked out to the current view. Thus it
  199. won't attempt to check it out again.
  200. - Added three new ClearCase commands: ccmkattr, ccmkdir, ccmkelem
  201. Bugzilla Report 26253.
  202. * New condition <typefound> that can be used to probe for the declaration
  203. and implementation of a task, type, preset, macro, scriptdef, whatever.
  204. As it tests for the implementation, it can be used to check for optional
  205. tasks being available.
  206. * added nested text support to <macrodef>
  207. * added initial support for Java 1.5. Java 1.5 is now correctly
  208. detected by Ant and treated just like Java 1.4. You can now specify
  209. source="1.5" in the <javac> task.
  210. * created new task <cvsversion>
  211. * added support for branch logging via the tag attribute in <cvschangelog>
  212. Bugzilla Report 13510.
  213. * added support the groovy language in the script and scriptdef tasks
  214. Changes from Ant 1.5.4 to Ant 1.6.0
  215. ===================================
  216. Changes that could break older environments:
  217. --------------------------------------------
  218. * This version of Ant can not be built with JDK 1.1 and requires at
  219. least Java 1.2 at runtime as well. Compiling for a 1.1 target is
  220. still supported.
  221. * Targets cannot have the empty string as their name any longer.
  222. * ant.jar's manifest does no longer include a Class-Path entry, so it
  223. is no longer possible to run Ant via "java -jar ant.jar" without
  224. manually altering the CLASSPATH. Instead of that a file
  225. ant-bootstrap.jar is included in the etc directory of the binary
  226. distribution, copy this to the lib directory and use
  227. "java -jar ant-bootstrap.jar" instead if you want to run Ant without
  228. the wrapper script (not recommended).
  229. * The <script> task now requires Apache BSF instead of the older IBM
  230. version. See <http://jakarta.apache.org/bsf/>
  231. * <xmlproperty> will no longer fail if the file to be loaded doesn't exist.
  232. * XML namespaces are now enabled in the XML parser, meaning XML namespace
  233. declarations no longer cause errors. However task names containing colons
  234. will cause errors unless there is a corresponding namespace uri.
  235. * The <ftp> and <telnet> tasks now require Jakarta Commons Net instead
  236. of the older ORO Netcomponents version. See
  237. <http://jakarta.apache.org/commons/net/index.html>.
  238. * <input> will no longer prompt the user and wait for input if the
  239. addproperty attribute is set to a property that has already been
  240. defined in the project. If you rely on the task waiting for input,
  241. don't use the addproperty attribute.
  242. * The Class-Path attribute in manifests will no longer merge the
  243. entries of all manifests found, but will be treated like all other
  244. manifest attributes - the most recent attribute(s) will be used.
  245. * New Launch mechanism implemented. This moves some functionality from
  246. the batch files / shell scripts into Java. This removes environment
  247. limitations, for command issues, directory depth issues on Windows. Also
  248. allows a per-user library location to be used if the main Ant install
  249. is locked down.
  250. * The Entry nested element of PropertyFile will not any more have its value
  251. attribute (actually increment) overwritten with the new value of the entry
  252. after execution.
  253. * Output stored from a <java> or <exec> task is now exactly as generated. No
  254. conversion to platform end-of-line characters is performed.
  255. * <translate> will now preserve line endings.
  256. * <ftp> followsymlinks="false" in nested fileset definitions is explicitly
  257. required in order to exclude remote symbolic links (when doing a get, chmod,
  258. delete, rmdir).
  259. * The values of the Copy#fileCopyMap variable has changed from String to
  260. String[]. (In java 1.5 terms it was Hashtable<String, String> and
  261. is now Hashtable<String, String[]>). This will affect third party code
  262. that extend Copy and override Copy#doFileOperations.
  263. * <loadproperties> didn't expand properties while <property file="..."/>
  264. does, so they were not equivalent. This has been fixed, which means
  265. that propetries may get expanded twice if you use an
  266. <expandproperties> filterreader. Bugzilla Report 17782.
  267. * User defined tasks and typedefs are now handled internally in the
  268. same way as predefined tasks and typedefs. Also tasks and typedefs
  269. are resolved at a later stage. This causes some
  270. differences especially for user defined task containers.
  271. * <checksum> log message "Calculating checksum ..." has been degraded from INFO to VERBOSE.
  272. Fixed bugs:
  273. -----------
  274. * Filter readers were not handling line endings properly. Bugzilla
  275. Report 18476.
  276. * Filtersets were also not handling line endings properly.
  277. * Expand tasks did not behave as expected with PatternSets.
  278. * <property environment=... /> now works on OS/400.
  279. * <cab> could hang listcab on large <fileset>s.
  280. * The starteam stcheckout, stcheckin tasks now correctly compute
  281. status of files against whatever local tree they are run against
  282. and, optionally, will not process a file if it is current.
  283. Previously you had to process everything unless you ran against the
  284. default folder which wasn't the normal use-case for ant-starteam.
  285. The stlist task now similarly displays that status correctly making
  286. it a more generally useful tool.
  287. * entity includes would cause exceptions if path names included spaces.
  288. * addConfiguredXXX would not work for TaskAdapter wrapped tasks
  289. * Fix <ilasm> outputfile testing so that the output file does not need
  290. to exist beforehand.
  291. * Ant will now exit with a return code of 1 if it encounters problems
  292. with the command line arguments.
  293. * ClassLoader creation changes to use a factory method in Project. A new
  294. class AntClassLoader2 implemented for 1.2+ specific features including
  295. Package information and addition of classes specified in the Class-Path
  296. element of a Jar's manifest.
  297. * It is now possible in <exec> to resolve the executable to a project
  298. basedir or execution dir relative executable. The resolveExecutable
  299. must be used to pick up such executables.
  300. * splash screen wouldn't disappear when build was finished.
  301. * <exec> output and error streams can now be redirected independently
  302. to either a property or a file (or both)
  303. * TarEntry's File-arg constructor would fail with a
  304. StringIndexOutOfBoundsException on all OSes where os.name is shorter
  305. than seven characters. Bugzilla Report 18105.
  306. * <copy> and <move>'s failonerror didn't apply to filesets pointing to
  307. non-existant directories. Bugzilla Report 18414.
  308. * The <stripjavacomments> filter sometimes removed parts of string
  309. constants. Bugzilla Report 17441.
  310. * <antlr> will now recompile your grammar if the supergrammar has
  311. changed. Bugzilla Report 12691.
  312. * <property env> will now work on Unices with /bin/env instead of
  313. /usr/bin/env. Bugzilla Report 17642.
  314. * <jar index="on"> could include multiple index lists. Bugzilla 10262.
  315. * The index created by <jar> didn't conform to the spec as it didn't
  316. include the top-level entries. Bugzilla Report 16972.
  317. * <tar> and <zip> didn't honor the defaultexcludes attribute for the
  318. implicit fileset. Bugzilla Report 18637.
  319. * The <replacetokens> filter would throw an exception if the token's
  320. value was an empty string. Bugzilla Report 18625.
  321. * Perforce tasks relying on output from the server such as <p4change>
  322. and <p4label> were hanging. Bugzilla Reports 18129 and 18956.
  323. * Improve exception and logging behavior of Perforce tasks.
  324. Bugzilla report 18154.
  325. * build.sh install had a problem on cygwin (with REALANTHOME).
  326. Bugzilla Report 17257
  327. * <replaceregexp> didn't work for multi-byte encodings if byline was false.
  328. Bugzilla Report 19187.
  329. * <replaceregexp> was altering unnecessarily the timestamp of the directories
  330. containing the files to process
  331. Bugzilla Report 22541.
  332. * file names that include spaces need to be quoted inside the @argfile
  333. argument using forked <javac> and (all JDKS). Bugzilla Report 10499.
  334. NB : a first correction was only introducing quotes for JDK 1.4
  335. It has been changed to quote for all external compilers when paths
  336. contain spaces.
  337. Also the backslashes need to be converted to forward slashes
  338. Bugzilla Report 17683.
  339. * Setting filesonly to true in <zip> and related tasks would cause the
  340. archives to be always recreated. Bugzilla Report 19449.
  341. * file names that include spaces need to be quoted inside the @argfile
  342. argument using <javadoc> and JDK 1.4. Bugzilla Report 16871.
  343. * <junit> didn't work with custom formatters that were only available
  344. on the user specified classpath when a timeout occured. Bugzilla
  345. Report 19953.
  346. * <different> selector : make ignoreFileTimes effectively default to true
  347. and fix a bug in the comparison of timestamps. Bugzilla Report 20205.
  348. * <different> selector can now be nested directly under a fileset
  349. Bugzilla Report 20220.
  350. * <cvstagdiff> had a problem with "dd-MM-yy hh:mm:ss" formats
  351. Bugzilla Report 15995.
  352. * <cvstagdiff> cvsroot and package attributes added to the root
  353. element tagdiff of the xml output
  354. Bugzilla Report 16081.
  355. * <cvstagdiff> had a problem with aliased modules and with requests for multiple modules
  356. Bugzilla Reports 21373 and 22877.
  357. * <cvstagdiff> could not parse properly the revision number of new files with CVS 1.11.9 or higher
  358. Bugzilla Report 24406.
  359. * <fixcrlf> make fixcrlf create its temporary files in the default directory
  360. of FileUtils#createTempFile instead of the destination dir of fixcrlf.
  361. Bugzilla Report 20870.
  362. * <ejbjar> implementation for Borland.
  363. Prevent the task from being blocked by error messages coming from java2iiop.
  364. Bugzilla Report 19385.
  365. * <unzip>'s and <untar>'s nested patternsets didn't work as documented
  366. when the pattern ended in a slash or backslash. Bugzilla Report 20969.
  367. * <fixcrlf> will now create the parent directories for the destination
  368. files if necessary. Bugzilla Report 20840.
  369. * <xmlproperty> now handles CDATA sections. BugZilla Report 17195
  370. * <translate> now translate tokens that are placed close together.
  371. Bugzilla Report 17297
  372. * Nested websphere element for ejbjar does not support spaces in file name.
  373. Bugzilla Report 21298
  374. * Don't multiply Class-Path attributes when updating jars. Bugzilla
  375. Report 21170.
  376. * Do not overwrite the value (increment) attribute of PropertyFile nested Entry element.
  377. Bugzilla Report 21505.
  378. * Prevent sysproperties with no key or no value from being added in <junit>.
  379. Bugzilla Report 21684.
  380. * Allow references to be properly inherited via antcall
  381. Bugzilla Report 21724.
  382. * ftp chmod failed when the remote system was UNIX and local system Windows
  383. Bugzilla Report 21865.
  384. * ftp put with chmod failed when the remote system was UNIX and local system Windows
  385. Bugzilla Report 23143.
  386. * ftp did not set the ascii mode explicity, causing problems with ftp servers
  387. having binary as default
  388. * ftp was not able to download files when they were pointed to by symbolic links
  389. Bugzilla Report 14063.
  390. * ftp is able to download also directories pointed to by symbolic links.
  391. * replace would change \r\n into \r\r\n under Windows.
  392. * junitreport with frames did not display a link for classes without a package
  393. or in the top package.
  394. Bugzilla Report 21915.
  395. * Project.toBoolean(String) now handles null as argument and does not throw a
  396. NullPointerException any more.
  397. * The socket condition will now close the socket created to test.
  398. Bugzilla Report 23040.
  399. * <junit includeantruntime="true" fork="true"> replaced the CLASSPATH instead
  400. of adding to it. Bugzilla Report 14971.
  401. * <splash> could fail on JVMs that use null to indicate the system classloader.
  402. Bugzilla Report 23320.
  403. * <xmlcatalog>s only worked when defined inside of tasks. Bugzilla
  404. Report 20965.
  405. * <csc> and siblings (<vbc> <jsharpc>) handle large filesets by
  406. automatic use of response files. Bugzilla report #19630
  407. Other changes:
  408. --------------
  409. * Shipped XML parser is now Xerces 2.6.0
  410. * All tasks can be used outside of <target>s. Note that some tasks
  411. will not work at all outside of targets as they would cause infinite
  412. loops (<antcall> as well as <ant> and <subant> if they invoke the
  413. current build file).
  414. * Six new Clearcase tasks added.
  415. * A new filter reader namely tokenfilter has been added. Bugzilla
  416. Report 18312.
  417. * A new attribute named skip is added to the TailFilter and
  418. HeadFilter filter readers.
  419. * The filesetmanifest attribute of <jar> has been reenabled.
  420. * The start and end tokens for <translate> may now be longer than a
  421. single character.
  422. * <setproxy> lets you set the username and password for proxies that
  423. want authentication
  424. * <loadproperties> has a new encoding attribute.
  425. * <echoproperties> can now create XML output.
  426. * <echoproperties> has a new srcfile attribute that can make it read
  427. properties files and output them instead of Ant's properties.
  428. * <filterset> will now resolve filters recursively.
  429. * <input> has a new attribute that allows you to specify a default value.
  430. * Added <image> task (requires JAI).
  431. * <image> task has now proportions attribute in the <scale/> nested element
  432. instead of keepproportions (bringing in more functionality)
  433. * New condition <isreference>
  434. * <ftp> now has a preservelastmodified attribute to preserve the
  435. timestamp of a downloaded file.
  436. * new rmdir action for <ftp> that removes directories from a fileset.
  437. * <ftp> has attributes timediffauto and timediffmillis to use together
  438. with the newer attribute to tell ant to take into account a time difference
  439. between client and remote side.
  440. Bugzilla Report 19358.
  441. * <ftp> has been optimized to go directly to the include patterns.
  442. This reduces scanning time under UNIX when followsymlinks="true"
  443. and casesensitive="true" (the default)
  444. Bugzilla Report 20103.
  445. * The SOS and VSS tasks will no longer unconditionally prepend a $ to
  446. vsspath or projectpath.
  447. * OS/400 now gets detected by the os condition.
  448. * <arg> has a new attribute pathref that can be used to reference
  449. previously defined paths.
  450. * <xmlproperty> has been improved, you can now expand ${properties},
  451. define ids or paths and use Ant's location magic for filename resolutions
  452. in the XML file.
  453. * <xmlcatalog> will now support external catalogs according to the
  454. OASIS "Open Catalog" standard - if resolver.jar (newer than version
  455. 1.0) from Apache's xml-commons is in your CLASSPATH.
  456. * Starteam tasks now have support for revision labels and build labels.
  457. Checkouts now have the option of using repository timestamps, instead
  458. of current.
  459. * new task <symlink> that creates and maintains symbolic links.
  460. * new tasks <chown> and <chgrp> which are wrappers of the Unix commands.
  461. * new task <attrib> to change file attributes on Windows systems.
  462. * <style> has a new attribute reloadstylesheet to work around a
  463. bug in widespread Xalan versions.
  464. * <tarfileset> has a new dirmode attribute to specify the permissions
  465. for directories.
  466. * <fixcrlf>'s eol attribute now also understands "mac", "unix" and "dos".
  467. * <classfileset> now picks up dependencies of the form MyClass.class. This
  468. works for the code generated by the Sun java compiler. It may not work for
  469. all compilers.
  470. * a new attribute "globalopts" can be added to all Perforce tasks.
  471. You can put in it all the strings described by p4 help usage. Refer to
  472. the docs for more information.
  473. * new Perforce tasks <p4integrate> , <p4resolve>, and <p4labelsync>
  474. * <p4submit> will change the property p4.change if the Perforce server
  475. renumbers the change list.
  476. It will set the property p4.needsresolve if the submit fails,
  477. and the message says that file(s) need to be resolved.
  478. * <replaceregexp> now has an optional encoding attribute to support
  479. replacing in files that are in a different encoding than the
  480. platform's default.
  481. * The <exec> task may now have its input redirected from either a file
  482. or a string from the build file. The error output can be separated
  483. to a different file when outut is redirected. standard error may be
  484. logged to the Ant log when redirecting output to a file
  485. * The <java> task also supports the input redirection and separate
  486. error streams introduced to the <exec> task. In addition, it is now
  487. possible to save the output into a property for use within the build
  488. file as was possible with <exec> in Ant 1.5
  489. * The <javadoc> task <tag> subelement has been enhanced to allow files
  490. with tag mappings to be used.
  491. * New tasks: <scp> supports file transfers, <sshexec> executes a
  492. command over SSH. They require jsch, a BSD licensed SSH library that
  493. can be found at http://www.jcraft.com/jsch/index.html
  494. * New filterreader <escapeunicode/>.
  495. * Support for HP's NonStop Kernel (Tandem) OS has been added.
  496. * <cab>'s basedir attribute is now optional if you specify nested
  497. filesets. Bugzilla Report 18046.
  498. * New task <sync> that synchronizes two directory trees.
  499. * <apply> has new forwardslash attribute that can force filenames to
  500. use forward slashes (/) as file separators even on platforms with a
  501. different separator. This is useful if you want to run certain
  502. ported Unix tools.
  503. * Copy has a new outputencoding attribute that can be used to change
  504. the encoding while copying files. Bugzilla Report 18217.
  505. * The xml formatter for JUnit will now honor test case names set with
  506. setName. Bugzilla Report 17040.
  507. * JUnit now has an attribute reloading, which, when set to false,
  508. makes the task reuse the same class loader for a series of tests.
  509. * <concat> now supports filtering and can check timestamps before
  510. overriding a file. Bugzilla Report 18166.
  511. * <junit> has a new attribute tempdir that controls the placement of
  512. temporary files. Bugzilla Report 15454.
  513. * <jdepend> now supports a new nested element <classespath> which is
  514. the same as <sourcespath> but point to compiled classes (the
  515. prefered mode of operation for JDepend > 2.5). Additionally, nested
  516. <exclude> elements can be used to exclude certain packages from
  517. being parsed. Bugzilla Report 17134.
  518. * The JProbe tasks now also work with JProbe 4.x. Bugzilla Report 14849.
  519. * <javacc> and <jjtree> will now autodetect JavaCC 3.x and can use it.
  520. * <sql> has a new attribute to control escape processing.
  521. * <sql> is able to display properly several resultsets if you are
  522. running a compound sql statement. Bugzilla Report 21594.
  523. * A new <containsregexp> selector has been added, that selects files
  524. if their content matches a certain regular expression.
  525. * <antlr>'s debug attribute has been enabled. Bugzilla Report 19051.
  526. * <mail> has a new attribute charset. Bugzilla Report 15434.
  527. * <mail> has new attributes user and password for SMTP auth.
  528. maillogger can also use this.
  529. The implementation only works with JavaMail (encoding="MIME").
  530. Implementation with plain mail remains to do.
  531. Bugzilla Report 5969.
  532. * <mail> and mailloger support SMTP over TLS/SSL
  533. Bugzilla Report 19180.
  534. * <mail> the attributes from, replyto ,tolist, cclist, bcclist
  535. can now contain email addresses of the form name <address@xyz.com>
  536. or (name) address@xyz.com
  537. Bugzilla Report 22474.
  538. * <mail> (version PlainMail)
  539. prevent blank headers from being sent,
  540. make the order of the headers of plain mail messages predictable
  541. Bugzilla Report 22088.
  542. * <zipfileset> can now be defined in the main body of a project
  543. and referred to with refid="xyz". Bugzilla Report 17007.
  544. * A wrapper script for OS/2 has been added.
  545. * <unzip> will now detect and successfully extract self-extracting
  546. archives. Bugzilla Report 16213.
  547. * <stcheckout> has a new attribute "converteol" that can be used to
  548. control the automatic line-end conversion performed on ASCII files.
  549. Bugzilla Report 18884.
  550. * Users can now modify the list of default excludes using the new
  551. defaultexcludes task. Bugzilla Report 12700.
  552. * There is a new data type <propertyset> that can be used to collect
  553. properties. It is supported by <ant>, <antcall>, <subant>, <java>,
  554. <echoproperties> and <junit>.
  555. * <concat> can now control the encoding of the output as well and optionally
  556. add new-line characters at the end of files that get concatenated but
  557. don't end in newlines. Bugzilla Report 12511.
  558. * <rpm> will detect the rpmbuild executable of RedHat 8.0 and newer
  559. and use that if it is on your PATH. Bugzilla Report 14650.
  560. * A new task <rexec> has been added that requires commons-net to work.
  561. Bugzilla Report 19541.
  562. * <javadoc> now supports a nested <arg> element in addition to the
  563. additionalparams attribute.
  564. * You can now determine the order of standard tags in <javadoc> via
  565. <tag> elements - you must not use the description attribute for them.
  566. Bugzilla Report 18912.
  567. * <javadoc> now supports the -noqualifier switch. Bugzilla Report 19288.
  568. * <javac>'s executable attribute can now also be used to specify the
  569. executable for jikes, jvc, sj or gcj. Bugzilla Report 13814.
  570. * <javac> has a new attribute tempdir that can control the placement
  571. of temporary files. Bugzilla Report 19765.
  572. * A new magic property build.compiler.jvc.extensions has been added
  573. that can be used to turn of Microsoft extensions while using the jvc
  574. compiler. Bugzilla Report 19826.
  575. * You can now limit the parallelism of <apply> and <chmod> by using the new
  576. maxparallel attribute.
  577. * With the new addsourcefile attribute, you can make <apply> ommit the
  578. source file names from the command line. Bugzilla Report 13654.
  579. * <apply> and <chmod> now support nested <filelist>s as well as <dirset>s.
  580. Bugzilla Reports 15929 and 20687.
  581. * <apply> and <chmod> will display a summary if you set the new
  582. verbose attribute to true. Bugzilla Report 19883.
  583. * <copy>/<move>'s failonerror attribute can now also be used to
  584. continue the build if an I/O error caused a problem. Bugzilla
  585. Report 12999.
  586. * new selector <type/> allowing to select only files or only directories.
  587. Bugzilla Report 20222.
  588. * <java> and <junit> now support a nested <bootclasspath> element that
  589. will be ignored if not forking a new VM.
  590. * <junit>'s nested <formatter> elements now support if/unless clauses.
  591. * <ejbjar>
  592. cmpversion attribute added
  593. jboss element will look for jbosscmp-jdbc.xml descriptor
  594. if ejbjar has cmpversion="2.0" set
  595. Bugzilla Reports 14707 and 14709.
  596. * <pvcs> config attribute added to set the location of a specific PVCS
  597. .cfg file
  598. Bugzilla Report 9752
  599. * <mapper> has an "unpackage" mapper
  600. Bugzilla Report 18908
  601. * Added <scriptdef> task allowing tasks to be defined using any BSF-supported
  602. scripting language.
  603. * <touch>'s datetime attribute can now accept time with a granularity
  604. of seconds as well. Bugzilla Report 21014.
  605. * <checksum> has two new properties: totalproperty and todir.
  606. * FileUtils#createTempFile will now create temporary files in the
  607. directory pointed to by the property java.io.tmpdir
  608. * <unzip> and friends now supports an optional encoding attribute to
  609. enable it to expand archives created with filenames using an encoding
  610. other than UTF8. Bugzilla Report 10504.
  611. * <patch> has a new attribute destfile that can be used to create a new
  612. file instead of patching files in place.
  613. * OpenVMS is detected as a valid OS family.
  614. * DirectoryScanner has been optimized for cases where include patterns do not
  615. start with wildcards. Bugzilla Report 20103.
  616. * DirectoryScanner begins to be optimized not to scan excluded directories.
  617. Bugzilla Report 21941.
  618. * Added keep-going feature. Bugzilla Report 21144
  619. * The archives generated by <zip> and friends will now contain CRC and
  620. size information in the "local file header", thereby providing this
  621. information to applications that read the archives using
  622. java.util.ZipInputStream. Bugzilla Report 19195.
  623. * <copy> and <move> can now handle mappers that return multiple
  624. mappings per source path. This behaviour is enabled by using
  625. an enablemultiplemapping attribute. Bugzilla Report 21320.
  626. * <exec> will now work on OpenVMS (please read the notes in
  627. <exec>'s manual page). Bugzilla Report 21877.
  628. * <exec> will now have a new attribute spawn (default false).
  629. If set to true, the process will be spawned. Bugzilla Report 5907.
  630. * <java> will now have a new attribute spawn (default false).
  631. If set to true, the process will be spawned. Bugzilla Report 5907.
  632. * <parallel> now supports a timeout which can be used to recover
  633. from deadlocks, etc in the parallel threads. <parallel> also
  634. now supports a <daemons> nested element. This can be used to
  635. run tasks in daemon threads which the parallel task will not
  636. wait for before completing. A new attribute failonany will cause
  637. <parallel> to throw an exception if any thread fails without
  638. waiting for all other threads to complete.
  639. * <zip> and friends will consume far less memory than they used to
  640. when run with compress="false". Bugzilla Report 21899.
  641. * <if/> and <unless/> attributes added to <param/> element of <style>
  642. Bugzilla Report 22044
  643. * <zip> and friends have a new attribute "keepcompression" that can be
  644. used to incrementally build an archive mixing compressed and uncompressed
  645. entries.
  646. * <junit>'s XML formatter adds a new classname attribute to the <testcase>
  647. elements.
  648. * new <permissions> type add permission handling to the code
  649. this type can be nested in the <java> and <junit> tasks.
  650. Bugzilla Report 22533.
  651. * additional shortcuts for ant options (-d --> -debug, -e --> -emacs,
  652. -h --> -help, -p --> -projecthelp, -s --> -find).
  653. * new selector <modified>. "cache" was renamed to "modified".
  654. Bugzilla Report 20474.
  655. * <stcheckout> and <stlist> have a new asofdate attribute that can be
  656. used to checkout/list files based on a date instead of a label.
  657. Bugzilla Report 20578.
  658. * New filter <concatfilter>. Adds the content of file at the beginning
  659. or end of a file. Discussion started at
  660. http://marc.theaimsgroup.com/?l=ant-user&m=106366791228585&w=2
  661. * New task <import>
  662. * New task <macrodef>
  663. * New task <presetdef>
  664. * Ant libraries that can make use of namespaces to avoid name
  665. clashes of custom tasks
  666. Changes from Ant 1.5.3 to Ant 1.5.4
  667. ===================================
  668. Changes that could break older environments:
  669. --------------------------------------------
  670. * If the Visual Age tasks used to work for you, they may stop doing so
  671. now - and we'd like to know about it. The current set of tasks is
  672. supposed to work with any version of VAJ starting with 3.0.
  673. Fixed bugs:
  674. -----------
  675. * The Visual Age for Java tasks didn't work (at least for versions 3.0
  676. and higher). Bugzilla Report 10016.
  677. * URL-encoding in <vaj*port> didn't work properly.
  678. * VAJRemoteUtil called getAbsolutePath instead of getPath
  679. causing problems when using a Windows VAJ server from a UNIX server.
  680. Bugzilla Report 20457.
  681. * VAJImport task failed with NullPointerException when using DirectoryScanner.
  682. Bugzilla Report 22080.
  683. Other changes:
  684. --------------
  685. * Shipped XML parser is now Xerces 2.5.0
  686. * <javah> will invoke oldjavah on JDK 1.4.2. Bugzilla Report 18667.
  687. * The VAJ tasks now support a haltonfailure attribute to conditionally
  688. keep building even if they fail.
  689. * It is now possible to use the latest (versioned or unversioned) edition
  690. in <vajload> by using special wildcard characters. Also fixes
  691. Bugzilla Report 2236.
  692. Changes from Ant 1.5.2 to Ant 1.5.3
  693. ===================================
  694. Changes that could break older environments:
  695. --------------------------------------------
  696. * The <zip> task and friends have again changed a method signature
  697. (sorry, was necessary to fix bug 17780). The return type of
  698. getResourcesToAdd has changed.
  699. Fixed bugs:
  700. -----------
  701. * <zipfileset>'s filemode would get ignored and the dirmode was used
  702. for the included files as well. As a side effect, WinZIP was unable
  703. to extract or display the files, so they seemed to be missing from
  704. the archive. Bugzilla Report 17648.
  705. * <ftp> could use the wrong path separator when trying to change the
  706. remote working directory. Bugzilla Report 17735.
  707. * <jar update="true"> would loose all original files if you didn't
  708. specify any nested <(zip)fileset>s and the manifest had changed.
  709. Bugzilla Report 17780.
  710. * If you used a value starting with \ on Windows for the appxml
  711. attribute of <ear> or the webxml attribute of <war>, it would be
  712. ignored. Bugzilla Report 17871.
  713. * Ant will no longer implicitly add Sun's rt.jar in <javac> when you
  714. use jvc and don't specify a bootclasspath. Bugzilla Report 18055.
  715. * The prefix attribute of <zipfileset> would not generate directory
  716. entries for the prefix itself. Bugzilla Report 18403.
  717. * starteam checkout can now handle deleted labels. Bugzilla Report 17646.
  718. * The Unix wrapper script failed if you invoked it as a relative
  719. symlink and ANT_HOME has not been set. Bugzilla Report 17721.
  720. Other Changes:
  721. --------------
  722. * Added ability to specify manifest encoding for the <jar> and
  723. <manifest> tasks
  724. Changes from Ant 1.5.1 to Ant 1.5.2
  725. =============================================
  726. Changes that could break older environments:
  727. --------------------------------------------
  728. * ANT_OPTS environment variable is now applied at the start of the
  729. Java command line, allowing position specific parameters of some
  730. JVMs, such as -classic to be specified.
  731. * ZipScanner#getIncludedFiles will now return the names of the ZipEntries
  732. that have been matched instead of the name of the archive.
  733. * The <zip> task and friends have been heavily modified, almost every
  734. method signature of the Zip class has changed. If you have subclassed
  735. Zip (or one of its subclasses), your class will most likely not
  736. compile against the current code base. If it still compiles, it will
  737. probably not work as in Ant 1.5.1.
  738. Fixed bugs:
  739. -----------
  740. * <translate> was not ignoring comment lines.
  741. * <manifest> wouldn't update an existing manifest if only an attribute
  742. of an existing section changed.
  743. * ant.bat now supports the ANT_ARGS and JAVACMD environment variables
  744. again (like Ant 1.5 did).
  745. * The "plain" <junit> <formatter> could throw a NullPointerException
  746. if an error occured in setUp.
  747. * <junit> will now produce output when a test times out as well.
  748. * <replace> would count some internal character replacements when
  749. reporting the number of replaced tokens.
  750. * <concat> would cause an exception if a <filelist> pointed to files
  751. that do not exist.
  752. * <javadoc> will now pass -source to custom doclets as well.
  753. * <cvstagdiff> would throw a NullPointException if there had been no
  754. differences.
  755. * <cvschangelog> could miss today's changes.
  756. * <concat> could append newline characters between concatenated files.
  757. * <xmlvalidate> ignored the specified encoding of the files to
  758. validate.
  759. * the errorsbeginat attribute of the <http> condition didn't work.
  760. * Ant will try to force loading of certain packages like com.sun.*
  761. from the system classloader. The packages are determined by the
  762. version of the JVM running Ant.
  763. * Ant didn't find the runtime libraries on IBM's JDK 1.4 for Linux.
  764. * random component of temporary files is now always a positive integer.
  765. * Ant could incorrectly try to use the 1.4 regexp implementation even
  766. if it isn't available if you run the JVM with -Xverify:none.
  767. * Ant would die with an exception if you used nested <reference>
  768. elements in Ant and the refid attribute didn't point to an existing
  769. project reference.
  770. * The <get> task can now be compiled (and Ant thus bootstrapped) using
  771. Kaffee.
  772. * build.sysclasspath will now be honored by more tasks.
  773. * The signjar keystore attribute has been reverted to a String allowing
  774. it to once again accept URLs. This should not affect current File based usage
  775. unless you are extending the Signjar task.
  776. * <jar update="true"> would remove the original manifest.
  777. * fix up folder creation in PVCS task
  778. * <tar>'s up-to-date check didn't work for nested <(tar)fileset>s.
  779. * Corrected a problem in XMLLogger where it would not associated
  780. messages with a taskdef'd task
  781. * <uptodate> now works when using attributes (i.e. not filesets) and pointing
  782. to the same file
  783. * Java task (and output system) now stores output which doos not end
  784. with a line feed.
  785. * splash screen wouldn't disappear when build was finished.
  786. * <exec> now supports OS/2.
  787. * <zip> and friends would only update/recreate existing archives if
  788. the files to add/update have been newer than the archive.
  789. * <javadoc>'s <link> element could fail for offline="true" on some JDKs.
  790. Other changes:
  791. --------------
  792. * MailLogger now sets the Date header correctly.
  793. * Shipped XML parser is now Xerces 2.3.0
  794. * signjar now accepts a maxmemory attribute to allow the memory allocated to the
  795. jarsigner tool to be specified. The jarsigner from the JDK's JAVA_HOME bin
  796. dir is now used rather than the first jarsigner on the path.
  797. * **/.DS_Store has been added to the list of default pattern excludes.
  798. * The Created-By header in the default manifest now contains the JVM
  799. vendor and version according to the jar specification. A new header,
  800. Ant-Version provides the Ant version used to create the jar.
  801. * <zip> can now store Unix permissions in a way that can be
  802. reconstructed by Info-Zip's unzip command.
  803. Changes from Ant 1.5.1Beta1 to 1.5.1
  804. ====================================
  805. Fixed bugs:
  806. -----------
  807. * <tstamp>'s prefix attribute failed to apply to nested <format> elements.
  808. * <junitreport> created an empty junit-noframes.html if no format had
  809. been specified.
  810. * <basename> would remove more than it should if the file name
  811. contained more than one dot.
  812. * <filterset>s nested into <filterset>s didn't work.
  813. Other changes:
  814. --------------
  815. * Shipped XML parser is now Xerces 2.2.0
  816. * Filesets now support a 'file' attribute, allowing a single-file
  817. fileset to be constructed without having to specify its parent
  818. directory separately.
  819. * <junit> will now return the result of a call to getName instead of
  820. "unknown" for Test implementations that don't extend TestCase but have
  821. a public String getName() method.
  822. Changes from Ant 1.5 to 1.5.1Beta1
  823. ==================================
  824. Fixed bugs:
  825. -----------
  826. * Date/time in CvsChangeLog was in local timezone and 12 hour format leading
  827. to a problem when sorting by time. It is now UTC (GMT) and in 24-hour
  828. format as per cvs 'specifications'.
  829. * CvsTagDiff now supports ampersand modules or modules that have a different
  830. root directory than their name.
  831. * EjbJar threw NPEs for the Websphere element. The property 'websphere.home'
  832. was not documented.
  833. * Mail example in the documentation was not correct.
  834. * Checksum was broken in the following scenario:
  835. (using verifyproperty OR in a condition) AND using filesets
  836. with multiple files.
  837. * The ExpandProperties filter threw NPEs when defined using
  838. the <filterreader> format.
  839. * The sh wrapper script didn't work under Cygwin if ANT_HOME wasn't
  840. set with a Unix style filename.
  841. * The sh wrapper script could fail if you started Ant from a directory
  842. with whitespace in its name.
  843. * ant -diagnostics was not working properly when the task dependency
  844. was missing and was just printing the missing dependency.
  845. * If a task got redefined via <taskdef>, it lost its child elements.
  846. * <property>'s classpathref attribute was broken.
  847. * <arg line="''" /> would result in no command line argument, will now
  848. be a single empty argument. Use <arg value="''"/> if you need the
  849. quotes literally.
  850. * <replaceregexp> could append a newline character at the end of the
  851. file.
  852. Other changes:
  853. --------------
  854. * Appendix E of Java Development with Ant (Loughran/Hatcher) was
  855. contributed to the docs.
  856. * <available> will only print deprecration warnings if it is actually
  857. used to change the value of a property.
  858. Changes from Ant 1.5beta3 to Ant 1.5
  859. ====================================
  860. Changes that could break older environments:
  861. --------------------------------------------
  862. * The filesetmanifest attribute added to <jar> after the 1.4.1
  863. release has been removed for now. This change may affect only
  864. the 1.5Beta/1.6Alpha users. An attempt will be made to add this
  865. feature back into Ant 1.6.
  866. Fixed bugs:
  867. -----------
  868. * <zip> and friends would always update existing archive if you set
  869. the update attribute to true.
  870. * To support backward compatibility with older versions, <pathconvert>
  871. will once again set the property, even if the result is the empty
  872. string, unless the new 'setonempty' attribute is set to false|no|off
  873. (default is "true").
  874. * The manifest task would crash XmlLogger
  875. Other changes:
  876. --------------
  877. * added **/.svn and **/.svn/** to the default excludes
  878. Changes from Ant 1.5beta2 to Ant 1.5beta3
  879. =========================================
  880. Changes that could break older environments:
  881. --------------------------------------------
  882. * Project.getBuildListeners now returns a clone of the listener
  883. list. Changes to the returned list will not affect the listeners
  884. currently attached to the Project. It also means that it is safe to
  885. iterate over the returned list if listeners are added or removed
  886. during the traversal.
  887. * <pvcs> default filenameformat has been different from Ant 1.4.1.
  888. Now it is different from 1.5beta1 and 1.5beta2.
  889. * Some messages that are printed during startup will not be
  890. written to the logfile specified via -logfile as they might destroy
  891. the format of the file for special BuildLoggers (like XmlLogger).
  892. * <pathconvert> won't set the property if the result is the empty string.
  893. Fixed bugs:
  894. -----------
  895. * <available> could fail to find files or directories that happen to
  896. start with the name of the project's basedir but are not children of
  897. the basedir.
  898. * Nested <property>'s inside <ant> can now be overriden by subsequent
  899. <ant> and <antcall> tasks.
  900. * <xslt>'s outputtype attribute wouldn't do anything.
  901. * <linecontains> filterreader could swallow lines.
  902. * <sequential> used to configure the tasks (set their attributes)
  903. before the first task has been executed. This means that properties
  904. that have been set by nested task seemed to be unset for the other
  905. tasks in the same <sequential> element.
  906. * <javac>'s sourcepath setting has been ignored by some compiler
  907. implementations.
  908. * <javadoc>'s packagelist attribute didn't work.
  909. * the plain mailer would always use port 25 in <mail>.
  910. * Ant's default logger could swallow empty lines.
  911. * ejbjar's iPlanet nested element now can process multiple descriptors.
  912. * IPlanetEjbc was looking in the wrong place for four iiop files.
  913. * <javac> would pass the -source switch to JDK 1.3's javac, even
  914. though it doesn't support it.
  915. Other changes:
  916. --------------
  917. * <checksum> now uses a buffer (of configurable size).
  918. * The "Trying to override task definition" warning has been degraded
  919. to verbose level if the two task definitions only differ in the class
  920. loader instance that has loaded the definition.
  921. * Add a jvmargs to the ejbjar's weblogic element to allow additional
  922. arguments to be provided to the VM runnign ejbc. Document the
  923. jvmdebuglevel attribute which can be used to avoid warnings about
  924. interface classess being found on the classpath. Document the new
  925. <sysproperty> element which allows JVM properties to be defined.
  926. Added an outputdir attribute to allow the destination to be a
  927. directory into which the exploded jar is written.
  928. * ejbjar now supports Borland Enterprise Server 5 and Jonas 2.5
  929. Changes from Ant 1.5beta1 to Ant 1.5beta2
  930. =========================================
  931. Changes that could break older environments:
  932. --------------------------------------------
  933. * Properties will now be expanded in mail message bodies. This means
  934. that one $ sign will be stripped if your mail message contains the text
  935. $$.
  936. * org.apache.tools.ant.taskdefs.Expand no longer extends MatchingTask.
  937. * Available#setFile now again uses a File argument as it did in 1.4,
  938. this may break environments that have been adapted to the String
  939. argument version present in 1.5beta1.
  940. Fixed bugs:
  941. -----------
  942. * When <move> attempts a rename, it deletes the destination file, if it
  943. exists, before renaming the source file. However, <move> was not
  944. checking if the destination file was actually a directory before
  945. trying to delete it.
  946. * Make CVS Tasks to work under Cygwin.
  947. * Fix LineContains to handle huge files elegantly without causing
  948. Stack Overflows.
  949. * if you ask for the "classic" compiler on Java1.4, you get upgraded to
  950. "modern" because there is no classic compiler any more.
  951. * the <http> condition was viewing 404 'not found' exceptions as success. Now
  952. it defaults to viewing any response >=400 as an error, and has an errorsBeginAt
  953. attribute you can use if you want a higher or lower value.
  954. * <get> throws a build exception on an http authorization error, unless you
  955. have set ignoreerrors to true.
  956. * <wsdltodotnet> was spelt in Wintel case: <WsdlToDotnet>. It is now lower
  957. case, though the old spelling is retained for anyone who used it.
  958. * Merging of Manifests in jar now works as documented.
  959. * paths that have been separated by colons would be incorrectly parsed
  960. on NetWare.
  961. * runant.pl now supports NetWare.
  962. * <tempfile> and <setproxy> tasks were in beta1, but not defined by
  963. default; They now are. <tempfile> fills a property with the name of a
  964. temporary file; <setproxy> lets you set the JVM's http, ftp and socks proxy
  965. settings.
  966. * <available classname="foo" ignoresystemclasses="true"> failed for
  967. JDK 1.1 and 1.2, even if the class could be found on the
  968. user-specified classpath.
  969. * <property environment=... /> now works on z/OS.
  970. * forked <javac> failed for the wrong reason on JDK 1.1 - Ant would
  971. use a temporary file to hold the names of the files to compile under
  972. some conditons, but 1.1 doesn't support this feature. Ant will no
  973. longer try this, but you may run into problems with the length of the
  974. command line now.
  975. * the refid attribute for <property>s nested into <ant> or <param>s
  976. nested into <antcall> didn't work.
  977. * <replaceregexp> didn't work for nested <fileset>s.
  978. * <javadoc> dropped sourcepath entries if no "interesting" .java
  979. source files could be found below them. This has been backwards
  980. incompatible and caused problems with custom doclets like xdoclet.
  981. * Using the doclet, docletpath or docletpathref attributes of
  982. <javadoc> may have caused NullPointerExceptions.
  983. * nested <filesets> of <javadoc> would include too much.
  984. * <dependset> will no longer choke on <targetfileset>s that point to
  985. non-existing directories.
  986. * <patch> didn't work at all.
  987. * <replace> and <replaceregexp> now fail if the file they are working
  988. on is locked.
  989. * <javadoc> would pick up the wrong executable in the combination JDK
  990. 1.2 and AIX.
  991. Other changes:
  992. --------------
  993. * z/OS now gets detected by the os condition.
  994. * <fileset> and <dirset> now have an optional followsymlink attribute
  995. that can prevent Ant from following symbolic links on some platforms.
  996. * BeanShell is now supported in the <script> task.
  997. * <ejbjar> under Weblogic attempts to use the ejbc20 compiler for 2.0 beans
  998. based on the deployment descriptor's DTD reference. Under weblogic 7.00 Beta
  999. this ejbc class has been deprecated. To avoid the deprecation warning use
  1000. ejbcclass="weblogic.ejbc".
  1001. * <ejbjar> will add a manifest to the generated jar based on the naming
  1002. convention in use. This overrides the manifest specified in the
  1003. <ejbjar> attribute
  1004. Changes from Ant 1.4.1 to 1.5beta1
  1005. ==================================
  1006. Changes that could break older environments:
  1007. --------------------------------------------
  1008. * Important: Single $ signs are no longer silently stripped!
  1009. =======
  1010. * Project.getBuildListeners now returns a clone of the listener
  1011. list. Changes to the returned list will not affect the listeners
  1012. currently attached to the Project. It also means that it is safe to
  1013. iterate over the returned list if listeners are added or removed
  1014. during the traversal.
  1015. * <pvcs> default filenameformat has been different from Ant 1.4.1.
  1016. Now it is different from 1.5beta1 and 1.5beta2.
  1017. * Some messages that are printed during startup will not be
  1018. written to the logfile specified via -logfile as they might destroy
  1019. the format of the file for special BuildLoggers (like XmlLogger).
  1020. Fixed bugs:
  1021. -----------
  1022. * <available> could fail to find files or directories that happen to
  1023. start with the name of the project's basedir but are not children of
  1024. the basedir.
  1025. * Nested <property>'s inside <ant> can now be overriden by subsequent
  1026. <ant> and <antcall> tasks.
  1027. * <xslt>'s outputtype attribute wouldn't do anything.
  1028. * <linecontains> filterreader could swallow lines.
  1029. * <sequential> used to configure the tasks (set their attributes)
  1030. before the first task has been executed. This means that properties
  1031. that have been set by nested task seemed to be unset for the other
  1032. tasks in the same <sequential> element.
  1033. * <javac>'s sourcepath setting has been ignored by some compiler
  1034. implementations.
  1035. * <javadoc>'s packagelist attribute didn't work.
  1036. * the plain mailer would always use port 25 in <mail>.
  1037. * Ant's default logger could swallow empty lines.
  1038. * ejbjar's iPlanet nested element now can process multiple descriptors.
  1039. * IPlanetEjbc was looking in the wrong place for four iiop files.
  1040. * <javac> would pass the -source switch to JDK 1.3's javac, even
  1041. though it doesn't support it.
  1042. Other changes:
  1043. --------------
  1044. * <checksum> now uses a buffer (of configurable size).
  1045. * The "Trying to override task definition" warning has been degraded
  1046. to verbose level if the two task definitions only differ in the class
  1047. loader instance that has loaded the definition.
  1048. * Add a jvmargs to the ejbjar's weblogic element to allow additional
  1049. arguments to be provided to the VM runnign ejbc. Document the
  1050. jvmdebuglevel attribute which can be used to avoid warnings about
  1051. interface classess being found on the classpath. Document the new
  1052. <sysproperty> element which allows JVM properties to be defined.
  1053. Added an outputdir attribute to allow the destination to be a
  1054. directory into which the exploded jar is written.
  1055. * ejbjar now supports Borland Enterprise Server 5 and Jonas 2.5
  1056. Changes from Ant 1.5beta1 to Ant 1.5beta2
  1057. =========================================
  1058. Changes that could break older environments:
  1059. --------------------------------------------
  1060. * Properties will now be expanded in mail message bodies. This means
  1061. that one $ sign will be stripped if your mail message contains the text
  1062. $$.
  1063. * org.apache.tools.ant.taskdefs.Expand no longer extends MatchingTask.
  1064. * Available#setFile now again uses a File argument as it did in 1.4,
  1065. this may break environments that have been adapted to the String
  1066. argument version present in 1.5beta1.
  1067. Fixed bugs:
  1068. -----------
  1069. * When <move> attempts a rename, it deletes the destination file, if it
  1070. exists, before renaming the source file. However, <move> was not
  1071. checking if the destination file was actually a directory before
  1072. trying to delete it.
  1073. * Make CVS Tasks to work under Cygwin.
  1074. * Fix LineContains to handle huge files elegantly without causing
  1075. Stack Overflows.
  1076. * if you ask for the "classic" compiler on Java1.4, you get upgraded to
  1077. "modern" because there is no classic compiler any more.
  1078. * the <http> condition was viewing 404 'not found' exceptions as success. Now
  1079. it defaults to viewing any response >=400 as an error, and has an errorsBeginAt
  1080. attribute you can use if you want a higher or lower value.
  1081. * <get> throws a build exception on an http authorization error, unless you
  1082. have set ignoreerrors to true.
  1083. * <wsdltodotnet> was spelt in Wintel case: <WsdlToDotnet>. It is now lower
  1084. case, though the old spelling is retained for anyone who used it.
  1085. * Merging of Manifests in jar now works as documented.
  1086. * paths that have been separated by colons would be incorrectly parsed
  1087. on NetWare.
  1088. * runant.pl now supports NetWare.
  1089. * <tempfile> and <setproxy> tasks were in beta1, but not defined by
  1090. default; They now are. <tempfile> fills a property with the name of a
  1091. temporary file; <setproxy> lets you set the JVM's http, ftp and socks proxy
  1092. settings.
  1093. * <available classname="foo" ignoresystemclasses="true"> failed for
  1094. JDK 1.1 and 1.2, even if the class could be found on the
  1095. user-specified classpath.
  1096. * <property environment=... /> now works on z/OS.
  1097. * forked <javac> failed for the wrong reason on JDK 1.1 - Ant would
  1098. use a temporary file to hold the names of the files to compile under
  1099. some conditons, but 1.1 doesn't support this feature. Ant will no
  1100. longer try this, but you may run into problems with the length of the
  1101. command line now.
  1102. * the refid attribute for <property>s nested into <ant> or <param>s
  1103. nested into <antcall> didn't work.
  1104. * <replaceregexp> didn't work for nested <fileset>s.
  1105. * <javadoc> dropped sourcepath entries if no "interesting" .java
  1106. source files could be found below them. This has been backwards
  1107. incompatible and caused problems with custom doclets like xdoclet.
  1108. * Using the doclet, docletpath or docletpathref attributes of
  1109. <javadoc> may have caused NullPointerExceptions.
  1110. * nested <filesets> of <javadoc> would include too much.
  1111. * <dependset> will no longer choke on <targetfileset>s that point to
  1112. non-existing directories.
  1113. * <patch> didn't work at all.
  1114. * <replace> and <replaceregexp> now fail if the file they are working
  1115. on is locked.
  1116. * <javadoc> would pick up the wrong executable in the combination JDK
  1117. 1.2 and AIX.
  1118. Other changes:
  1119. --------------
  1120. * z/OS now gets detected by the os condition.
  1121. * <fileset> and <dirset> now have an optional followsymlink attribute
  1122. that can prevent Ant from following symbolic links on some platforms.
  1123. * BeanShell is now supported in the <script> task.
  1124. * <ejbjar> under Weblogic attempts to use the ejbc20 compiler for 2.0 beans
  1125. based on the deployment descriptor's DTD reference. Under weblogic 7.00 Beta
  1126. this ejbc class has been deprecated. To avoid the deprecation warning use
  1127. ejbcclass="weblogic.ejbc".
  1128. * <ejbjar> will add a manifest to the generated jar based on the naming
  1129. convention in use. This overrides the manifest specified in the
  1130. <ejbjar> attribute
  1131. Changes from Ant 1.4.1 to 1.5beta1
  1132. ==================================
  1133. Changes that could break older environments:
  1134. --------------------------------------------
  1135. * Important: Single $ signs are no longer silently stripped!
  1136. * The filesetmanifest attribute added to <jar> after the 1.4.1
  1137. release has been removed for now. This change may affect only
  1138. the 1.5Beta/1.6Alpha users. An attempt will be made to add this
  1139. feature back into Ant 1.6.
  1140. Fixed bugs:
  1141. -----------
  1142. * <zip> and friends would always update existing archive if you set
  1143. the update attribute to true.
  1144. * To support backward compatibility with older versions, <pathconvert>
  1145. will once again set the property, even if the result is the empty
  1146. string, unless the new 'setonempty' attribute is set to false|no|off
  1147. (default is "true").
  1148. * The manifest task would crash XmlLogger
  1149. Other changes:
  1150. --------------
  1151. * added **/.svn and **/.svn/** to the default excludes
  1152. Changes from Ant 1.5beta2 to Ant 1.5beta3
  1153. =========================================
  1154. Changes that could break older environments:
  1155. --------------------------------------------
  1156. * Project.getBuildListeners now returns a clone of the listener
  1157. list. Changes to the returned list will not affect the listeners
  1158. currently attached to the Project. It also means that it is safe to
  1159. iterate over the returned list if listeners are added or removed
  1160. during the traversal.
  1161. * <pvcs> default filenameformat has been different from Ant 1.4.1.
  1162. Now it is different from 1.5beta1 and 1.5beta2.
  1163. * Some messages that are printed during startup will not be
  1164. written to the logfile specified via -logfile as they might destroy
  1165. the format of the file for special BuildLoggers (like XmlLogger).
  1166. * <pathconvert> won't set the property if the result is the empty string.
  1167. Fixed bugs:
  1168. -----------
  1169. * <available> could fail to find files or directories that happen to
  1170. start with the name of the project's basedir but are not children of
  1171. the basedir.
  1172. * Nested <property>'s inside <ant> can now be overriden by subsequent
  1173. <ant> and <antcall> tasks.
  1174. * <xslt>'s outputtype attribute wouldn't do anything.
  1175. * <linecontains> filterreader could swallow lines.
  1176. * <sequential> used to configure the tasks (set their attributes)
  1177. before the first task has been executed. This means that properties
  1178. that have been set by nested task seemed to be unset for the other
  1179. tasks in the same <sequential> element.
  1180. * <javac>'s sourcepath setting has been ignored by some compiler
  1181. implementations.
  1182. * <javadoc>'s packagelist attribute didn't work.
  1183. * the plain mailer would always use port 25 in <mail>.
  1184. * Ant's default logger could swallow empty lines.
  1185. * ejbjar's iPlanet nested element now can process multiple descriptors.
  1186. * IPlanetEjbc was looking in the wrong place for four iiop files.
  1187. * <javac> would pass the -source switch to JDK 1.3's javac, even
  1188. though it doesn't support it.
  1189. Other changes:
  1190. --------------
  1191. * <checksum> now uses a buffer (of configurable size).
  1192. * The "Trying to override task definition" warning has been degraded
  1193. to verbose level if the two task definitions only differ in the class
  1194. loader instance that has loaded the definition.
  1195. * Add a jvmargs to the ejbjar's weblogic element to allow additional
  1196. arguments to be provided to the VM runnign ejbc. Document the
  1197. jvmdebuglevel attribute which can be used to avoid warnings about
  1198. interface classess being found on the classpath. Document the new
  1199. <sysproperty> element which allows JVM properties to be defined.
  1200. Added an outputdir attribute to allow the destination to be a
  1201. directory into which the exploded jar is written.
  1202. * ejbjar now supports Borland Enterprise Server 5 and Jonas 2.5
  1203. Changes from Ant 1.5beta1 to Ant 1.5beta2
  1204. =========================================
  1205. Changes that could break older environments:
  1206. --------------------------------------------
  1207. * Properties will now be expanded in mail message bodies. This means
  1208. that one $ sign will be stripped if your mail message contains the text
  1209. $$.
  1210. * org.apache.tools.ant.taskdefs.Expand no longer extends MatchingTask.
  1211. * Available#setFile now again uses a File argument as it did in 1.4,
  1212. this may break environments that have been adapted to the String
  1213. argument version present in 1.5beta1.
  1214. Fixed bugs:
  1215. -----------
  1216. * When <move> attempts a rename, it deletes the destination file, if it
  1217. exists, before renaming the source file. However, <move> was not
  1218. checking if the destination file was actually a directory before
  1219. trying to delete it.
  1220. * Make CVS Tasks to work under Cygwin.
  1221. * Fix LineContains to handle huge files elegantly without causing
  1222. Stack Overflows.
  1223. * if you ask for the "classic" compiler on Java1.4, you get upgraded to
  1224. "modern" because there is no classic compiler any more.
  1225. * the <http> condition was viewing 404 'not found' exceptions as success. Now
  1226. it defaults to viewing any response >=400 as an error, and has an errorsBeginAt
  1227. attribute you can use if you want a higher or lower value.
  1228. * <get> throws a build exception on an http authorization error, unless you
  1229. have set ignoreerrors to true.
  1230. * <wsdltodotnet> was spelt in Wintel case: <WsdlToDotnet>. It is now lower
  1231. case, though the old spelling is retained for anyone who used it.
  1232. * Merging of Manifests in jar now works as documented.
  1233. * paths that have been separated by colons would be incorrectly parsed
  1234. on NetWare.
  1235. * runant.pl now supports NetWare.
  1236. * <tempfile> and <setproxy> tasks were in beta1, but not defined by
  1237. default; They now are. <tempfile> fills a property with the name of a
  1238. temporary file; <setproxy> lets you set the JVM's http, ftp and socks proxy
  1239. settings.
  1240. * <available classname="foo" ignoresystemclasses="true"> failed for
  1241. JDK 1.1 and 1.2, even if the class could be found on the
  1242. user-specified classpath.
  1243. * <property environment=... /> now works on z/OS.
  1244. * forked <javac> failed for the wrong reason on JDK 1.1 - Ant would
  1245. use a temporary file to hold the names of the files to compile under
  1246. some conditons, but 1.1 doesn't support this feature. Ant will no
  1247. longer try this, but you may run into problems with the length of the
  1248. command line now.
  1249. * the refid attribute for <property>s nested into <ant> or <param>s
  1250. nested into <antcall> didn't work.
  1251. * <replaceregexp> didn't work for nested <fileset>s.
  1252. * <javadoc> dropped sourcepath entries if no "interesting" .java
  1253. source files could be found below them. This has been backwards
  1254. incompatible and caused problems with custom doclets like xdoclet.
  1255. * Using the doclet, docletpath or docletpathref attributes of
  1256. <javadoc> may have caused NullPointerExceptions.
  1257. * nested <filesets> of <javadoc> would include too much.
  1258. * <dependset> will no longer choke on <targetfileset>s that point to
  1259. non-existing directories.
  1260. * <patch> didn't work at all.
  1261. * <replace> and <replaceregexp> now fail if the file they are working
  1262. on is locked.
  1263. * <javadoc> would pick up the wrong executable in the combination JDK
  1264. 1.2 and AIX.
  1265. Other changes:
  1266. --------------
  1267. * z/OS now gets detected by the os condition.
  1268. * <fileset> and <dirset> now have an optional followsymlink attribute
  1269. that can prevent Ant from following symbolic links on some platforms.
  1270. * BeanShell is now supported in the <script> task.
  1271. * <ejbjar> under Weblogic attempts to use the ejbc20 compiler for 2.0 beans
  1272. based on the deployment descriptor's DTD reference. Under weblogic 7.00 Beta
  1273. this ejbc class has been deprecated. To avoid the deprecation warning use
  1274. ejbcclass="weblogic.ejbc".
  1275. * <ejbjar> will add a manifest to the generated jar based on the naming
  1276. convention in use. This overrides the manifest specified in the
  1277. <ejbjar> attribute
  1278. Changes from Ant 1.4.1 to 1.5beta1
  1279. ==================================
  1280. Changes that could break older environments:
  1281. --------------------------------------------
  1282. * Important: Single $ signs are no longer silently stripped!
  1283. Before you panic that we have broken all your build files, we have kept
  1284. the old "$$" -> "$" behaviour. So only build files which accidentally had
  1285. a $ sign in a string that was being silently stripped may break.
  1286. We added this fix to stop newbie confusion; if you want to write a
  1287. build file which works on ant versions 1.4.1 or earlier, stay with
  1288. the double $$ sign rule.
  1289. * Shipped XML parser is now Xerces 2.0.1 along with the XML Parser APIs.
  1290. XML Parser APIs is a separate jar that contains the necessary
  1291. JAXP/DOM/SAX classes.
  1292. * <telnet> was fixed to expand properties inside nested <read> and
  1293. <write> elements; before this only happened when you assigned the text
  1294. to the string attribute. If you had $ signs in the string, they may
  1295. need escaping.
  1296. * the RegexpMatcher interface has been extended to support case
  1297. insensitive matches and other options - custom implementations of
  1298. this interface won't work any longer. We recommend to use the new
  1299. Regexp interface that also supports substitution instead of the
  1300. RegexpMatcher interface in the future.
  1301. * <gzip> will throw an exception if your src attribute points to a directory.
  1302. * Unjar, Unzip and Unwar will throw an exception if the Src attribute
  1303. represents a directory. Support for nested filesets is provided
  1304. instead.
  1305. * It is no longer possible to overwrite a property using tasks like
  1306. <condition>, <exec>, <pathconvert>, or <tstamp>. In some exceptional
  1307. cases it will generate a warning if you attempt to overwrite an
  1308. existing property.
  1309. * Taskwriters please note: Whenever tasks had any overloaded set* methods,
  1310. Ant's introspection mechanism would select the last overloaded method
  1311. provided to it by the Java Runtime. A modification has now been made such
  1312. that when the Java Runtime provides a method with a String as its argument,
  1313. a check is made to see if there is another overloaded method that takes in
  1314. some other type of argument. If there is one such method, then the method
  1315. that takes in String as an argument is not selected by the Introspector.
  1316. * The pattern definition **/._* has been included into the Default
  1317. Excludes list.
  1318. * <propertyfile>'s <entry> element was modified to remove "never" as a value
  1319. as its behavior was undocumented and flakey.
  1320. * The -projecthelp flag now only prints out targets that include the
  1321. 'description' attribute, unless the -verbose or -debug flag is included
  1322. on the Ant command line.
  1323. * Ant's testcases now require JUnit 3.7 or above, as they now use the new
  1324. assertTrue method instead of assert.
  1325. * If the 'output' attribute of <ant> is set to a simple filename or a
  1326. relative path, the file is created relative to ${basedir}, not ${user.dir}.
  1327. * The default value for build.compiler is now javac1.x with x
  1328. depending on the JDK that is running Ant instead of classic/modern.
  1329. Fixed bugs:
  1330. -----------
  1331. * A bug existed that prevented generated log files from being deleted as
  1332. part of the build process itself. This has now been fixed.
  1333. * Fixed bug where <move> ignored <filterset>s.
  1334. * Ant works properly with the combination of Java1.4/WindowsXP.
  1335. * Fixed bug where <java> used to sometimes invoke class constructors twice.
  1336. * Fixed bug with 4NT shell support.
  1337. * Fixed bug where ant would not perform ftp without remotedir being
  1338. specified even though this was not mandatory.
  1339. * Fixed bug where ant would not copy system properties into new Project
  1340. in ant/antcall tasks when inheritall="false" is set.
  1341. * <propertyfile> would not close the original property file.
  1342. * <ant> will no longer override a subbuild's basedir with inheritall="true".
  1343. * Fixed problem with the built-in <junit> formatters which assumed
  1344. that only one test could be running at the same time - this is not
  1345. necessarily true, see junit.extensions.ActiveTestSuite.
  1346. * <jar>'s whenEmpty attribute is useless as JARs are never empty, they
  1347. contain at least a manifest file, therefore it will now print a
  1348. warning and do nothing.
  1349. * <typedef> hasn't been all that useful as it couldn't be used outside
  1350. of targets (it can now) and nested "unknown" elements have always
  1351. been considered to be tasks (changed as well).
  1352. * <fixcrlf> would fail for files that contained lines longer than 8kB.
  1353. * Some junit formatters incorrectly assumed that all testcases would
  1354. inherit from junit.framework.TestCase.
  1355. * <fixcrlf> dropped the first characters from Mac files.
  1356. Other changes:
  1357. --------------
  1358. * Selector Elements now provide a way to create filesets based on
  1359. sophisticated selection criteria.
  1360. * Gzip and Bzip2 files can now be constructed in the fly when using
  1361. the tar task without having to create the intermediate tar file on
  1362. disk. The Untar task can also untar GZip and BZip2 files on the fly
  1363. without creating the intermediate tar file.
  1364. * New optional type, <classfileset> added.
  1365. * <ejbjar> now allows control over which additional classes and interfaces
  1366. are added to the generated EJB jars. A new attribute "dependency" can be
  1367. defined which controls what classes are added. The addition of classes now uses
  1368. the Jakarta-BCEL library rather than reflection, meaning bean classes are
  1369. no longer loaded into Ant's JVM. The default dependency analyzer is known as
  1370. the ancestor analyzer. It provides the same behaviour as the 1.4.1 version of
  1371. <ejbjar>. If the BCEL library is not present, a warning will be issued stating
  1372. the ancestor analyzer is not available. In this case <ejbjar> will continue
  1373. to function but will not add super classes to the jar.
  1374. * <available> has a new attribute named ignoreSystemClasses.
  1375. * New task <cvschangelog/> generates an XML report of changes that occur
  1376. on CVS repository.
  1377. * New filter readers: ClassConstants, ExpandProperties, HeadFilter,
  1378. LineContains, LineContainsRegExp, PrefixLines, ReplaceTokens,
  1379. StripJavaComments, StripLineBreaks, StripLineComments, TabsToSpaces,
  1380. TailFilter.
  1381. * <copy>, <loadfile>, <loadproperties>, <move> support FilterChains
  1382. of FilterReaders.
  1383. * New task <loadproperties> to load contents of file as Ant properties,
  1384. with nested <filterchain> elements.
  1385. * New task <loadfile> to load a whole file into a property.
  1386. * New task <echoproperties> to list your current properties to the screen
  1387. or a file.
  1388. * New tasks <bzip2> and <bunzip2> to pack and unpack files using the
  1389. BZip2 alogrithm.
  1390. * New tasks <replaceregexp>, <checksum>, <translate>, <waitfor>,
  1391. <manifest>, <vsscp>, <vssadd>, <vsscreate>, <splash>, <basename>, <dirname>,
  1392. <concat>, <sourceoffsite>, <jarlib-available>, <jarlib-display>,
  1393. <jarlib-manifest>, <jarlib-resolve>.
  1394. * A new combined <mail> task, which replaces the old <mail> and
  1395. <mimemail> tasks, has been added. The <mimemail> task, and
  1396. old SendEmail and MimeMail classes have been deprecated.
  1397. * Mail task allows specification of port number.
  1398. * Users can control what <zip> and <jar> must do when duplicate files
  1399. are found. A new element <zipgroupfileset> allows for multiple zip
  1400. files to be merged into the archive. In addition, <jar> also has
  1401. another new attribute: filesetmanifest. The existing manifest
  1402. attribute of <jar> now also accepts the name of a jar added through
  1403. a fileset.
  1404. * gzip now checks that the zipfile is older than the source file
  1405. before rebuilding the zipfile.
  1406. * TarFileset takes in three new attributes - fullpath, prefix
  1407. and preserveLeadingSlashes.
  1408. * <move> attempts to rename the directory, if everything inside it is
  1409. included, before performing file-by-file moves. This attempt will
  1410. be done only if filtering is off and if mappers are not used. This
  1411. is a performance improvement and there is no change otherwise in
  1412. the funtionality of this task.
  1413. * Exec task has extra attribute "resultproperty" to get the return code
  1414. into a property.
  1415. * Exec task prints a message when a timed-out process is killed.
  1416. * Added optional attributes - name, arch and version to the <os> task.
  1417. * Unjar, Untar, Unwar and Unzip now support patternsets to
  1418. select files from an archive for extraction. Filesets may be
  1419. used to select archived files for unarchival.
  1420. * Javac task allows debug levels to be specified. Debug levels
  1421. will have an effect only when the modern compiler or the
  1422. classic compiler (version 1.2 and higher) is used and debugging
  1423. is enabled.
  1424. * Added support for specifying CVS_RSH in the <cvs/> task
  1425. * The attributes zipfile, jarfile, warfile and earfile (from the Zip,
  1426. Jar, War and Ear tasks) have been deprecated and superseded by a
  1427. new attribute "destfile".
  1428. * Added new conditions <isset>, <checksum>, <http>, <socket>, <contains>,
  1429. <filesmatch>.
  1430. * <taskdef> and <typedef> will now emit a warning if a task/type of
  1431. the given name already exists.
  1432. * A new revision of VAJ tasks: The most important new feature
  1433. is the ability to execute VAJ tasks from the command line by
  1434. exploiting the Remote Tool Access feature of VAJ.
  1435. * Improved support for Novell NetWare.
  1436. * Added an optional encoding attribute to <fixcrlf>.
  1437. * <apply> has a new attribute relative that allows users to pass the
  1438. filenames as relative instead of absolute paths on the command line.
  1439. * References can now be copied into the child build by <ant> and
  1440. <antcall> using nested <reference> elements or the new inheritRefs
  1441. attribute.
  1442. * <fail> now supports builds to fail based on conditions via if and
  1443. unless attributes.
  1444. * Ant now comes with two new BuildLogger implementations - one that
  1445. can send emails containing a log of the build process (MailLogger),
  1446. and one that colorizes the output based on message levels, using
  1447. ANSI color code escape sequences (AnsiColorLogger).
  1448. * A "package" mapper type has been added to allow package directory
  1449. names replaced with the dotted form.
  1450. * You can now specify environment variables in the <java> and <junit> tasks
  1451. if the fork attribute has been set to true.
  1452. * -propertyfile command-line option has been added to load an entire
  1453. property file just as -D properties are declared (as user properties).
  1454. -D properties take precedence over -propertyfile specified ones.
  1455. * You can now set an ANT_ARGS environment variable to hold arguments you
  1456. always want passed to the 'ant' command -- for example, if you always
  1457. want to use a different logger or the -find flag.
  1458. * <tstamp> now supports a new "prefix" attribute to prefix properties set.
  1459. * You can now specify the -sourcepath for <javac> explicitly.
  1460. * <javac> now supports a new "listfiles" attribute to list the source
  1461. files it's handing off to the compiler.
  1462. * The compiler implementation for <javac> can now be chosen on a task by
  1463. task basis. The new "compiler" attribute of <javac> can be used to override
  1464. the value of the build.compiler property, if set.
  1465. * <javac> has a new nested element, <compilerarg>, which allows you
  1466. to specify additional args for the specific compiler you're using.
  1467. * <javac>'s "source" attribute is now enabled for jikes as well.
  1468. * <propertyfile>'s <entry> now has a 'unit' attribute to specify the
  1469. increment/decrement unit on date operations.
  1470. * <property> now supports a 'prefix' attribute when loading from a file
  1471. or resource.
  1472. * In Ant 1.4, a feature has been added to the <junit> task that would
  1473. add ant.jar, optional.jar and junit.jar implicitly to the classpath -
  1474. this feature can now be disabled by setting the new includeantruntime
  1475. attribute to false.
  1476. * <style> behaves differently from any other directory-based task, as it
  1477. processes all files that it finds in included directories in
  1478. addition to the files matched by your patterns. There is now a new
  1479. attribute, 'scanincludeddirectories', to suppress this behavior.
  1480. * <javadoc> now supports a <tag> nested element to provide the -tag option
  1481. to the standard Java 1.4 doclet. The element is ignored when not running
  1482. on Java 1.4.
  1483. * <ftp> can now chmod files on a remote server that supports
  1484. "site chmod", as well as set the umask before transferring files, if
  1485. the server supports "site umask".
  1486. * New <serverdeploy> "optional" task.
  1487. * <patternset> now supports nested patternsets.
  1488. * Perforce tasks now support a "failonerror" attribute (defaults to "true").
  1489. * Open Source application server JOnAS support:
  1490. EJB hot deploy and deploy with <serverdeploy> and <ejbjar>
  1491. * Added new DirSet (<dirset>) datatype.
  1492. * <path> now supports nested <dirset> and <filelist> elements.
  1493. * <pathconvert> now supports nested <dirset> and <filelist> elements.
  1494. * <pathconvert>'s "dirsep" and "pathsep" attributes now accept
  1495. multi-character values.
  1496. * <copy> task now has a 'failonerror' attribute to allow keep-going
  1497. behaviour when the file to be copied is not found (defaults to "true").
  1498. * <uptodate> now has a 'srcfile' attribute to allow specifying a
  1499. full-path filename.
  1500. * <exec>, <sql> and <java> now support append attributes to allow
  1501. appending the output to an existing file.
  1502. * <java> now supports a timeout attribute analog to <exec> - it is
  1503. highly recommended to only use it together with fork="true".
  1504. * <javadoc> now supports a source attribute to enable javadoc to
  1505. handle assertions present in JDK 1.4 source code.
  1506. * <replace> supports a new replacefilterfile attribute that
  1507. automatically turns all properties of a given file into
  1508. replacefilters.
  1509. * An alias of <xslt> has been added to refer to the <style> task.
  1510. * The compiler implementation for <rmic> can now be chosen on a task by
  1511. task basis. The new "compiler" attribute of <rmic> can be used to override
  1512. the value of the build.rmic property, if set.
  1513. * <rmic> has a new nested element, <compilerarg>, which allows you
  1514. to specify additional args for the specific compiler you're using.
  1515. * org.apache.tools.ant.XmlLogger now is a BuildLogger, rather than just
  1516. a BuildListener. It can operate in either mode successfully.
  1517. * <junit> has a new attribute "showoutput". If set to true, output
  1518. generated by tests will be sent to Ant's logging system as well as
  1519. to the formatters (instead of sending it to the formatters
  1520. exclusively).
  1521. * Ant has now a pluggable way to prompt users for input, which is used
  1522. by the new <input> task. IDE integrators can provide an
  1523. implementation of the InputHandler interface to decouple Ant's input
  1524. from the console. An implementation that gets its input from a file
  1525. for unattended builds is part of Ant's distribution.
  1526. For more details see docs/manual/inputhandler.html.
  1527. * <patch> has a new attribute that selects the directory in which to
  1528. run the command.
  1529. * <javadoc> now supports two new nested elements, <fileset> and <packageset>.
  1530. Changes from Ant 1.4 to Ant 1.4.1
  1531. ===========================================
  1532. Fixed bugs:
  1533. -----------
  1534. * <ant>'s antfile attribute will now also be considered an absolute path on
  1535. Windows systems, if it starts with a \ and no drive specifier.
  1536. * The fullpath attribute of <zipfileset> has been ignored if you used
  1537. the src attribute at the same time.
  1538. * The manifest file is now always placed as the second entry (after /META-INF)
  1539. in generated jars. This allows the manifest to be read by JarInputStreams
  1540. * Fixed bug in depend task which would fail with a NullPointerException if no
  1541. dependency cache was specified.
  1542. * sql task now handles REM statements correctly so that lines starying with rem
  1543. but which are not comments are actually processed.
  1544. * XMLLogger now uses the task's name rather than the classname
  1545. * <mapper>s will now work as expected if the to pattern expands to an
  1546. absolute pathname.
  1547. * <javac> didn't ignore memory settings in non-fork mode
  1548. * <cab> didn't split the options attribute into several command line
  1549. arguments correctly.
  1550. Other changes:
  1551. --------------
  1552. * New source attribute for <javac> to enable assertion in JDK 1.4
  1553. * XmlLogger and <antstructure> now add an encoding declaration to the
  1554. XML files they generate.
  1555. * <fileset> has a new attribute "casesensitive" to make it match
  1556. filenames in a case insensitive way (if you set it to false) - by
  1557. default filesets remain case sensitive.
  1558. Changes from Ant 1.3 to Ant 1.4
  1559. ===========================================
  1560. Changes that could break older environments:
  1561. --------------------------------------------
  1562. * JUnitReport now uses the xalan redirect extension for multi-output.
  1563. With Xalan 1.2.2 it forces the use of bsf.jar in the classpath.
  1564. (Available in the xalan distribution). It is recommended to switch
  1565. to Xalan 2.x that do not need it.
  1566. * Zip.setWhenempty() has changed its signature.
  1567. * <rmic> is now implemented using a factory. This makes extending
  1568. rmic to use a new compiler a lot easier but may break custom
  1569. versions of this task that rely on the old implementation.
  1570. * several Zip methods have changed their signature as we now use a Zip
  1571. package of our own that handles Unix permissions for directories.
  1572. Furthermore <zip> will now use the platform's default character
  1573. encoding for filenames - this is consistent with the command line
  1574. ZIP tools, but causes problems if you try to open them from within
  1575. Java and your filenames contain non US-ASCII characters. Use the new
  1576. encoding attribute of the task and set it to UTF8 to get the old
  1577. behavior.
  1578. * The <pvcs> task has been moved to a package of its own.
  1579. * JUnitResultFormater has two additional methods that must be
  1580. implemented by custom formatters.
  1581. * Ant will no longer use the canonical version of a path internally -
  1582. this may yield different results on filesystems that support
  1583. symbolic links.
  1584. * The output generated by the xml formatter for <junit> has changed
  1585. again, it doesn't format the numeric value in the time attribute anymore.
  1586. * Pattern matching rules have changes slightly, the pattern foo*
  1587. doesn't match files contained in a directory named foo - use foo/*
  1588. instead.
  1589. * <fixcrlf> will not remove trailing whitespace at the end of lines anymore.
  1590. * The Classloader usage has been changed for the taskdef, property, available
  1591. and sql tasks so that it delegates to the parent classloader. This may cause
  1592. ClassNotFoundExceptions to be thrown if a system class attempts to load a
  1593. class in the taskdef's classpath (typically factory objects).
  1594. * Ant now allows multithreading of tasks and the containment of tasks within
  1595. other tasks. This can break customer listeners which do not expect messages
  1596. from a task before the previous task has finished.
  1597. * Ant now installs its own ouput stream into System.out to route output to the
  1598. task currently executing on the current thread. This also means that all
  1599. output is now routed as Ant message events. Customer listeners and loggers
  1600. should not call System.out at any time. This has always been true but such
  1601. usage now will cause problems due to possible recursion.
  1602. * Invalid manifest files will now cause build failures in the <jar> task.
  1603. * Ant Introspection now looks for methods with method names starting with
  1604. addConfigured. When called these methods are passed an argument after it has
  1605. been configured from the build file. Custom tasks supporting nested elements
  1606. starting with the name configured will no longer function.
  1607. * The environment variable JAVACMD that can be used to specify the
  1608. java executable to Ant's wrapper scripts must not contain additional
  1609. command line parameters any longer - please use the environment
  1610. variable ANT_OPTS for such parameters now.
  1611. * Ant's wrapper scripts now quote the CLASSPATH environment variable, thus
  1612. supporting classpaths which refer to directories containing spaces. This means
  1613. that the CLASSPATH environment variable cannot have quotes. Any quotes should
  1614. be removed. This will not affect the operation of the CLASSPATH environment
  1615. variable in other contexts.
  1616. * A delete task like
  1617. <delete includeEmptyFilesets="true">
  1618. <fileset dir="somedir" />
  1619. </delete>
  1620. will now remove "somedir" as well, unless there are still files left
  1621. in it (matched by the default excludes).
  1622. * The copy task will now fail if the file to be copied is not found.
  1623. * Ant properties defined in properties files now behave the same way as
  1624. properties defined in the build file. In particular the $ character needs
  1625. to be escaped in property values by doubling it to $$. So, to define a
  1626. property with the value $hello, you need to define it in a properties file
  1627. as
  1628. test.prop=$$hello
  1629. This was not the case in Ant 1.3
  1630. Other changes:
  1631. --------------
  1632. * New tasks: ear, p4counter, record, cvspass, vsscheckin, vsscheckout,
  1633. typedef, sleep, mimemail, set of tasks for Continuus/Synergy, dependset,
  1634. condition, maudit, mmetrics, jpcoverage, jpcovreport, jpcovmerge
  1635. * Ant now uses JAXP 1.1
  1636. * rmic now supports Kaffe's and Weblogic's version of rmic.
  1637. * new magic property build.rmic to chose the rmic implementation
  1638. * <tar> will now add empty directories as well
  1639. * you can now specify a description for <p4change>
  1640. * <touch> can now work on <fileset>s
  1641. * <uptodate> now supports a value attribute
  1642. * <fail> supports nested text
  1643. * <fixcrlf> won't override files that are already in the correct
  1644. format.
  1645. * <sql> now supports REM comments as well as // and --
  1646. * <jar> now has a nested <metainf> element following the same idea as
  1647. <war>'s <webinf>.
  1648. * <pvcs> can now handle multiple projects.
  1649. * <available> now has a "type" attribute you can use in conjunction
  1650. with the "file" attribute to specify whether the "file" you're
  1651. looking for is a file or a directory.
  1652. * New <junit> formatter named "brief"
  1653. * <ejbjar> changes
  1654. * Add support for Borland Application Server to the <ejbjar> task using
  1655. a <borland> nested element.
  1656. * Add support for iPlanet Application Server to the <ejbjar> task. Also
  1657. includes some iPlanet utility tasks
  1658. * Add support for JBoss Application Server to the <ejbjar> task.
  1659. * Add a naming attribute to control the naming scheme that
  1660. ejbjar uses to name the generated EJB jars.
  1661. * Weblogic element now sets the compiler class for EJB 2.0 beans
  1662. * <dtd> elements can be specified at the <ejbjar> level for building generic
  1663. beans
  1664. * <dtd> elements can now be URLs
  1665. * Allow the manifest to be specified for the generated jars
  1666. * The weblogic element now supprts an attribte noEJBC to skip the processing
  1667. of the jar by ejbc. The ejbc step will then occur at deployment
  1668. * weblogic will tell ejbc to use Jikes compiler if build.compiler is set to
  1669. jikes. It can be restored to the default, javac, operation if desired.
  1670. * Allow the <sql> Delimiter to be set in the so that Oracle stored procs may be
  1671. entered
  1672. * <execon> and <apply> can now optionally skip empty filesets.
  1673. * <javadoc> has a new useexternalfile attribute that makes it use a
  1674. temporary file for sourcefile and package names - helps to defeat
  1675. command line length limitations.
  1676. * Data types like <path> can now be defined inside of <target>s
  1677. * you can now specify a classpath for <style> - the XSLZ processor
  1678. will be loaded from this path
  1679. * added a force attribute to <style> to support dependencies that the
  1680. task cannot determine itself (dependency on parameters, not file
  1681. modification times for example)
  1682. * added vmlauncher attribute to exec tasks. This defaults to true. If
  1683. it is set to false, the VM's ability to launch commands in bypassed
  1684. and the OS shell, either directly or through the auxillary antRun
  1685. scripts is used.
  1686. * regexp mapper now supports the java.util.regex package of JDK 1.4.
  1687. * New filesonly attribute for <zip> and friends to suppress directory
  1688. entries.
  1689. * New update attribute for <zip> and friends - update an existing
  1690. archive instead of creating a new one.
  1691. * <apply> and <execon> have been merged into a single task.
  1692. * added vssver.scc to the default excludes
  1693. * <available> has a new filepath attribute/nested element that allows
  1694. you top search for a file in a given path.
  1695. * <junit> can now optionally set a property on test failure.
  1696. * <taskdef> can now define several tasks at once, reading the
  1697. name/classname pairs from a property file or resource.
  1698. * <unzip/unjar/unwar> and <untar> now have an overwrite attribute that
  1699. defaults to true. If set to false, files that are newer than the
  1700. files in the archive will not be replaced.
  1701. * <patternset> and <fileset> now support nested <in/excludesfile>
  1702. elements - using these you can have more than one in/excludes file
  1703. per <patternset>.
  1704. * Three new supported compilers for javac: kjc for kopi, gcj for the
  1705. gcc frontend and sj for Symantec's compiler.
  1706. In addition extJavac or the new fork attribute can be
  1707. used to run the JDK's javac in a JVM separate from Ant.
  1708. * <fixrlf> can now with CR only line-ends and can use an arbitraty
  1709. between 2 and 80.
  1710. * The .NET tasks have been adapted to the beta2 release of the framework.
  1711. * <move> will now try to rename() files before copying them byte by
  1712. byte - only if filtering is of, of course.
  1713. * <ant> and <antcall> tasks now support a new attribute inheritAll. When set to
  1714. false, only user properties are passed through to the target Ant instance.
  1715. This includes properties set on the command line and properties explicitly
  1716. passed
  1717. * <javadoc> now skips off line links if the package list cannot be found.
  1718. * <wlrun> now allows the security policy file to exist outside the weblogic
  1719. directory.
  1720. * <java> task will set the Thread contextClassLoader under JDKs 1.2+ to the
  1721. classloader for the class being executed.
  1722. * Introduce the concept of a TaskContainer - a task or element which can contain
  1723. Ant Tasks.
  1724. * Add new tasks implementing the TaskContainer interface <parallel> and
  1725. <sequential> which allow parallel execution of tasks to be specified.
  1726. * <depend> task will now take into account dependencies on jar files and class
  1727. files from a given classpath.
  1728. * <jar> manifest entries may now be specified in the build file either
  1729. completely or to be merged with a manifest file.
  1730. * <tstamp> task custom formats now support locales.
  1731. * Added a listner which will forward events to Log4J. The log4j configuration
  1732. file should be in the directory from which Ant is run or passed as a system
  1733. property using a JVM argument.
  1734. * Introduced the concept of <filtersets> to allow for more control in which
  1735. filters get applied in a <copy> or <move> operation.
  1736. * Added nowarn attribute to javac and deprecated the Jikes-magic property
  1737. build.compiler.warnings.
  1738. * The <depend> task cache format has changed and all dependency information is
  1739. now stored in a single file.
  1740. Fixed bugs:
  1741. -----------
  1742. * Testcases have been made independent of current working directory.
  1743. * Input ZIP-Files will be closed when using a <zipfileset>.
  1744. * p4 tasks now don't fail if user, port or client have been omitted
  1745. (and this is acceptable for the context of the command).
  1746. * <javah>'s outputfile attribute will be resolved as relative to the
  1747. projects basedir.
  1748. * <antstructure> should create a valid DTD for propertyfile.operation.entry
  1749. and omit tasks it fails to load.
  1750. * won't try to pass a -bootclasspath flag to javac 1.1 anymore
  1751. * <style>'s style attribute no handles absolute paths correctly.
  1752. * <delete includeemptydirs="true"> now deletes more than just the leaf
  1753. directories.
  1754. * You can now specify a <fileset> for a directory that doesn't exist at
  1755. declaration time but will created before the fileset gets used for the
  1756. first time.
  1757. * If the quiet attribute has been set, <delete> will handle <fileset>s
  1758. with non-existing directories gracefully.
  1759. * Output written by testcases will now be captured by the <junit> task
  1760. and passed to the formatters.
  1761. * Quote the -group parameter to Javadoc as per the specification
  1762. * Initialise classes when loaded through the AntClassLoader - that is, run
  1763. static initializers
  1764. * Implement getResource() and getResources() in AntClassLoader
  1765. * Create the <ejbjar> weblogic command line as a set of arguments rather than
  1766. as a single line. Avoids problems with paths which contain spaces.
  1767. * <ejbjar> now fails when the weblogic ejbc compiler reports an error.
  1768. * Make the AntClassLoader load resources in the same order as it currently
  1769. loads classes.
  1770. * Handle classpaths with spaces
  1771. * Make sure XSLT processors close their output files in <style>.
  1772. * perform proper uptodate check in <rmic> when compiling for IIOP.
  1773. * <jjtree>'s uptodate test works even if outputdirectory is not the
  1774. parent dir of target
  1775. * <copy> will remove target file (if it exists) before writing to it -
  1776. this avoids problems with links on filesystems that support them.
  1777. * <ftp> now properly recurses remote directories.
  1778. * <ftp> closes remote connection when it's done.
  1779. * <junit> tries to include all necessary classes for the task itself
  1780. to the classpath when running in fork mode - doesn't work for JDK 1.1
  1781. * <apply> and <execon> do now execute the command only once, if you
  1782. specify the parallel attribute - instead of once per fileset.
  1783. * directory based tasks and fileset could miss some included files in
  1784. directories that have been excluded
  1785. * <fixcrlf> failed for large files.
  1786. * <move> removed files you tried to move to themselves.
  1787. * <sql> task will not trty to print the result set unless the query succeeded.
  1788. * Ant classloader will now ignore paths which are invalid relative to the
  1789. project base
  1790. * <ejbjar> weblogic elements check for jar file changes has been fixed.
  1791. Previously some changes would not be included.
  1792. * properties loaded from properties files are now resolved internally. This
  1793. removes the spurious warnings about usage of properties which have not been
  1794. set.
  1795. * <jar> task and friends now process the JAR manifest to ensure it is valid.
  1796. * The task finished event now includes any exception thrown by the task.
  1797. * <java> task now supports a jvmVersion attribute so that if another JVM is
  1798. being used, Ant can determine which options to use for features such as the
  1799. VM memory limits
  1800. Changes from Ant 1.2 to Ant 1.3
  1801. ===========================================
  1802. Changes that could break older environments:
  1803. --------------------------------------------
  1804. * Ant doesn't search for the buildfile anymore, unless you use the new
  1805. -find argument.
  1806. * <perforce> has been replaced by a number of new tasks.
  1807. * <javac> is now implemented using a factory. This makes extending
  1808. javac to use a new compiler a lot easier but may break custom
  1809. versions of this task that rely on the old implementation.
  1810. * The output generated by the xml formatter for <junit> has changed a
  1811. little, it doesn't append " sec" in the time attribute anymore.
  1812. Other changes:
  1813. --------------
  1814. * A GUI Frontend: Antidote. This is currently in development. At this
  1815. time, this is not part of the Ant release, although the source is
  1816. included if you are interested.
  1817. * New tasks: stylebook, propertyfile, depend, antlr, telnet, csc,
  1818. ilasm, apply, javah, several clearcase tasks, junitreport, sound
  1819. * Added output attribute to <java>.
  1820. * Added nested zipfileset element to <zip>
  1821. * Changed <sql> so that printing is at the task level rather than
  1822. the statement level.
  1823. * javadoc task will pass -d flag to any doclet if the destDir attribute is
  1824. given. If the doclet does not accept the -d flag then omit the destdir
  1825. attribute.
  1826. * <cab> can work on non-Windows platforms with the help of libcabinet.
  1827. See http://trill.cis.fordham.edu/~barbacha/cabinet_library/.
  1828. * <ftp> now supports passive mode.
  1829. * New <mapper> data type that can be used to get influence on the
  1830. target files for some tasks like <copy> or enable new types of tasks
  1831. like <apply>.
  1832. * <execon> provides more control over the command line now, the names
  1833. of the source files are no longer required to be at the end of the
  1834. command.
  1835. * Style tasks will now support TraX compliant XSL processors if one is present
  1836. in your classpath.
  1837. * Added a failonerror to the javac task. If set to false, the build will
  1838. continue even if there are compilation errors.
  1839. * Added nested format elements to the tstamp task allowing additional time
  1840. formats to be defined for arbitrary properties.
  1841. * Added classpath attribute and nested classpath element to <property>
  1842. to make the resource attribute more powerful.
  1843. * ${} property expansion will now be performed on the patterns read
  1844. from files specified as includesfile or excludesfile attributes.
  1845. * The <tar> and <untar> tasks now support GNU format for handling paths
  1846. which are greater than 100 characters in length. In addition the <tar>
  1847. task now supports nested filesets through which the file permissions
  1848. may be controlled.
  1849. * wlrun, wlstop and ejbjar now support Weblogic 6.0
  1850. * The MPasre task has been updated to work with MParse 2.0
  1851. * The documentation has been significantly updated.
  1852. Fixed bugs:
  1853. -----------
  1854. * <signjar> doesn't use deprectated methods anymore.
  1855. * javadoc's failonerror attribute works again
  1856. * javadoc's additionalparam attribute will now be split into separate
  1857. parameters (on spaces) to allow for more than one parameter.
  1858. * Changed <sql> task so that printing result sets works on Oracle
  1859. * Changes to ddcreator and ejbc helper to respect the descriptor hierarchy
  1860. keppgenerated in ejbc can now be turned off
  1861. * ejbjar now correctly ignores <ejb-ref> elements in the deployment descriptor.
  1862. CMP files are included by parsing the weblogic deployment descriptor rather
  1863. than relying on the naming convention used in ant 1.2
  1864. * ejbjar includes super classes and super interfaces into the generated ejb
  1865. jar files. The <support> nested element allows support classes to be
  1866. included in the EJB jar. The toplink element should now correctly locate
  1867. the toplink descriptor.
  1868. * <vssget> now correctly deals with spaces in arguments
  1869. * <jar> fails early if a given manifest file doesn't exist
  1870. * <rmic> doesn't search for the _Skel file anymore when stubversion is
  1871. set to 1.2.
  1872. * <rmic> uses the the same classpath to verify a class can be rmic'd
  1873. as it passes to the compiler.
  1874. * org.apache.tools.mail.MailMessage (and therefore <mail>) can now
  1875. handle SMTP servers sending multi line responses.
  1876. * nested <classpath> elements of <taskdef> now work for <taskdef>s not
  1877. nested into <target> as well.
  1878. * <property> and <available> will search for the resource "foo" instead
  1879. of "/org/apache/tools/ant/taskdefs/foo" when given a relative resource
  1880. name foo.
  1881. * Handle build files in directories whose name contained a "#" character
  1882. * <junit> can now log to files whose name contains a comma as well.
  1883. * The AntClassLoader now refers to the loader which loaded it, any
  1884. requests it does not handle itself. Previously these went to the
  1885. primordial loader.
  1886. Changes from Ant 1.1 to Ant 1.2
  1887. ===============================
  1888. Changes that could break older environments:
  1889. --------------------------------------------
  1890. * Semantics of <property> has changed again in the hope to be more
  1891. intuitive. ${} expansion now happens at runtime and <property> tags
  1892. living inside of targets only take effect if they are visited at
  1893. runtime.
  1894. As a side effect of this change, task's attributes get set at runtime
  1895. not at parser time as well, which might change the results of
  1896. <script>s or other custom tasks that reference other tasks by their id
  1897. attribute.
  1898. * copying of support files in <javac> has been removed - as well as
  1899. the filtering attribute.
  1900. * the <expand> and <keysubst> tasks have been removed.
  1901. * the ignore and items attributes of directory based tasks have been removed.
  1902. * the command line switches _not_ starting with - have been removed.
  1903. * Path and EnumeratedAttribute have been moved from
  1904. org.apache.tools.ant to org.apache.tools.ant.types.
  1905. * the class attributes of <available>, <java>, <rmic> and <taskdef>
  1906. have been removed.
  1907. * the src attribute of <chmod> has been removed.
  1908. * <patch> and <javadoc> have lost some of their attributes.
  1909. * <java> and <cvs> have lost some undocumented attributes.
  1910. * the Unix antRun script would search for command.sh in the directory
  1911. it changed to and invoke this instead of command if present. This
  1912. behavior has been dropped.
  1913. * <ejbjar> task syntax has been changed significantly
  1914. * <exec> is no longer implemented by org.apache.tool.ant.taskdefs.Exec.
  1915. Custom tasks that rely on Project.createTask("exec") to return an
  1916. instance of this class are going to fail.
  1917. * nested <include> and <exclude> elements expect the value of their
  1918. name attribute to be a single pattern, they don't accept multiple
  1919. patterns anymore. Split them into multiple elements of the same type.
  1920. * <delete dir="somedir" /> will now delete the directory itself as
  1921. well as all included files. If you just want to clean out the
  1922. directory and keep the empty one, use a nested fileset.
  1923. Other changes:
  1924. --------------
  1925. * New tasks: antstructure, cab, execon, fail, ftp, genkey, jlink,
  1926. junit, sql, javacc, jjtree, starteam, war, unwar, uptodate,
  1927. native2ascii, copy, move, mparse.
  1928. * copydir, copyfile, deltree and rename are now deprecated. They
  1929. should be replaced with the new copy, delete and move tasks.
  1930. * <java> uses a ClassLoader of its own in no-fork mode if a classpath is
  1931. specified.
  1932. * <style> will create the necessary target directories and reprocess
  1933. all files if the stylesheet changes.
  1934. * New data types fileset and patternset - expected to get a broader use.
  1935. They, as well as PATH like structures, can now be defined on a global
  1936. level and later be referenced by their id attribute.
  1937. * You can specify environment variables to <exec>.
  1938. * <get> can check whether a remote file is actually newer than a local
  1939. copy before it starts a download (HTTP only).
  1940. * Added a -logger option to allow the class which performs logging to be
  1941. specified on the command line.
  1942. * Added a -emacs option to tell the logger to leave out taskname adornments
  1943. on log output.
  1944. * <chmod> works on all files in parallel and supports multiple filesets.
  1945. * <replace> can now use tokens and/or values that cross line boundaries.
  1946. * build.compiler supports now jvc as well.
  1947. * project specific help can now be obtained with the -projecthelp option.
  1948. * Added a -debug option to make -verbose less verbose (and more useful)
  1949. * Ant will now search for a file named build.xml in the parent directory
  1950. and above (towards the root of the filesystem) if you didn't specify
  1951. -buildfile and there is no build.xml in the current directory.
  1952. * <echo> can now write to a file and accepts nested text.
  1953. Fixed bugs:
  1954. -----------
  1955. * <chmod> didn't work when used as a directory based task.
  1956. * Path, Available, Property didn't resolve relative filenames with
  1957. respect to the Project's basedir.
  1958. * Project didn't interpret the basedir attribute correctly in all
  1959. cases.
  1960. * Nested <src> in <javac> caused NullPointerException.
  1961. * Corrupt Zip- and Jar-files ar now deleted if the task fails.
  1962. * many more fixes we've forgotten to document here ...
  1963. * The packagelistloc attribute of <javadoc>'s <link> child will be
  1964. resolved as a file (i.e. it is either absolute or relative to
  1965. basedir).