677 Commits (f2712a9fa4d78a6f513d6b8696cff3b911e4d0e0)

Author SHA1 Message Date
  Peter Donald 7641529516 Move dotnet tasks into antlib hierarchy 24 years ago
  Peter Donald 16a1e94b65 Use simplified AbstractContainerTask 24 years ago
  Peter Donald 3921f5f07c Move Tasklist into framework as it is being used everywhere 24 years ago
  Peter Donald 334c80aa51 Start process of simplifying writing container tasks 24 years ago
  Peter Donald 32de119f15 Move manifest stuff back into old tree 24 years ago
  Peter Donald be9b689c89 Compress javadocs 24 years ago
  adammurdoch bc7c6eddec Added Condition <-> File Selector adaptors: 24 years ago
  adammurdoch 6ab3e31386 Restructured the conditional tasks: 24 years ago
  adammurdoch 4ab1c363ef Make all name checking case-insensitive. 24 years ago
  adammurdoch 97ea61851c <if> wasn't checking its condition. Fixed, and added some test cases. 24 years ago
  adammurdoch 5b48abc10d * Added 'descendent' name scope. 24 years ago
  adammurdoch b6ed0b4934 * Added OsFamily enumerated type, to represents OS groupings. 24 years ago
  Peter Donald a04c111270 Make all the variables final 24 years ago
  Peter Donald 4ddd7dfef4 Rework it so that ExecManager does not shutdown streams. 24 years ago
  Peter Donald 129bfa374a Wrap block with finally to make sure System.exit is called and with correct exitCode 24 years ago
  Peter Donald c54524cf25 Remove scoping for the time being as it wasn't really being used 24 years ago
  Peter Donald 357537149c Decouple exceptions from CascadingException 24 years ago
  Peter Donald 22f32dcc7d restyle via IDEA 24 years ago
  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