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

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