291 Commits (98bf0067e9e3cc88e67ed5f8f7df93b967fd1be0)

Author SHA1 Message Date
  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
  Peter Donald a57f963f8b Container tasks will need to erwritten in the context of Myrmidons mechanisms. 24 years ago
  Peter Donald 2e78a0aa91 Make description a private attribute. 24 years ago
  Peter Donald a7ee54d9eb Unused class goes the way of the dodo. 24 years ago
  Peter Donald aa7165f303 A tasks type is equivelent to it's name - no need to distuinguish between the two. 24 years ago
  Peter Donald ff55918264 No need for tasks to know which target they are in ... or even if they are in a target. 24 years ago
  Peter Donald 1827792aa5 Zap the uneeded methods for the moment. 24 years ago
  Peter Donald d34078f20b No need for the RuntimeConfigurable / UnknownElement / RuntimeConfigurable et al as they are already handled by the myrmidon container 24 years ago
  Peter Donald 884d56754b No need for tasks to know about their wrappers - thats a concern of the container. 24 years ago
  Peter Donald a9df829eed Need to be rewritten for Myrmidon style projects. 24 years ago
  Peter Donald 9c62f617a3 Ant2 properties are dynamic so need need for 2 phase parsing 24 years ago
  Peter Donald 2a3e3d1d4b Already have a Launcher ion this version. 24 years ago
  Peter Donald 6bdc3432d5 Don't need main in new architecture. 24 years ago
  Peter Donald 1dc954f3a5 Fix a few more instances where TaskException was treated as a runtime exception. 24 years ago
  Peter Donald a61676acdd getTaskName() -> getName() and this is inherited from AbstractTask 24 years ago
  Peter Donald 29b7a3e4ec Remove location data from tasks as that is a concern of the container and not the tasks. 24 years ago
  Peter Donald e741c1fe35 Tasks don't need to worry about location (thats a container concern) nor do they need to worry about their own model (thats also a container concern). 24 years ago
  Peter Donald b400039e78 BuildException -> TaskException 24 years ago
  Peter Donald 7c0bc50a96 BuildException -> TaskException 24 years ago
  Peter Donald afd11ba3a8 BuildException -> TaskException 24 years ago
  Peter Donald 30593c2ba3 Made resolveFile propogate the TaskException 24 years ago
  Peter Donald b8c50342ca BuildException -> TaskException 24 years ago
  Peter Donald f73917168f Remove tasks that wont be relevent to new architecture. 24 years ago
  Peter Donald b3cc9d80b2 Continued to modify to try to bring the number of compiler errors down due to BuildException not being a RuntimeException anymore. 24 years ago
  Peter Donald 7a3448dcea Started refactoring. 24 years ago
  Peter Donald 9b06d977b8 Delete deprecated tasks. 24 years ago
  Peter Donald 58c82aebfd Delete deprecated tasks. 24 years ago
  Peter Donald 3543dfbbae Kill exit exception as no longer have the SecurityManager around to throw it. 24 years ago
  Peter Donald d1064deab4 Add in a clone of the main ant source tree so that it can undergo some heavy refactoring. 24 years ago
  Peter Donald 1b414dd2d4 Revert to original API for ConfigurationHandler. 24 years ago
  Steve Loughran 9b4609e4ba Stuck the http task set (get, head, post, setproxy) into the sandbox. All need to move to httpclient for a better user experience, except maybe setproxy which is ready to roll as is. 24 years ago
  Steve Loughran 71587917fc Jose Alberto Fernandez's prototype antlib/antjar code. This code lacks a build file of its own right now; it can drop in on top of build\classes. 24 years ago
  Peter Donald 3b5944bc9c Update to use LogEnabled interface rather than Loggable interface. 24 years ago
  Peter Donald 77be1b356a Removed some unecessary imports. 24 years ago
  Peter Donald aedaee6058 Added an extra ignore to block annoying ?'s 24 years ago
  Peter Donald 339e3993e5 Added code to allow type libraries to depend upon "Optional Packages" aka "Extensions". 24 years ago
  Peter Donald d91ef0968d First cut at the ExtensionManagers component. This is something that will manage the set of "Optional Packages" that task libraries can choose to depend upon. 24 years ago
  Peter Donald b51fbab47d Okay lets go to the latest framework now ... this is so we get deprecation warnings during the build ;) 24 years ago
  Peter Donald 084361c12e Update the rest of the Avalon jars. 24 years ago
  Peter Donald 49da6b158f Update scratchpad version of jar. This is for the recently implemented Extensions PackageRepository. 24 years ago