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

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