609 Commits (86e9227f69c164ff8e23758f380a3cf85b1a3554)

Author SHA1 Message Date
  Peter Donald e67dc0b9f9 Allow v7 format tar files 24 years ago
  adammurdoch f32bf0bc50 * Reorganised build to use new <antlib-descriptor> task. 24 years ago
  adammurdoch 1e18358da6 * Started writing up the VFS and the data types. 24 years ago
  adammurdoch dbab858d18 Changes to the VFS data types: 24 years ago
  adammurdoch 939efc95cd Changes to <property>: 24 years ago
  adammurdoch 4d3eebbdb6 Error message tidy-ups. 24 years ago
  adammurdoch d74af2e5e4 All that effort to get the right context, and it wasn't even being used. 24 years ago
  adammurdoch 5168496109 * Add a converter to convert from <v-fileset> to <v-path>, rather 24 years ago
  adammurdoch ed3fafb887 Replaced usage of Avalon Context with Myrmidon specific Context: 24 years ago
  adammurdoch 4b3e0ee204 Get rid of unused import. 24 years ago
  adammurdoch 2c2a29c631 Was using wrong error message. 24 years ago
  adammurdoch f42a96f304 Removed AntServiceManager: 24 years ago
  adammurdoch 46330b41c1 Fix message. 24 years ago
  adammurdoch bf5d72445b Changes to RoleManager: 24 years ago
  Peter Donald 7edeb4e678 Rename myrmidons ServiceManager stuff to AntServiceManager 24 years ago
  Peter Donald b20531c93c Make class Resolvable so that converters get direct access to the underlying TaskContext 24 years ago
  Peter Donald cf99f09c68 Moved Converter architecture into aut hierarchy as it is completely decoupled from rest of ant 24 years ago
  Peter Donald ecbd9e5237 Update to latest converter architecture 24 years ago
  Peter Donald b6c4f566ff No need to extend AbstractTask 24 years ago
  Peter Donald 07c3b5de55 ContextException - lets kill you! 24 years ago
  Peter Donald 2941067384 Ugly hackity hack owrapping TaskContext to make it an Avalon context. 24 years ago
  Peter Donald 1674577675 Use Adaptor so that TaskContext appears as an Avalon Context 24 years ago
  Peter Donald a371839efd Add an adaptor so that the TaskContext will still apear as an Avalon COntext to the Configurer 24 years ago
  Peter Donald 5c81f02860 Some messages 24 years ago
  Peter Donald 812fe53151 Remove unused import 24 years ago
  Peter Donald 302ce3c6dd No need to import old propertyutil 24 years ago
  Peter Donald 1876ce865b Remove CascadingException references 24 years ago
  Peter Donald 1b7d8d44fd Add a PropertyUtil class that doesn't need avalons Context 24 years ago
  Peter Donald b52e2b425f Updated TaskContext imp[lementation to reflect new interface 24 years ago
  Peter Donald 90c544be23 add a getPropertys() method to context so that some tasks (like Junit) can grab a *copy* of all the propertys 24 years ago
  Peter Donald dd70349d95 Made the TaskCOntext not extend avalons context interface 24 years ago
  Peter Donald 959022fae0 Changed commented info message to debug priority 24 years ago
  Peter Donald da8ec4fa38 Reworked the ExecManager service so that the Execute adapter object becomes responsible for combining supplied env vars with native env vars if required 24 years ago
  Peter Donald 0e2f7c5672 Generalized the converter architecture by making the "context" a raw object that can be cast for the needs of a specific project 24 years ago
  Peter Donald 93e26b06b1 Remove old attempt at generalizing the converter architecture 24 years ago
  adammurdoch 7515a67539 Added some experimental VFS data types and tasks: <v-path>, <v-fileset> and <v-copy>. 24 years ago
  adammurdoch 17127ef4d9 * Added test cases for DefaultEmbeddor. 24 years ago
  Peter Donald de190c4094 Start simplifying so that metrics task does not complain as much 24 years ago
  Peter Donald 25c4d95cd5 Start simplifying so that metrics task does not complain as much 24 years ago
  Peter Donald 3946d3183e Inlined a large number of methods from AbstractTask 24 years ago
  Peter Donald 6e89cb024f Start simplifying so that metrics task does not complain as much 24 years ago
  Peter Donald ce63a87681 Move complex operations outside loop body 24 years ago
  Peter Donald b08f6020a3 Remove unused import 24 years ago
  Peter Donald c79d7f043c Move static above instance variables 24 years ago
  Peter Donald ca76c9e33c Moved complex operations outside of loop evaluation 24 years ago
  Peter Donald 8cbceeceb4 Clean up some audit warnings 24 years ago
  Peter Donald 91199f6d2c Remove unused import 24 years ago
  Peter Donald 2e60e0841c Use StringBuffer inside loops and dont reasign parameters to method 24 years ago
  Peter Donald 67d542191a Dont access static method through instance 24 years ago
  Peter Donald 0deb15031e Started to refactor XSLTProcess to be loose the xsltLiason. We can assume that most future processors will use this API as it is the standard. 24 years ago