875 Commits (8a3b2de9a5d4c33550773dcab0d4dba29fe5696a)

Author SHA1 Message Date
  adammurdoch 2e6e170fb3 Changes to DefaultDeployer: 24 years ago
  adammurdoch e7ab62bc91 Added 'converter' role. 24 years ago
  adammurdoch ee0d987003 Added @ant:role tag, fixed Javadoc comment. 24 years ago
  adammurdoch e7a2e195af Fix Javadoc comment. 24 years ago
  Peter Donald e055d2d5ad Remove some unused cruft 24 years ago
  Peter Donald d09fc12e58 Removed throwsIOException from Execute.execute() as it was never thrown. 24 years ago
  Peter Donald ca77bf7cd3 Renamed Execute2 to Execute and moved it into the myrmidon.framework package. 24 years ago
  Peter Donald 9acb4910a9 Move manifestUtil into aut package 24 years ago
  Peter Donald 15098b0f49 Experiment with an alternate pattern for writing tasks wrapped around native exes 24 years ago
  Peter Donald 1a0e2e46bc All logging will be routed via System.err or System.out if there is no ExecOutputHandler defined. 24 years ago
  Peter Donald e0f1ffa9ba No need to setup a Logger for Execute. 24 years ago
  Peter Donald 5de5749977 Add some more minor tests for filteredcopy ... 24 years ago
  Peter Donald 1ce3b5124e Comment out creator for the time being 24 years ago
  Peter Donald dc89e4bd22 Add in a task that does filtered coping. It does it in the same was as Ant1.x excep that it also acepts a character encoding and defaults to ascii. This is to workaround platform specific deviations and also to make it easier to have more reliable builds. 24 years ago
  Peter Donald f52a735cfa Remove dummy javadocs 24 years ago
  Peter Donald f588bebd5c Remove unused variables 24 years ago
  Peter Donald a9ee520ea1 Start to create a metainfo infrastructure 24 years ago
  Peter Donald f271942e72 *** empty log message *** 24 years ago
  Peter Donald ea31a2b83a Fix up audit violations 24 years ago
  Peter Donald 9592a7bdbb STart to move the ant-indepenet manifest stuff into aut 24 years ago
  Peter Donald 2b409474f1 Delete old copy task 24 years ago
  Peter Donald e737c9abd1 No longer need old move task 24 years ago
  Peter Donald d50c71d4f6 Migrate across the move task 24 years ago
  Peter Donald 78a7fbf3d9 Started some massive refactoring of the Manifest classes so that eventually they can be completely decoupled from ant 24 years ago
  Peter Donald 0595affdf0 Simple demo for copy 24 years ago
  Peter Donald d408d99390 Copy across the copy task and strip out filtering 24 years ago
  Peter Donald cd09b730bf Add some basic examples of how to use try-catch task 24 years ago
  Peter Donald 3ffd08e036 Add a try-catch taks to emulate javas try-catch constructs 24 years ago
  Peter Donald fedc2287b5 Too tightly coupled to ant1 to run in ant2 so zap them for now and come back to it later. 24 years ago
  Peter Donald 711320d7de Zap some audit warnings 24 years ago
  Peter Donald fa980642c8 Zap some audit warnings 24 years ago
  adammurdoch 7a5c30f33c Changes to DefaultConfigurer: 24 years ago
  Peter Donald 6518cd22e0 Start to clean up the clean up the manifest task and extract the useful bits into separate classes and adaptors. 24 years ago
  Peter Donald abfd52df02 Move manifest to a separate package 24 years ago
  Peter Donald d23de598f0 Add version tags 24 years ago
  Peter Donald 85f0f72113 Started to cleanup manifest task 24 years ago
  Peter Donald 4f74fbfd06 Avoided aliasing problem when creating child deployers by creating a new HashMap and adding all parents entrys rather than just referring to parents copy (which could lead to you altering the parents copy accidently) 24 years ago
  Peter Donald 7e3c520606 Add a final 24 years ago
  Peter Donald 85595c6345 No need for the manifest in here 24 years ago
  Peter Donald 87e5816099 Test that tools.jar is included when you declare a dependency on it 24 years ago
  Peter Donald a1e045b36e Fake tools.jar as an optional package 24 years ago
  Peter Donald 3715ce688f Remove uneeded mail task - should use the new refactoring from ant1 24 years ago
  Peter Donald f76be89106 Add in unit tests for the TypeFactory classes. 24 years ago
  Peter Donald 65c27bc2ad Add in a TypeFactory that will reload a specified set of URLs everytime create() is called which allows statics to be used in tasks if they absolutely have to be 24 years ago
  Peter Donald 3dc620ea92 Made it possible to subclass the TypeFactory and use different strategies for getting ClassLoader 24 years ago
  Peter Donald 5f5f39118b Refactored dependecy tests so that myrmidon can not depend on antlib or the old ant tree. 24 years ago
  Peter Donald 49e74b1e52 Use indirection to get ClassLoader. 24 years ago
  Peter Donald ff5193eb1a Add version identifier to ant-lib descriptor 24 years ago
  Peter Donald 36a0800e7e Style touchups 24 years ago
  Peter Donald a13ad7eb72 sort imports 24 years ago