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

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