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

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