252 Commits (ddc395dffa48e223ce7a3ed6208e5d25d9481272)

Author SHA1 Message Date
  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
  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 fe127c56c8 Made sure i18n files are included in jar. 24 years ago
  Peter Donald 7d4f0d15e6 Added an extra ignore. 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 b3c44651db Update to recent versions of Excalibur jars. 24 years ago
  Peter Donald e16b9ad861 Remove uneeded exclude. 24 years ago
  Peter Donald b22d6f7f8e Minor updates to make the CVS M messages go away ;) 24 years ago
  Conor MacNeill 0fcac6aa36 Add a new front end fro Ant which will perform many of the functions 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
  Peter Donald 92712f7da3 Update to reflect that that evaluate throws ContextException instead of TaskException. 24 years ago
  Peter Donald 1ef26fe3ac Change to throw context exception as lack of value in context is the reason for PropertyException. 24 years ago
  Peter Donald 96f3bfd7f8 Name->Value to reflect better semantics. 24 years ago
  Peter Donald 47e31ec919 Change to reflect fact that context no longer resolves propertys. 24 years ago
  Peter Donald cbbb531caa Convert parameter to use FIle type directly rather than converting from String. 24 years ago
  Peter Donald 697cacf736 Update task to reflect new location of property resolving 24 years ago
  Peter Donald 8071268228 Remove resolveValue() as it is not needed here but in AbstractContainerTask. 24 years ago
  Peter Donald bb630e09c3 Separated Log hierarchy for tasks and engine. 24 years ago