Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 33a75c75d simplify DefaultLogger by Stefan Bodewig 2001-12-11 15:06:23 +0000
  • 1e65e7f37 Don't require webxml in <war> or appxml in <ear> if updating an existing archive. by Stefan Bodewig 2001-12-11 14:55:45 +0000
  • 5971a069c Properly exclude ejbjar unless BCEL is around by Conor MacNeill 2001-12-11 14:45:13 +0000
  • 8303dd1fd Remove the old mechanism of adding super classes and super interfaces to EJB jars and replace with a general class dependnecy check. This should allow ejb jars to be much more complete as per the spec. by Conor MacNeill 2001-12-11 14:18:52 +0000
  • 03d2b1c05 If running on JDK 1.3 register an exit handler that kills spawned processes when the JVM exits. by Stefan Bodewig 2001-12-11 14:05:43 +0000
  • 2b673beb3 Don't keep old testcases around when doing a bootstrap build. by Stefan Bodewig 2001-12-11 14:02:51 +0000
  • 2fedf3b92 JDK 1.1 issues. by Stefan Bodewig 2001-12-11 13:54:35 +0000
  • 9a9e3a358 Use the proper encoding for the default manifest. by Stefan Bodewig 2001-12-11 12:55:55 +0000
  • d472edbcb Make DefaultLogger a bit more subclass friendly. by Stefan Bodewig 2001-12-11 12:01:51 +0000
  • d7c1a1daa task lacked a failonerror flag. sigh. now you can handle a missing server without the build keeling over. by Steve Loughran 2001-12-11 09:23:56 +0000
  • eed192aac Name of file attachments can be optionally included. by Magesh Umasankar 2001-12-10 18:01:16 +0000
  • e1ac74c48 repair the broken logic of my last patch (my fault not the original submitter's). by Stefan Bodewig 2001-12-10 16:05:08 +0000
  • 2ffd04693 use the same timestamp for all files of nested filesets in <touch> if no value has been specified. by Stefan Bodewig 2001-12-10 15:54:26 +0000
  • e119ca284 We really want to look for a constructor taking a *Project* argument, not a possible subclass. by Stefan Bodewig 2001-12-10 15:38:59 +0000
  • d53e8a4c2 Document a known modern compiler on windows bug. by Magesh Umasankar 2001-12-10 15:31:54 +0000
  • 057c5dad4 perform some sanity checks on mail servers response. by Stefan Bodewig 2001-12-10 13:03:31 +0000
  • 05b5cb8f3 Allow <ant> and <antcall> to pass references to the subbuilds. by Stefan Bodewig 2001-12-10 10:10:35 +0000
  • 52bb31a08 Make Cygwin detection work with newer versions of it. by Stefan Bodewig 2001-12-10 09:37:07 +0000
  • ca333df86 Forgot to apply the filtering stack trace patch... Thanks to Erik Hatcher for keeping an eye open. by Stephane Bailliez 2001-12-09 20:58:36 +0000
  • d5f835f2a Minor layout change. by Stephane Bailliez 2001-12-09 13:43:14 +0000
  • 3489bebc3 Documentation patch from Scott Stirling <scottstirling@rcn.com> about stack filtering. by Stephane Bailliez 2001-12-09 13:40:18 +0000
  • 03e744852 constructor has changed for filtering by Stephane Bailliez 2001-12-09 13:39:14 +0000
  • c58f8e6e7 Patch from Scott Stirling <scottstirling@rcn.com> that allows stack trace filtering for formatters. It will filter out those unneeded frame from Ant and JUnit so the stack will be much more readable. by Stephane Bailliez 2001-12-09 13:38:18 +0000
  • 1b414dd2d Revert to original API for ConfigurationHandler. by Peter Donald 2001-12-08 23:10:46 +0000
  • 0752e7dc3 Commit a trimmed list of actions todo. by Peter Donald 2001-12-08 12:01:51 +0000
  • 48aa9d115 Added a test for time dependent copy -and the ability to override it. This is long for a test (=harder to tell which assert failed), but if you are going to sleep between touches then you should make the most of the test. by Steve Loughran 2001-12-08 07:36:16 +0000
  • 69d796cd1 Added a test for time dependent copy -and the ability to override it. by Steve Loughran 2001-12-08 07:34:36 +0000
  • 3bad92b00 Removing a redundant check. by Steve Loughran 2001-12-08 07:32:34 +0000
  • 056256551 fractional doc clarification by Steve Loughran 2001-12-08 06:50:18 +0000
  • 323d7b616 little clarification in the code by Steve Loughran 2001-12-08 05:38:01 +0000
  • 7fbbcdf66 Patch about targetfolder from Steve Cohen. I also refactored the task a little bit to support directly primitive types such as int or boolean and fixed a couple of mistakes about error handling in the original code. by Stephane Bailliez 2001-12-07 21:51:01 +0000
  • f7def885d Added a protected method "recreateSrc" to help task writers who extend Javac. by Magesh Umasankar 2001-12-07 20:45:38 +0000
  • d9171245f register style task as error listener to the Trax transformer and factory so messages will get back to Ant's logging system. by Stefan Bodewig 2001-12-07 16:10:17 +0000
  • 04a1688d9 fix testcase that requires /tmp to exist (at least I hope so). by Stefan Bodewig 2001-12-07 11:14:03 +0000
  • 3433f8946 Advice TaskContainer writers to use Task.perform. by Stefan Bodewig 2001-12-07 11:03:37 +0000
  • d21e6ff3f improve documentation of the regexp mapper. by Stefan Bodewig 2001-12-07 10:55:25 +0000
  • 8e9003672 Add the new logo proposals to the site. by Stefan Bodewig 2001-12-07 08:23:03 +0000
  • bd3509fb8 Don't punish people who want to modify the values of existing properties in tasks of their own. by Stefan Bodewig 2001-12-07 07:16:56 +0000
  • aa497f965 YALP (yet another logo proposal, as Stefan puts it) by Magesh Umasankar 2001-12-06 20:19:29 +0000
  • e241dd137 Changes to <move> noted. by Magesh Umasankar 2001-12-06 18:31:39 +0000
  • 44bbe5b13 Speed up <move>: Try to rename the top directory if we are moving complete directory trees. by Stefan Bodewig 2001-12-06 16:29:37 +0000
  • 809dcaf28 enable modified version of the awk test to demonstrate there is no problem. by Stefan Bodewig 2001-12-06 15:38:52 +0000
  • d69a1829c Ensure maxWaitMIllis and checkEveryMillis results in proper values irrespective of the order in which the setter methods are called. by Magesh Umasankar 2001-12-06 14:33:40 +0000
  • b06aed691 Update to remove warnings generated by antcall due to last immutability tightening. Did this by adding a protected constructor to property. by Peter Donald 2001-12-06 09:11:17 +0000
  • c3abf0c4c Remove some deprecated language features. by Peter Donald 2001-12-06 09:07:09 +0000
  • 8ce69f050 Display to the user another cause of task not found exception being thrown. by Magesh Umasankar 2001-12-05 21:10:41 +0000
  • 66716b51a Valid values for waitforunit and checkeveryunit provided. by Magesh Umasankar 2001-12-05 20:30:49 +0000
  • dd5b247d5 More setFoo(String) to setFoo(Bar) conversions. Didn't worry too much about WaitFor's backward compatibility issues as it is hardly a week old. WaitFor has ben modified this way so that it is consistent with Tstamp and takes in enumerated attributes for unit instead of allowing arbitrary letters/ words suffixed to the time. by Magesh Umasankar 2001-12-05 20:22:19 +0000
  • 76fa4670c add BCEL to the list of required libraries. by Stefan Bodewig 2001-12-05 08:52:56 +0000
  • 3a28c02ef setAction(String) replaced with setAction(FTP.Action) for action attribute of the FTP task. setAction(String) has been deprecated. by Magesh Umasankar 2001-12-05 02:06:57 +0000
  • e503ebd4c setFoo(String) replaced with setFoo(ExtendedEnumeratedAttribute) for certain attributes of these tasks: Available.java Tar.java Tstamp.java setFoo(String) has been deprecated for the affected attributes. by Magesh Umasankar 2001-12-05 01:15:57 +0000
  • 8a7fce7e2 If a task contains setFoo(String) and setFoo(Bar), setFoo(Bar) gets selected by the introspection mechanism. by Magesh Umasankar 2001-12-04 20:34:29 +0000
  • 0d8d34b93 PR: 5255 Clarified that <copy> doesnt preserve file perms on unix. by Steve Loughran 2001-12-04 03:06:04 +0000
  • 5b377d290 Last weeks changes took away helpful information about why exec failed to run; this puts it back in. by Steve Loughran 2001-12-03 20:24:50 +0000
  • 1bd831271 paragraph on hp radpak ant gui tool by Steve Loughran 2001-12-03 20:08:44 +0000
  • c12aaa8a0 Typo fixed. by Magesh Umasankar 2001-12-03 16:37:42 +0000
  • 28fb40a06 Add an etc directory to the distrib and copy some useful stylesheets to it. by Stephane Bailliez 2001-12-02 00:44:27 +0000
  • 6c0bd9880 Clean up tabs and fix some ugly css mistakes. Should look a little bit better now. by Stephane Bailliez 2001-12-02 00:21:38 +0000
  • c20651256 Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. by Peter Donald 2001-12-01 03:34:35 +0000
  • 150cad6b1 Add a method replaceProperties(Project,String). This delegates directly to replaceProperties(Project,String,HashMap). The Map parameter contains all the properties in Project. by Peter Donald 2001-12-01 03:33:57 +0000
  • a79e66718 Remove unsetProperty() because it allows tasks to break immutability. by Peter Donald 2001-12-01 03:31:40 +0000
  • ec8358d87 - Fixed some case issues related to JProbe directories under Solaris. - SourceFile attribute does not always exists in the bytecode, so take care of it. by Stephane Bailliez 2001-12-01 00:00:46 +0000
  • 325e13a93 added changes to exec, and a bit on the immutability fixes in the 'this may break things' section by Steve Loughran 2001-11-30 21:09:03 +0000
  • 85ea2966d timeout actions stated by Steve Loughran 2001-11-30 21:07:50 +0000
  • b1aff2909 PR: 3952, 3654 : "4NT not being recognised correctly" Submitted by: alan@coldsmoke.com (Alan Arvesen), greg_fenton@yahoo.com (Greg Fenton) Reviewed by: Steve Loughran by Steve Loughran 2001-11-30 20:52:23 +0000
  • d8b96a635 report a timeout to the log by Steve Loughran 2001-11-30 20:43:27 +0000
  • a1694b917 new method, killedProcess() which returns true if there is a watchdog and it killed the process by Steve Loughran 2001-11-30 20:43:03 +0000
  • 4c8ebdb48 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. by Peter Donald 2001-11-30 17:35:06 +0000
  • bad48b6b7 add pointer to doxygen task. by Stefan Bodewig 2001-11-30 15:39:57 +0000
  • dbec36ef5 these things don't exist (any longer) by Stefan Bodewig 2001-11-30 12:35:05 +0000
  • f6db0835f New task <input> by Stefan Bodewig 2001-11-30 12:24:17 +0000
  • 5021163e5 New task <waitfor> that waits until a given condition gets true or a timeout occurs. by Stefan Bodewig 2001-11-30 12:05:27 +0000
  • e8e51a71b datatypes for regexp replace task. by Stefan Bodewig 2001-11-30 11:33:26 +0000
  • 0c5f76d9f Add warning that the XSL:P link doesn't work. by Stefan Bodewig 2001-11-30 11:23:24 +0000
  • 3beb7f13c Make BZip2 task comply with native bzip2 when there are multiple blocks in the compressed file. by Magesh Umasankar 2001-11-29 16:51:24 +0000
  • bf5d49abf Preparing real huge test files on bzip2 tasks.... by Magesh Umasankar 2001-11-29 16:46:28 +0000
  • 4d83c345b Additional functionality for classfileset. by Conor MacNeill 2001-11-29 13:47:38 +0000
  • 114af4d39 Move dependency classfileset support code over to Apache BCEL by Conor MacNeill 2001-11-29 13:08:33 +0000
  • 674d4a864 Add pointer to GenJar by Stefan Bodewig 2001-11-29 10:37:41 +0000
  • aacd26fab split javac testcase so that it doesn't use Project.unsetProperty any longer. by Stefan Bodewig 2001-11-29 08:31:01 +0000
  • 8a676908c Make testcase for <available> pass again, by re-applying the resolveFile magic unless a filepaths has been specified. by Stefan Bodewig 2001-11-28 09:21:37 +0000
  • b6e535486 re-add files in binary mode. by Stefan Bodewig 2001-11-28 08:42:30 +0000
  • a2fccdf28 make things binary, that should be binary. by Stefan Bodewig 2001-11-28 08:41:33 +0000
  • 83f6a8ed8 PR:4992 Submitted by:Erik Hatcher by Steve Loughran 2001-11-28 01:15:29 +0000
  • 217e32560 PR 5025 : no MSJVM support. by Steve Loughran 2001-11-28 00:49:02 +0000
  • daa1b619a PR 5025 : Execute still fails when failonerror=false and the error is program not found by Steve Loughran 2001-11-27 23:45:49 +0000
  • 9b4609e4b 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. by Steve Loughran 2001-11-27 22:43:44 +0000
  • 8379ced1d PR 5025 : no MSJVM support. by Steve Loughran 2001-11-27 20:17:02 +0000
  • 02673734f PR 4345 :Request for addition of "rcproperty" attribute to <exec> by Steve Loughran 2001-11-27 19:44:46 +0000
  • f15a929e0 PR 5025 : Execute still fails when failonerror=false and the error is program not found PR 4345 :Request for addition of "rcproperty" attribute to <exec> by Steve Loughran 2001-11-27 19:25:44 +0000
  • 17e5ca872 Convert tabs to spaces... by Magesh Umasankar 2001-11-27 18:04:54 +0000
  • 41607341a Make sure only files are passed as possibilites when a directory is given. PR: 5128 Obtained from: Submitted by: Reviewed by: by Diane Holt 2001-11-27 17:44:52 +0000
  • 932dee230 change Paul's email address. by Stefan Bodewig 2001-11-27 15:51:59 +0000
  • 5728d77e0 Fix my previous fix. First time thru, I thought filepath was only used with a <fileset> (oops). Changed passed-in file to be a string, so it doesn't end up becoming a full-pathname prepended with the base dir, which wasn't really needed and was complicating using it when a filepath was specified. Also fixed some of the logging. (Also, hopefully the Java is a bit better this time :) PR: Obtained from: Submitted by: Reviewed by: by Diane Holt 2001-11-27 15:41:04 +0000
  • 816d018e6 Add pointer to Paul's record generating tasks. by Stefan Bodewig 2001-11-27 15:18:00 +0000
  • 034f849f5 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. by Steve Loughran 2001-11-27 08:25:08 +0000
  • 71587917f 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. by Steve Loughran 2001-11-27 06:53:22 +0000
  • 8ca5e3442 More of Erik's html cleanup. Maybe we should make a successful run through jtidy part of the build? by Steve Loughran 2001-11-27 06:46:39 +0000
  • 3781d8b0e Add support to for XSLT output types. This maps to TraX's: transformer.setOutputProperty(OutputKeys.METHOD, type); by Sam Ruby 2001-11-26 18:10:45 +0000
  • b261a711c Clarify evaluation pattern of attributes defined for <os> by Magesh Umasankar 2001-11-26 14:22:19 +0000