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

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