345 Commits (989d5b31d7baa9a9e09b8e65f81bc4b28c9f106c)

Author SHA1 Message Date
  Peter Donald 2bb0b8b340 Moved Commandline.Argument/Marker to top level classes. 24 years ago
  Peter Donald 11adb2a02c Moved ENvironment.Variable to a top level class. 24 years ago
  Peter Donald 9c6b288123 Made EnvironmentData.getVariables return a Properties object with all the environment variables contained within it. 24 years ago
  Peter Donald 1d677212cc Removed some unused crufty code and moved native ENvironment manipulation code into new class. 24 years ago
  Peter Donald a109d318d4 Remove unused import 24 years ago
  Peter Donald 1812fea497 Reorder imports. 24 years ago
  Peter Donald 1ef7d3b0cb Cleaned up file a bit and made it package access. 24 years ago
  Peter Donald 8fb5ee4f11 restyled 24 years ago
  Peter Donald b8a71bf846 load environment data from new Environment class. 24 years ago
  Peter Donald 4058f2a97f restyled 24 years ago
  Peter Donald 5595675827 Rename Environment to EnvironmentData to avoid name conflicts with other classes named Environment 24 years ago
  Peter Donald 372d4cdf17 Removed unused import 24 years ago
  Peter Donald 5f6832bd82 Move to using Java2 collections API 24 years ago
  Peter Donald 1ea766b31d Remove execute as inherited from parent 24 years ago
  Peter Donald 44ab322883 Encapsulated access to project member variable via getters 24 years ago
  Peter Donald 1b5824a6f6 Cleaning 24 years ago
  Peter Donald dff89c5ee2 Make FileUtils static access. 24 years ago
  Peter Donald 35fcf0d678 Kill stringUtils. 24 years ago
  Peter Donald d0ef8f372a Remove dependency on StringUtils. 24 years ago
  Peter Donald 928698c467 Updated to use the new native command launching infrastructure. 24 years ago
  Peter Donald 9a1925ff44 Removed old CommandLauncher infrastructure. 24 years ago
  Peter Donald 184328a605 Ugly to hack to get it compiling clean 24 years ago
  Peter Donald 8597e4b047 *** empty log message *** 24 years ago
  Peter Donald eff18a7fed Move inner classes to top level classes. 24 years ago
  Peter Donald 007e5e2034 spruced. 24 years ago
  Peter Donald bc26bb7cdc no message 24 years ago
  Peter Donald bce6c8db00 Move command launchers to top level classes. Inner classes are evil. 24 years ago
  Peter Donald a6d997380d Made the attributes private and started to break down the methods in tasks to bite size chunks. 24 years ago
  Peter Donald 1fb0f64b96 MOved file tasks into separate package. 24 years ago
  Peter Donald cbeb4704a0 Start reducing the dependence on FileUtils. 24 years ago
  Peter Donald b88df41411 File.getParentFile is availablae in JDK1.2+ ! 24 years ago
  Peter Donald b0daac8634 setLastModified is availablae in JDK1.2+ ! 24 years ago
  Peter Donald 86d0e3d476 Update classes to reflect package change of exec related classes. 24 years ago
  Peter Donald 45989d1efe Move the execute related classes into a new package. 24 years ago
  Peter Donald 02d790fd36 Start to move the cvs tasks into new package 24 years ago
  Peter Donald c859e9eed3 Start to move the non-deprecated XML files into new antlib - making sure they are compatible with myrmidon 24 years ago
  Peter Donald 321e9b5e87 Remove deprecated class. 24 years ago
  Peter Donald 58904a094b Remove some unused cruft. 24 years ago
  Peter Donald 34c9448479 delegate Logging to myrmidons system. 24 years ago
  Peter Donald e8ef1de461 inherit log from ProjectComponent 24 years ago
  Peter Donald 354d01ab77 Remove unused code. 24 years ago
  Peter Donald 62d9c97720 project.setNewProperty() --> setProperty 24 years ago
  Peter Donald 1126a3f4ac Stop tasks using project.log() and instead they can use just log() 24 years ago
  Peter Donald c76e3274d1 Started removing methods that are no longer used. 24 years ago
  Peter Donald 46e4b41dc0 *** empty log message *** 24 years ago
  Peter Donald 2a84ac3dfd Remove resolveFile method as it is already implemented in AbstractTask. 24 years ago
  Peter Donald d47f6c9b67 project.setProperty() -> setProperty() 24 years ago
  Peter Donald 45b92614db Description is a container concern - not a tasks concern. 24 years ago
  Peter Donald 8bf664b1c5 No need for there to be a initialize method. 24 years ago
  Peter Donald 9e1cd9e4c1 init() -> initialize() 24 years ago