477 Commits (8b39211862c5a0b88ce5764bbc1682a89fd02895)

Author SHA1 Message Date
  adammurdoch 8b39211862 A project may now have a name attribute. 24 years ago
  adammurdoch f8b5aff8e3 Javadoc fixes. 24 years ago
  adammurdoch 6012c425b9 Fix error message. 24 years ago
  adammurdoch 5307209831 Changes to DefaultDeployer: 24 years ago
  adammurdoch 584e6514a1 * Rename --myrmidon-home command-line arg to --ant-home. 24 years ago
  adammurdoch 84b8f2b8b6 Resolve path to referenced projects. 24 years ago
  adammurdoch 204a23f354 Fix error message, and some Javadoc problems. 24 years ago
  adammurdoch 2e6e170fb3 Changes to DefaultDeployer: 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 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 e0f1ffa9ba No need to setup a Logger for Execute. 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 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 d50c71d4f6 Migrate across the move task 24 years ago
  Peter Donald d408d99390 Copy across the copy task and strip out filtering 24 years ago
  Peter Donald 3ffd08e036 Add a try-catch taks to emulate javas try-catch constructs 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 d23de598f0 Add version tags 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 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 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 49e74b1e52 Use indirection to get ClassLoader. 24 years ago
  Peter Donald 36a0800e7e Style touchups 24 years ago
  Peter Donald a13ad7eb72 sort imports 24 years ago
  Peter Donald fa9401b00e Some cleanups suggested by audit 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 87c6f1a9ce Move patch task into a type library 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 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