2865 Commits (33bc8da11841b4c56234262bd17649990f09d751)
 

Author SHA1 Message Date
  Peter Donald f6c369f28f Cleaned up documentation 24 years ago
  Peter Donald 7cb0319029 Refactor AbstractProjectListener so that it retains state regarding current task and current target 24 years ago
  Peter Donald fd20f40968 Use simpler isFamily check for netware 24 years ago
  Peter Donald e84361f936 Moved implementation of ExecManager into new package 24 years ago
  Peter Donald fccb323ba5 Remove some unused cruft 24 years ago
  Peter Donald d6f0a60ec6 Made SysProeprties a top level class. 24 years ago
  Peter Donald cd86200647 Move implementation of toNativeEnvironment into this class rather than delegating 24 years ago
  Peter Donald cac267a813 Classes not used outside this package so we can make them package access 24 years ago
  Peter Donald e5e10d6b06 Remove the initialize and dispose stages in the lifecycle of a task as they no longer are needed given task execution occurs in a single pass. 24 years ago
  Peter Donald fec4c1f5c6 Remove redundent this. 24 years ago
  Peter Donald 5d230c2ce7 Parameters object already has an EMPTY_PARAMETRS in it now 24 years ago
  Peter Donald cd048de043 No need for task to implement Initializable/Disposable stages because tasks are imediatly executed and there is no concept of multiple passes ala Ant1.x 24 years ago
  Peter Donald 6bf9dc91a5 Check for java 1.4 24 years ago
  Peter Donald aff9d91f0c Move JavaVersion class into framework package 24 years ago
  Peter Donald 7dc2430ad5 Move JavaVersion stuff outside the TaskContext. 24 years ago
  Peter Donald 5fe27650f4 Clean some cruft 24 years ago
  Peter Donald ec833f0040 Only place strings into the BuildEvent 24 years ago
  Peter Donald 093967db0e Removed AntClassLoader and replaced it with URLClassLoader. Now new ClassLoaders do not include the ant runtime by default 24 years ago
  Peter Donald bab80bf968 Remove redundent assignment 24 years ago
  Peter Donald 447ca47ff4 Removed some unused logging code. 24 years ago
  Peter Donald 5bdfaab5a1 Cleaned up class and removed some uneeded (and never working ?) cruft 24 years ago
  Peter Donald acde46cee6 JLink no longer needed as zipfileset and friends have surpassed all the functionality that JLink previous encompassed 24 years ago
  Peter Donald e86450aa23 Rmove more unused cruft from Project 24 years ago
  Peter Donald 429530461e Remove Project.toBoolean 24 years ago
  Peter Donald 7d82c96665 Remove those magic proeprties 24 years ago
  Peter Donald 37879f0723 Removed Project.getVersion() replaced it with getJavaVersion() (inherited from AbstractTask) where necessary and removed all checks for java 1.1 24 years ago
  Peter Donald e063898390 Removed Project.translatePath and replaced it by allowing Files or Path objects be passed in. 24 years ago
  Peter Donald 28c64d6b7f Made it ignore IDEA projects 24 years ago
  Peter Donald 68c5a1567e Renamed the constants to have constant-y names 24 years ago
  Peter Donald 3348a18a7d Removed uneeded property expansion 24 years ago
  Peter Donald be1eba8bf7 Made members private, removed redundently specified "this." and did not try to replace values when adding properties as Ant2 will be fully dynamic 24 years ago
  Peter Donald e2288433da addText() --> addContent() 24 years ago
  Erik Hatcher 808bdccb90 made Javadoc provided example more realistic 24 years ago
  Peter Donald 1a1e1bda8d EchoLevel no longer used. 24 years ago
  Peter Donald 13e99fc91b Echo no longer handles log messages - only useful for writing to files. 24 years ago
  Peter Donald 2420213e0e Remove redundent super() call in constructor 24 years ago
  Peter Donald 8090e7a1d4 Add a target to help debug the new level enum of log task 24 years ago
  Peter Donald f6658e93e0 Update to make constants conform to proper naming standards 24 years ago
  Peter Donald 17df286f98 Move DTDLocation inner class to top level class 24 years ago
  Peter Donald 4123acf5ed Update to use getLogger().<method>() rather than log() 24 years ago
  Peter Donald c2c546cdb3 Path no longer takes a project object in the constructor 24 years ago
  Peter Donald c7017ddd8e Update to reflect new LogOutputStream interface 24 years ago
  Peter Donald 033b06ad4c Update excalibur to fix ClassLoader issue when tasks call back into container with their ContextClassLoader set and the COntainer has yet to load resources. This will then use wrong classloader. 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
  Erik Hatcher 215ff90fee oops, forgot the license on first pass 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
  Erik Hatcher 93092c4c72 A new mapper to allow checking <uptodate> from test cases to their XML formatter results. 24 years ago