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

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