1434 Commits (1eb5ef27e17a00fccbbb580362b75cfad4af10bd)

Author SHA1 Message Date
  Stefan Bodewig ceb720e799 Make Manifest.java a full flegded task that allows you to write a 24 years ago
  Stefan Bodewig 1318b84a90 remove exit ability from <input> 24 years ago
  Stefan Bodewig c78d3f894e Replace ProjectHelper.replaceProperties calls with a new one-arg 24 years ago
  Stefan Bodewig b251a9a8f5 Make <waitfor> set a property instead of throwing an exception if the 24 years ago
  Stefan Bodewig b546691d3a Add if/unless attributes to <fail>. 24 years ago
  Stephane Bailliez 968b951f03 More refactoring, javadoc fixes and spellchecking. 24 years ago
  Stefan Bodewig e8f24b5abb JDK 1.1 doesn't grok UTF16 8-( 24 years ago
  Stefan Bodewig 33a75c75d5 simplify DefaultLogger 24 years ago
  Stefan Bodewig 1e65e7f37f Don't require webxml in <war> or appxml in <ear> if updating an 24 years ago
  Conor MacNeill 8303dd1fd6 Remove the old mechanism of adding super classes and super interfaces to EJB jars 24 years ago
  Stefan Bodewig 03d2b1c05f If running on JDK 1.3 register an exit handler that kills spawned 24 years ago
  Stefan Bodewig 2fedf3b92f JDK 1.1 issues. 24 years ago
  Stefan Bodewig 9a9e3a3581 Use the proper encoding for the default manifest. 24 years ago
  Stefan Bodewig d472edbcb0 Make DefaultLogger a bit more subclass friendly. 24 years ago
  Steve Loughran d7c1a1daa5 task lacked a failonerror flag. sigh. now you can handle a missing server without the build keeling over. 24 years ago
  Magesh Umasankar eed192aac1 Name of file attachments can be optionally included. 24 years ago
  Stefan Bodewig e1ac74c48c repair the broken logic of my last patch (my fault not the original 24 years ago
  Stefan Bodewig 2ffd04693b use the same timestamp for all files of nested filesets in <touch> if 24 years ago
  Stefan Bodewig e119ca284e We really want to look for a constructor taking a *Project* argument, 24 years ago
  Stefan Bodewig 057c5dad45 perform some sanity checks on mail servers response. 24 years ago
  Stefan Bodewig 05b5cb8f3d Allow <ant> and <antcall> to pass references to the subbuilds. 24 years ago
  Stephane Bailliez ca333df86b Forgot to apply the filtering stack trace patch... 24 years ago
  Stephane Bailliez d5f835f2ac Minor layout change. 24 years ago
  Stephane Bailliez 03e7448524 constructor has changed for filtering 24 years ago
  Stephane Bailliez c58f8e6e7a Patch from Scott Stirling <scottstirling@rcn.com> that allows 24 years ago
  Steve Loughran 48aa9d115e Added a test for time dependent copy -and the ability to override it. 24 years ago
  Steve Loughran 69d796cd1e Added a test for time dependent copy -and the ability to override it. 24 years ago
  Steve Loughran 3bad92b009 Removing a redundant check. 24 years ago
  Steve Loughran 323d7b6161 little clarification in the code 24 years ago
  Stephane Bailliez 7fbbcdf665 Patch about targetfolder from Steve Cohen. 24 years ago
  Magesh Umasankar f7def885dd Added a protected method "recreateSrc" to help task writers who extend 24 years ago
  Stefan Bodewig d9171245f6 register style task as error listener to the Trax transformer and 24 years ago
  Stefan Bodewig 04a1688d9c fix testcase that requires /tmp to exist (at least I hope so). 24 years ago
  Stefan Bodewig 3433f89463 Advice TaskContainer writers to use Task.perform. 24 years ago
  Stefan Bodewig bd3509fb89 Don't punish people who want to modify the values of existing 24 years ago
  Stefan Bodewig 44bbe5b139 Speed up <move>: Try to rename the top directory if we are moving 24 years ago
  Stefan Bodewig 809dcaf287 enable modified version of the awk test to demonstrate there is no problem. 24 years ago
  Magesh Umasankar d69a1829c1 Ensure maxWaitMIllis and checkEveryMillis results in proper values irrespective of the order in which the setter methods are called. 24 years ago
  Peter Donald b06aed6911 Update to remove warnings generated by antcall due to last immutability tightening. Did this by adding a protected constructor to property. 24 years ago
  Peter Donald c3abf0c4cb Remove some deprecated language features. 24 years ago
  Magesh Umasankar 8ce69f050e Display to the user another cause of task not found exception being thrown. 24 years ago
  Magesh Umasankar dd5b247d5a More setFoo(String) to setFoo(Bar) conversions. 24 years ago
  Magesh Umasankar 3a28c02ef6 setAction(String) replaced with setAction(FTP.Action) for action attribute of the FTP task. setAction(String) has been deprecated. 24 years ago
  Magesh Umasankar e503ebd4c7 setFoo(String) replaced with setFoo(ExtendedEnumeratedAttribute) for certain attributes of these tasks: 24 years ago
  Magesh Umasankar 8a7fce7e2e If a task contains setFoo(String) and setFoo(Bar), setFoo(Bar) gets selected by the introspection mechanism. 24 years ago
  Steve Loughran 5b377d290d Last weeks changes took away helpful information about why exec failed to run; this puts it back in. 24 years ago
  Stephane Bailliez 6c0bd98809 Clean up tabs and fix some ugly css mistakes. 24 years ago
  Peter Donald c206512560 Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
  Peter Donald 150cad6b1e Add a method replaceProperties(Project,String). This delegates directly to replaceProperties(Project,String,HashMap). The Map parameter contains all the properties in Project. 24 years ago
  Peter Donald a79e667185 Remove unsetProperty() because it allows tasks to break immutability. 24 years ago