510 Commits (293380084d4344c720a9e71695eaffd400bdda29)

Author SHA1 Message Date
  Peter Donald 0deb15031e Started to refactor XSLTProcess to be loose the xsltLiason. We can assume that most future processors will use this API as it is the standard. 24 years ago
  Peter Donald 030fd751f5 init(File) --> reset() 24 years ago
  Peter Donald 3dd91d101c touchups 24 years ago
  Peter Donald 59ee05a8da Add basic class to listen to trax errors and print em out 24 years ago
  Peter Donald 7d2001b841 Add accessor for underlying fileset object 24 years ago
  adammurdoch 8c22fa33f3 * Added another FileSystemManager.resolveFile() convenience method. 24 years ago
  adammurdoch 0cab9c1f29 * Added exec-manager and file-system-manager roles. 24 years ago
  adammurdoch 9eeb462907 Javadoc fixes. 24 years ago
  adammurdoch 64fff4d508 Add missing error message. 24 years ago
  Peter Donald 1152ba5f88 Add in tags for xdoclet. 24 years ago
  Peter Donald e2c2b86f61 Moved sleep task into antlib hierarchy and i18n'ed task 24 years ago
  Peter Donald ee04eba635 i18ned task 24 years ago
  Peter Donald 624b9a578d Ran style-formatter over codebase 24 years ago
  Peter Donald 48f9b90a7f Move FilterSetCOllection into framework classes 24 years ago
  Peter Donald 13e89f3197 Move filter class into framework 24 years ago
  Peter Donald 89770b70fe Make follow myrmidon designs anbd make sure it is not two things (task and condition). If need condition then move common funcitonality into helper class. 24 years ago
  Peter Donald 040407cd4d Remove dependency on old ant tree 24 years ago
  Peter Donald 773c748166 Move CheckSum into antlib.build package 24 years ago
  Peter Donald ccbf334323 Add an abstract task that will eventually take over the role of the original Matching task 24 years ago
  Peter Donald e3f813cb02 Move ComponentManagerAdapter into workspace package as thats the only place it is used. 24 years ago
  Peter Donald 23083ead26 Added a newInstance method to AbstractContainerTask to make it easier to create instances of a role with a specific type 24 years ago
  Peter Donald efcab999df Remove public access specifier as it is redundent 24 years ago
  Peter Donald 109578bc56 Map --> ConverterContext 24 years ago
  Peter Donald c8a7294435 Start to play with a converter architecture decoupled from ant completely 24 years ago
  Peter Donald 9864dc31e1 Convert role strings so that they are auotgenerated from class object 24 years ago
  Peter Donald ce88e4df5e Readd classic ant1.x style configurer to make some of my old code still work ;) 24 years ago
  Peter Donald 8821afcf82 Recast SoundTask in Myrmidon. i18n it and clean up some of its structures 24 years ago
  adammurdoch ef420c53bf * DefaultTaskContext now uses a ServiceManager to locate services, rather than 24 years ago
  adammurdoch be938b1e8f * Deployer now deploys services from META-INF/ant-services.xml 24 years ago
  adammurdoch 56250d886e * Moved package org.apache.myrmidon.services to org.apache.myrmidon.interfaces.service. 24 years ago
  adammurdoch b6e062af22 Added TypeFactory.canCreate() method. 24 years ago
  adammurdoch 0dcd7b3f68 Use getService() to find the ExecManager, rather than instantiating it. 24 years ago
  adammurdoch 8b4b896303 Changes to listeners: 24 years ago
  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