875 Commits (b9ab19b18b213ce7deadee5ccf88adaa2f5d261b)

Author SHA1 Message Date
  Peter Donald fa9401b00e Some cleanups suggested by audit task 24 years ago
  Peter Donald b73026d50f Simple test for the if task 24 years ago
  Peter Donald d58f3cf424 Add a simple if task that will eventually help with ant1.x compat 24 years ago
  Peter Donald 52c8bfeecf Make all roles exposed as the classname via runtime lookup 24 years ago
  Peter Donald 6eff531b8d Make role exposed as the classname 24 years ago
  Peter Donald a13868434f Expose Roles that are the same as the classname 24 years ago
  Peter Donald 014cf44f15 Put frame into CM making it accessible as a Service. 24 years ago
  Peter Donald e8e790834d Made frame implement Component 24 years ago
  Peter Donald 70d058372a Avoid audit violation by removing unused field 24 years ago
  Peter Donald 06ea1d271a Pass in ExecManager via constructor 24 years ago
  Peter Donald 87c6f1a9ce Move patch task into a type library 24 years ago
  Peter Donald 343325b50f Remove unused task 24 years ago
  adammurdoch 2b0c8d45ef Got rid of some audit violations. 24 years ago
  Peter Donald 628681c0ca Make accessor method public (UGLY HACK WARNING!) for time being until tasks are more fully migrated 24 years ago
  Peter Donald 04d2203de8 zap whitespace 24 years ago
  Peter Donald f20fc56a10 Add a constructor to Execute2 that takes the ExecManager service 24 years ago
  Peter Donald 8949b8d6fd Add in some documentation stuff 24 years ago
  Peter Donald 27b4ff64f0 Move the delete, touch and mkdir tasks into antlib. CLean and refactor each task to make sure is closer to code-normalized. Also make sure all the messages are capable of being i18n'ed 24 years ago
  Peter Donald 2f882dd463 Inline some methods to reduce chance of conflicts with tasks 24 years ago
  Peter Donald ed9fb8b039 Update test to correct bug introduced 24 years ago
  Peter Donald a359fcb334 Inline some method that were causing issues with some tasks 24 years ago
  Peter Donald d79128e782 Convert to use immutable type 24 years ago
  Peter Donald a133994e0a type -> role for attribute name 24 years ago
  Peter Donald 8ddcf3388a Minor touchups 24 years ago
  Peter Donald 0f4ea3d22b Reworked TypeDef classes to work with immutable TypeDefinition objects 24 years ago
  Peter Donald 0e949f7027 *** empty log message *** 24 years ago
  Peter Donald ccdeef5fa0 Merged GeneralTypeDefinition and TypeDefinition into one class. 24 years ago
  Peter Donald 4c0dbfa05f Inline getName() method as it was causing conflicts with some tasks. 24 years ago
  Peter Donald ad3138e6a1 Include a dummy roles file for testing purposes 24 years ago
  adammurdoch bbb41d5a55 Renamed abstract VFS tests. 24 years ago
  Peter Donald b429428ae6 Rename ComponentTestBase to AbstractComponentTest and make AbstractComponentTest abstract. 24 years ago
  adammurdoch 135b671dc7 * Changed typelib descriptor template, to generate definitions for 24 years ago
  adammurdoch 2705071ab4 Move DefaultFileSystemManager to impl package, to get rid of circular package dependency. 24 years ago
  adammurdoch 25ee1c57c0 Fix NPE when Jar does not contain a typelib descriptor. 24 years ago
  adammurdoch 73b65edb32 Change <typedef> -> <type-def> 24 years ago
  Peter Donald 9d8b499b75 Update to latest task names as generated via xdoclet 24 years ago
  Peter Donald faefebd003 Remove descriptors that are no longer needed given the presence of xdoclet 24 years ago
  Peter Donald 1de83a9a90 Make sure the security tasks declare their tasks so that xdoclet can pick up the meta-data 24 years ago
  Peter Donald 76a301989f Make sure the runtime tasks declare their tasks so that xdoclet can pick up the meta-data 24 years ago
  Peter Donald d9c0723da0 Make sure the nativelib tasks declare their tasks so that xdoclet can pick up the meta-data 24 years ago
  Peter Donald 406533f617 Make sure the cvslib tasks declare their tasks so that xdoclet can pick up the meta-data 24 years ago
  Peter Donald db80ce0104 Make sure the archive tasks declare their tasks so that xdoclet can pick up the meta-data 24 years ago
  Peter Donald 050083f8cf Add in files used to test bzip functionality 24 years ago
  Peter Donald 021c159b9d Add in unit test for bzip input/output streams 24 years ago
  adammurdoch 87ceed8170 * Added TypeDefinition and sub-classes, which are passed to TypeDeployer to 24 years ago
  Peter Donald 04e443acbe Move across Stefans zip unit tests 24 years ago
  Peter Donald e05e852a39 Add in a unit test that validates the dependency relationships between different packages. 24 years ago
  Peter Donald 6679566cca Rework Environment implementation so that it is part of the ExecManager service. This makes it less coupled to bad practices and also merges all the native execution code into a central place. 24 years ago
  Peter Donald 4c429d5df3 Move environment into impl package as it has several characteristerics that indicate it should be provided by the ExecManager service 24 years ago
  Peter Donald 819831f11e Move DefaultProject into builder directory as that is the only place it is used. This is cleaning up the interdependencies between container components.. 24 years ago