1076 Commits (e90f7311460b16a77a0bb9b8a36c97c6209704a2)

Author SHA1 Message Date
  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
  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 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 e444e91c26 donaldp@apache.org --> peter@apache.org 24 years ago
  Peter Donald 89822c2740 Remove out of date design doc. 24 years ago
  Peter Donald cc0bf7e707 Separated myrmidon out into several jars. 24 years ago
  Peter Donald cb412d5547 Moved DefaultTyeFactory into interfaces hierarchy. 24 years ago
  Peter Donald e655a9fbe6 Move DefaultTypeFactory into interfaces hierarchy as it is used in many tasks. 24 years ago
  Peter Donald d3f69a6b85 Moved interfaces outside of main trunk. 24 years ago
  Peter Donald e982760c84 i18n'ed the tasks. 24 years ago
  Peter Donald f9224257bd i18n'ed most of framework. 24 years ago
  Peter Donald b30c144309 i18n'ed CLI frontend. 24 years ago
  Peter Donald f91f776468 Added newline 24 years ago
  Peter Donald 1125ea2c35 i18n'ed Converter APIs. 24 years ago
  Peter Donald bdc61a3229 Made it work for those who are not me. 24 years ago
  Peter Donald f09afe103c i18n'ed TaskContext implementation. 24 years ago
  Peter Donald 5f35e5e952 Moved DefaultTaskContext class to workspace package as it is only used in that package. 24 years ago
  Peter Donald 23b2b6949a Removed unused import. 24 years ago
  Peter Donald 83dcf695df Added TaskContext.createSubContext( String name ) so that it is no longer necessary at all to know the underlying implementation - even when creating container tasks. 24 years ago
  Peter Donald c748e33dc5 i18n-ized remaining components. 24 years ago
  Peter Donald a3bafc4dc6 More i18n. 24 years ago
  Peter Donald abaf00f788 i18n continues on. 24 years ago
  Peter Donald a71d6f91ad i18n. 24 years ago
  Peter Donald 523f5d39aa Continue i18n. 24 years ago
  Peter Donald fd0da1440c Sort imports. 24 years ago
  Peter Donald f522a0a7ba Begin integration of i18n'ed messages. 24 years ago
  Peter Donald b22d6f7f8e Minor updates to make the CVS M messages go away ;) 24 years ago
  Peter Donald 525c0f87f8 Setup constructors so that they actually compile. 24 years ago
  Peter Donald 3f918df70a Update manifest and build file to reflect addition of new task file-manip-test. 24 years ago