1570 Commits (833ffeb5073b21303acb5163f25bf929b7ec30e3)

Author SHA1 Message Date
  Peter Donald dbe474f8e6 Update build file to reflect new testing approach 24 years ago
  Peter Donald cf8960e85c Removed old hierarchy for test data 24 years ago
  Peter Donald 04744d1c38 * Migrated all tests into packages other than the one they are testing. The reason for this is that all the tests are BlackBox, using public APIs and there is no reason to have the testcases in the same package as the actual code. Thus all test code is in a sub-package from the code it actually tests. 24 years ago
  adammurdoch 36c83758a0 Filtering refactor: 24 years ago
  adammurdoch 0c63376f37 Don't call setDebug() 'cause it doesn't exist any more. 24 years ago
  adammurdoch 3815d3874c Cleanup imports. 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
  Peter Donald 2a0ec2e2ab Add in ludicrously small jar with a single class in it. Need to repackage stuff over in avalonland to make this more reasonable. 24 years ago
  Peter Donald 736c56186d Excalibur has been broken up into to lots of little small products - and thus we don't have to drag in all its contents - just the stuff we need. 24 years ago
  adammurdoch 28a812e0cf TypeManager changes: 24 years ago
  Magesh Umasankar bcd2dfcf11 Remove contents from filter reader proposal, now that the code has been migrated to the main tree. 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 1a4bd56dde Some small doc updates. 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 f0a35e2439 Remove LogKit jar. 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
  Conor MacNeill 67a643f694 checkstyle corrections 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 675cbea4cc Test case testNoComponentImplSharing was checking the wrong set of packages. 24 years ago
  adammurdoch 9a4be40c7c Fix 'test' target when jcifs or netcomponents not available. 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 793208cbf9 * Ignore missing type.j for now. 24 years ago
  adammurdoch b7e63f025a Don't include the 'dos' OS family in the 'windows' OS family. 24 years ago
  Erik Hatcher e90f731146 Per Bill Burton's request 24 years ago
  Stefan Bodewig 15aa471689 Make DefaultInputHandler subclass friendly. 24 years ago
  Costin Manolache 57a57bfca9 First draft for the 'TaskFactory' hook. 24 years ago
  Costin Manolache 51ac64b16c Remove the ProjectHelper proposal. 24 years ago
  Conor MacNeill 0b2bea8de1 There may be a better way to achive a bootstrap. Later. 24 years ago
  Peter Donald e7d7a265ed Rename xdoclet template files to end with .j which seems to be the standard? for their templates 24 years ago
  Peter Donald 33079e1f72 Add target to test generation of xdocs for types 24 years ago