2723 Commits (babc775431f7a5cb578314f5866a8e4dedd63044)
 

Author SHA1 Message Date
  Steve Loughran 80962473e9 cvs didnt like the latin-1 stuff 24 years ago
  Steve Loughran a225264f50 new loadfile task 24 years ago
  Erik Hatcher 8958eef718 Modified 'backslash' to be public static final so that the test case can access it. This method is standalone, so having it static is fine. 24 years ago
  Steve Loughran 43ebf0d68f new test for nested text element working, PR: 5579 24 years ago
  Steve Loughran b2519d45f5 test contents of exceptions match expectations 24 years ago
  Steve Loughran e6688723b8 PR: 5579 ;fail having uninitialized value trouble. 24 years ago
  Steve Loughran 24f8b28b01 stuck pointers to the mimemail dependencies in here 24 years ago
  Steve Loughran 414d204102 we will have no tabs here! 24 years ago
  Peter Donald 669a7eae15 Start updating logging to myrmidon style logging 24 years ago
  Peter Donald 96f9a81fa6 Cleaned up code and gradually moving towards myrmidon patterns 24 years ago
  Peter Donald 77bc053aa7 Made GroupArgument a top level class. 24 years ago
  Peter Donald 898a4c0716 Moved javadoc into package org.apache.tools.ant.taskdefs.javadoc and broken it up to remove all the inner classes. 24 years ago
  Peter Donald 255020c002 Fix up license banner. 24 years ago
  Peter Donald 3ddf07367d Fix up license banner. 24 years ago
  Peter Donald fca2ea7857 Add in default implementation of ExecuteManager. It takes over most of the responsibilities of Execute except that it does it in a more easily evolvable manner. 24 years ago
  Peter Donald 33c937a716 Set the output streams to Execute via setters not via constructor 24 years ago
  Peter Donald c9b993c41d Set the output stremes via setters not via constructor 24 years ago
  Peter Donald 9d030eb76b Delegate to execute manager rather than doing the work internally. 24 years ago
  Peter Donald d4ccd6348e Removed some cruft and cleaned up file 24 years ago
  Peter Donald f7e6cdd1f9 Set the output stremes via setters not via constructor 24 years ago
  Peter Donald 9853214070 Watchdog goes the way of the dodo and is replaced by processMonitor 24 years ago
  Peter Donald f9835b0ae7 No Need to throw a task exception here. 24 years ago
  Peter Donald c1f1c3932c add a method to query whether process times out or terminated of natural causes. 24 years ago
  Peter Donald f6de4cf924 Add in class that will replace ExecuteWatchDog, ExeuteStreamHandler and related classes. 24 years ago
  Peter Donald afd87bafa3 Use concreate class LogStreamHandler rather than interface ExeuteStreamHandler 24 years ago
  Peter Donald 8447568c3d MOve ProcessDestroyer into myrmidon hierarchy 24 years ago
  Peter Donald 44b8feb32d Fix an error introduced in the Enumeration -> Iterator move 24 years ago
  Peter Donald 581e64ac2c We only work with PumpStreamHandler instances so refer to that class in method ratehr than interface. 24 years ago
  Peter Donald 3dd3571f85 Name cleanup 24 years ago
  Peter Donald b15293b013 Make it possible to request shutdown of all pending processes. 24 years ago
  Peter Donald f7d4b3cd19 Remove failOnError attribute from Exec and thus always fail 24 years ago
  Peter Donald 5b93763d51 Cleaned up Exec code and removed failOnError attribute 24 years ago
  Peter Donald e9c239163f Add in a rebuild target to make things easier from IDEA 24 years ago
  Peter Donald cdd8484f39 Made ExecMetaData take a Properties object for environment data rather than native format. 24 years ago
  Peter Donald ace547bc97 Made timeout time a long not an int. 24 years ago
  Peter Donald e6820b7065 Readded ant1 jar 24 years ago
  Peter Donald 72c0f5a385 Remove tools dir from proposal. 24 years ago
  Peter Donald c5b4c4e5e8 Move WatchDog class to myrmidon framework section. 24 years ago
  Peter Donald 219460a65a Task never used watchdog so why fake it ? 24 years ago
  Peter Donald 4a9c6d79bc Convert from using TaskException to ExecException 24 years ago
  Peter Donald 4c36f7cb5a Add an exception that indicates an error running a native process. 24 years ago
  Peter Donald be62084bd5 Move unix type tasks into new package 24 years ago
  Peter Donald 4ed0da61dd Made classes use the appropriate execute constructor 24 years ago
  Peter Donald 53c1034a53 Made class public access while in migration phase. 24 years ago
  Peter Donald 5e1a060756 Add in an interface via which requests to execute a command can be made. 24 years ago
  Peter Donald 9665fcfad3 Made EnvironmentData.Variable into a top-level class. 24 years ago
  Peter Donald 916b5fcac1 Removed some unused variables and moved private methods to the bottom of the file 24 years ago
  Peter Donald 0ededf8ae2 Continued refactoring 24 years ago
  Peter Donald 88a9e0bdb3 Setup environment using a properties object 24 years ago
  Peter Donald 28dca40128 Started to clean up the tasks 24 years ago