677 Commits (f2712a9fa4d78a6f513d6b8696cff3b911e4d0e0)

Author SHA1 Message Date
  adammurdoch ba1f6f147a Log command-line using info() rather than debug(). 24 years ago
  adammurdoch d319ab594b Some refactoring of Path. The plan is to make the 'evaluate' API of Path a 24 years ago
  adammurdoch 6a20789293 Split <available> condition into <class-available> and <resource-available>. 24 years ago
  adammurdoch 77333ba49f More refactoring of framework.Execute: 24 years ago
  adammurdoch c0573282fd Ran IDEA's optimise imports. 24 years ago
  adammurdoch b6410584b6 Some refactoring of framework.Execute: 24 years ago
  Conor MacNeill a5ec3f179d Ah! cruel ones, leave me alone now 24 years ago
  Darrell DeBoer 9b85c0697c First cut of Ant1 compatibility layer. 24 years ago
  Peter Donald 7fb359263a Move all but the optional tasks into the hierarchy o.a.t.todo rather than o.a.t.ant so as not to clash with ant1 compatability later 24 years ago
  Peter Donald faed954ba3 Added final to catch clause 24 years ago
  Peter Donald 6f9bcb8d22 Remove debugging system.out 24 years ago
  adammurdoch 36c83758a0 Filtering refactor: 24 years ago
  Peter Donald 9fa8bb921e Decouple tar package from myrmidon by cloning Os.isFamily behaviour 24 years ago
  Peter Donald 53893e34fb Pushed initializer code into separate methods 24 years ago
  Peter Donald 0d3c706825 Add accessor for checksum 24 years ago
  Peter Donald a2bd6856c3 Remove unused v7format variable and fixed up javadoc errors 24 years ago
  Peter Donald 813363aefc Remove unused debug variable and fixed up javadoc errors 24 years ago
  Peter Donald 58a63d97be Ran IDEAs new audit features across codebase to pick up a few anomalies 24 years ago
  adammurdoch 28a812e0cf TypeManager changes: 24 years ago
  Peter Donald f69894c40e Add a first cut of an abstractFacade task. This is supposed to be the base class of the Jspc, Javac, Rmic and similar facade tasks 24 years ago
  Peter Donald cc482fe8a9 Expose the new Configuration methods in AbstractContainer task 24 years ago
  adammurdoch 6ff9bf50ad Project Model: 24 years ago
  Peter Donald 12c0f4b50a Add some extra methods to configurer interface that allows you to pass in the class/interface to use during configuring process. This makes it dead simple to support facades 24 years ago
  Peter Donald b5072a8c35 Lazy access of resolver as not in ServiceManager at construction 24 years ago
  Peter Donald 844ca19853 Make the output from runtime clearer 24 years ago
  Peter Donald 9b81f2c560 Configurer.configure --> 24 years ago
  Peter Donald da984ac4e9 Move PropertyResolver and friends into own package hierarchy 24 years ago
  Peter Donald a5b310a328 No need for clas to be public 24 years ago
  Peter Donald 3678b44d38 Remove LogKit dependencies from workspace package by introducing alternate logger implementation to do routing. 24 years ago
  Peter Donald 6a27d81a9f Make LogKit an optional part not required by default frontend. Replace it with a basic console logger instead 24 years ago
  Peter Donald 37c58ae8cc LogLevel is not universal enough to be used in the api package so moving it back into the framework package 24 years ago
  Peter Donald 771de95aa4 Move the generic log() methods back into LogLevel. The reason for this is to remove yet another Avalon dependency from the api package. 24 years ago
  Peter Donald dc66978e39 Bracket to next line 24 years ago
  adammurdoch 71aa092e8c * AbstractTask no longer extends AbstractLogEnabled. 24 years ago
  adammurdoch 80793a20ad * Added NameValidator, to provide a reasonably flexible mechanism for 24 years ago
  adammurdoch 4d492454dd Move ClassLoaderManager and DefaultClassLoaderManager into their own packages. 24 years ago
  adammurdoch 52926715b4 VFS Tidy-ups: 24 years ago
  adammurdoch 5b87919be6 * Some fixes to the command-line launcher: 24 years ago
  adammurdoch c8ae289ddd * Added PropertyResolver service interface, together with 2 implementations. 24 years ago
  adammurdoch b7e63f025a Don't include the 'dos' OS family in the 'windows' OS family. 24 years ago
  Peter Donald 49c2480ab2 Push logging methods into TaskContext. 24 years ago
  Peter Donald 9c6515959f Refactored core so that adders and setters are again separated for elements and attributes respectively. 24 years ago
  Peter Donald 6d5ce5b54d No need for separation between ConfigurationState and DefaultConfigurationState at this stage so push it all into one class 24 years ago
  Peter Donald ec3375928a No need for separation between ConfigurationState and DefaultConfigurationState at this stage so push it all into one class 24 years ago
  Peter Donald a7fecd5cf9 Continued the removal of creator cruft 24 years ago
  Peter Donald e0bed0aa14 Remove support for creators 24 years ago
  adammurdoch 70513c95de Fixed circular package dependency: 24 years ago
  adammurdoch 2afc643a3e * Moved FileNameMapper to framework. Got rid of setTo() and setFrom() 24 years ago
  Peter Donald 4284ea0840 Remove unused class 24 years ago
  Peter Donald a2144fd6b2 Merge Context back into TaskContext 24 years ago