2272 Commits (76fa4670c524570c961fcc28250414df32713934)
 

Author SHA1 Message Date
  Stefan Bodewig 76fa4670c5 add BCEL to the list of required libraries. 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 0d8d34b93f PR: 5255 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
  Steve Loughran 1bd831271a paragraph on hp radpak ant gui tool 24 years ago
  Magesh Umasankar c12aaa8a06 Typo fixed. 24 years ago
  Stephane Bailliez 28fb40a060 Add an etc directory to the distrib and copy some useful stylesheets to it. 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 325e13a93d added changes to exec, and a bit on the immutability fixes in the 'this may break things' section 24 years ago
  Steve Loughran 85ea2966d2 timeout actions stated 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 bad48b6b79 add pointer to doxygen task. 24 years ago
  Stefan Bodewig dbec36ef5b these things don't exist (any longer) 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
  Stefan Bodewig 0c5f76d9f8 Add warning that the XSL:P link doesn't work. 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 674d4a8643 Add pointer to GenJar 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 217e325602 PR 5025 : no MSJVM support. 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 9b4609e4ba Stuck the http task set (get, head, post, setproxy) into the sandbox. All need to move to httpclient for a better user experience, except maybe setproxy which is ready to roll as is. 24 years ago
  Steve Loughran 8379ced1dc PR 5025 : no MSJVM support. 24 years ago
  Steve Loughran 02673734f3 PR 4345 :Request for addition of "rcproperty" attribute to <exec> 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
  Stefan Bodewig 932dee2306 change Paul's email address. 24 years ago
  Diane Holt 5728d77e07 Fix my previous fix. First time thru, I thought filepath was only used 24 years ago
  Stefan Bodewig 816d018e67 Add pointer to Paul's record generating tasks. 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
  Steve Loughran 71587917fc Jose Alberto Fernandez's prototype antlib/antjar code. This code lacks a build file of its own right now; it can drop in on top of build\classes. 24 years ago
  Steve Loughran 8ca5e3442d More of Erik's html cleanup. Maybe we should make a successful run through jtidy part of the build? 24 years ago