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

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