2486 Commits (dff89c5ee288ed809304d9df1c4458a8b1d496c1)
 

Author SHA1 Message Date
  Peter Donald c1f679cc78 Rename Echo task to Log as that is what it is actually doing. 24 years ago
  Peter Donald 4bd81a19f2 protected->private 24 years ago
  Peter Donald 1a19815b52 Start to convert into a myrmidon task. 24 years ago
  Peter Donald 7e3a3c6b31 Convert into a myrmidon task. 24 years ago
  Peter Donald 7cffd478a0 Move runtime tasks from myrmidon.libs package 24 years ago
  Peter Donald 76b7056721 Update descriptor for new locations of tasks 24 years ago
  Peter Donald 46e8d5e583 Start testign integration of the framework across. 24 years ago
  Peter Donald e3a897b7f5 Make sure it compiles without xalan present. 24 years ago
  Peter Donald 6b9d6efe31 Add in a build.xml that builds everything in a single sweep. 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 7f5a9ddff2 Move core ant library into new package hierarchy 24 years ago
  Peter Donald 321e9b5e87 Remove deprecated class. 24 years ago
  Peter Donald 9af589f0f7 Add a few items to the action list. Some of which are based on a submission by "Adam Murdoch" <adammurdoch_ml@yahoo.com>. 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 cb2acb30f3 Remove some cruft to keep it compiling. The ant1 compatability layer (if it is ever implemented) will need to be rewritten anyway. 24 years ago
  Peter Donald eba489ee1e UGLY HACK. 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
  Peter Donald 46a5edcc59 log() --> getLogger().info() 24 years ago
  Peter Donald 990c5b2a36 Remove some code that wont be used in Myrmidon. 24 years ago
  Peter Donald a5ddd208a9 It is not the task that should be worried about generating build events but the container. 24 years ago
  Peter Donald 3e4e127ba0 Maybe configure means nothing now that container is handling the task model/proxy 24 years ago
  Peter Donald f2347a9c7e Loggers already implemented in myrmidon and thus no need for them to be here 24 years ago
  Peter Donald 497fb70fe8 Update Listeners so that the default listener is like the NoBannerLogger from Ant1.x while the classic is like ants current default. 24 years ago
  Peter Donald 37e9144202 Add utility methods that directly delegate to the context to do work. 24 years ago
  Peter Donald f0e337fd52 Descriptions are not concerns of the task but of the container thus remove description dtaa from cab task. 24 years ago
  Peter Donald 208b4310f7 Make sure it doesn't use zapped BuildException 24 years ago
  Peter Donald 002901b2d9 Start to refactor and clean myrmidons listeners. 24 years ago
  Peter Donald 98bf0067e9 *** empty log message *** 24 years ago
  Peter Donald 202b107da4 Description is not a concern of the task but a container concern. 24 years ago
  Peter Donald 961d431384 Remove if/unless checking from target. It was insanity to have it there in the first place and has been the cause of much confusion. 24 years ago
  Peter Donald 47903f9666 TaskContainers occur in task space in Myrmidon not in container space. 24 years ago
  Peter Donald bff8b8303f Remove IntrospectionHelper for the time being. 24 years ago
  Peter Donald 0cd0821159 *** empty log message *** 24 years ago
  Peter Donald 2bbab902a5 Commented out use of IntrospectionHelper as that violates Container-task relationship. WIll need to be reworked significantly in Ant2. 24 years ago
  Peter Donald 89c618a4ba Fixed some compile errors due to tasks relying on deprecated behaviour in Ant1. 24 years ago
  Peter Donald cd60a6c95f Make sure no tasks log via the project object. 24 years ago
  Peter Donald c5736872dd Remove the Location class. 24 years ago
  Peter Donald 956c3e0843 Lets say tata to the BuildException. 24 years ago