345 Commits (989d5b31d7baa9a9e09b8e65f81bc4b28c9f106c)

Author SHA1 Message Date
  Peter Donald 2420213e0e Remove redundent super() call in constructor 24 years ago
  Peter Donald f6658e93e0 Update to make constants conform to proper naming standards 24 years ago
  Peter Donald ee5b9c7e25 Update classes so that Path no longer accepts a Project object in its constructor and there is no setProject in ProjectComponent objects 24 years ago
  Peter Donald af3b6295b4 Use new format of LogOutputStream 24 years ago
  Peter Donald 766f01e626 Removed log() method as no classes use it anymore 24 years ago
  Peter Donald 24c5d3e7cb Moved MapperType inner class to top level class. 24 years ago
  Peter Donald 4109d9eb05 Cleaned up Mapper and moved MapperType inner class to top level class. 24 years ago
  Peter Donald 3612131a65 Move EchoLevel inner class to top level class 24 years ago
  Peter Donald 76d232ed49 Update to use getLogger().<method>() rather than log() 24 years ago
  Peter Donald 5650a7f8d4 Remove log() statement and replace with getLogger().debug() 24 years ago
  Peter Donald cb4b0a1e08 Update to use new format of LogOutputStream where you pass in a Logger 24 years ago
  Peter Donald c68a4ebc87 Remove filtering from rmic task because it didn't make much sense to do filtering there 24 years ago
  Peter Donald d052a7f47b made method to create filters protected so it can be used by Move subclass 24 years ago
  Peter Donald 09da369046 Reuse subclasses method to create filters 24 years ago
  Peter Donald 771c04c147 Removed the ability of allowing pluggable log levels. 24 years ago
  Peter Donald 59526e7a67 Remove deprecated behaviour of using MatchingTask 24 years ago
  Peter Donald 5205e1bb54 Update to use new format of LogOutputStream where you pass in a Logger 24 years ago
  Peter Donald ab7d2dee49 Update so that LogOutputStream takes a logger and boolean indicating what log level should be logged at. 24 years ago
  Peter Donald c838d08144 Pass in streams to constructor rather than task + level. This allows it to be more easily configured for different tasks. 24 years ago
  Peter Donald 36091b14d3 Fix compile error that introduced when moved from Vector to ArrayList 24 years ago
  Peter Donald 74b3200d90 Move contentEquals method into FixCRLF as it is not used anywhere else 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 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 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 cdd8484f39 Made ExecMetaData take a Properties object for environment data rather than native format. 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 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 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
  Peter Donald 16bd34a356 Remove Execute.setEnvironment(String[]) as it is not needed. 24 years ago
  Peter Donald c758ec76a2 Remove Execute.getExitValue() as it is not needed. 24 years ago