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

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