1455 Commits (bce6c8db00fd4ba46391572d331a1db16ff56270)

Author SHA1 Message Date
  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
  Stephane Bailliez ec8358d87b - Fixed some case issues related to JProbe directories under Solaris. 24 years ago
  Steve Loughran b1aff29095 PR: 3952, 3654 : "4NT not being recognised correctly" 24 years ago
  Steve Loughran d8b96a6359 report a timeout to the log 24 years ago
  Steve Loughran a1694b917e new method, killedProcess() which returns true if there is a watchdog and it killed the process 24 years ago
  Peter Donald 4c8ebdb489 This patch forces property setting to follow the same rules as the rest of ant in most tasks. The few tasks where we have not forced immutability will instead get 3 line ugly warnings telling them that they should upgrade or not use the same property name etc. 24 years ago
  Stefan Bodewig f6db0835f7 New task <input> 24 years ago
  Stefan Bodewig 5021163e5c New task <waitfor> that waits until a given condition gets true or a 24 years ago
  Stefan Bodewig e8e51a71bc datatypes for regexp replace task. 24 years ago
  Magesh Umasankar 3beb7f13cd Make BZip2 task comply with native bzip2 when there are multiple blocks 24 years ago
  Magesh Umasankar bf5d49abf1 Preparing real huge test files on bzip2 tasks.... 24 years ago
  Conor MacNeill 4d83c345bd Additional functionality for classfileset. 24 years ago
  Conor MacNeill 114af4d393 Move dependency classfileset support code over to Apache BCEL 24 years ago
  Stefan Bodewig aacd26fab0 split javac testcase so that it doesn't use Project.unsetProperty any longer. 24 years ago
  Stefan Bodewig 8a676908c4 Make testcase for <available> pass again, by re-applying the 24 years ago
  Stefan Bodewig b6e535486e re-add files in binary mode. 24 years ago
  Stefan Bodewig a2fccdf28d make things binary, that should be binary. 24 years ago
  Steve Loughran 83f6a8ed80 PR:4992 24 years ago
  Steve Loughran daa1b619a1 PR 5025 : Execute still fails when failonerror=false and the error is program not found 24 years ago
  Steve Loughran f15a929e0a PR 5025 : Execute still fails when failonerror=false and the error is program not found 24 years ago
  Magesh Umasankar 17e5ca8721 Convert tabs to spaces... 24 years ago
  Diane Holt 41607341ae Make sure only files are passed as possibilites when a directory is given. 24 years ago
  Diane Holt 5728d77e07 Fix my previous fix. First time thru, I thought filepath was only used 24 years ago
  Steve Loughran 034f849f50 Javadocs for a lot (but not all) the Project methods. Also added a couple of explicit throws BuildException calls, even though by virtue of being a RuntimeException it aint compulsory. 24 years ago
  Sam Ruby 3781d8b0e1 Add support to for XSLT output types. This maps to TraX's: 24 years ago
  Sam Ruby ce3ae742be Sheesh. In restructuring, I made only one line of code change, and I 24 years ago
  Stefan Bodewig 86a2654071 JDK 1.1 compatibility. 24 years ago
  Steve Loughran de4ef1dc99 tabs to spaces 24 years ago
  Sam Ruby 2a87210bc3 Seems silly to produce the same log message for every file, particularly 24 years ago
  Sam Ruby 15624f5e8f Allow junitreport to be compiled independent of the presence of Xalan1. 24 years ago