965 次代码提交 (efcab999dfedc153b22a91c1be856fa5820497b0)

作者 SHA1 备注 提交日期
  Peter Donald efcab999df Remove public access specifier as it is redundent 24 年前
  Peter Donald 109578bc56 Map --> ConverterContext 24 年前
  Peter Donald c8a7294435 Start to play with a converter architecture decoupled from ant completely 24 年前
  Peter Donald 9864dc31e1 Convert role strings so that they are auotgenerated from class object 24 年前
  Peter Donald 63d5222c0a Register classic configurer 24 年前
  Peter Donald 8c2efc7632 Add configurer role so that you can plug in multiple configurers easily 24 年前
  Peter Donald dceffe022e Remove some more cruft 24 年前
  Peter Donald 6af62ff98a Remove recorder as should be reimplemented as a configured aspect aka a Facility 24 年前
  Peter Donald ce88e4df5e Readd classic ant1.x style configurer to make some of my old code still work ;) 24 年前
  Peter Donald 8821afcf82 Recast SoundTask in Myrmidon. i18n it and clean up some of its structures 24 年前
  Peter Donald 039e254a64 Reimplement in a cleaner way later 24 年前
  Peter Donald 319f167400 Shift the sound task across to antlib hierarchy 24 年前
  Peter Donald c86c8e4a72 Use the context rather than the project 24 年前
  Peter Donald 9e8e575227 Inline the functionality of NetCommand. 24 年前
  Peter Donald 919e3c42b4 Zap the depend package as should really be reimplemented using BCEL 24 年前
  adammurdoch ef420c53bf * DefaultTaskContext now uses a ServiceManager to locate services, rather than 24 年前
  adammurdoch be938b1e8f * Deployer now deploys services from META-INF/ant-services.xml 24 年前
  adammurdoch 56250d886e * Moved package org.apache.myrmidon.services to org.apache.myrmidon.interfaces.service. 24 年前
  adammurdoch b6e062af22 Added TypeFactory.canCreate() method. 24 年前
  adammurdoch 0dcd7b3f68 Use getService() to find the ExecManager, rather than instantiating it. 24 年前
  adammurdoch 8b4b896303 Changes to listeners: 24 年前
  adammurdoch 8b39211862 A project may now have a name attribute. 24 年前
  adammurdoch f8b5aff8e3 Javadoc fixes. 24 年前
  adammurdoch 6cade52b36 Added 'recompile' target, to force recompile of Java classes. 24 年前
  adammurdoch 6012c425b9 Fix error message. 24 年前
  adammurdoch b070293536 Add project name, so that IDEA will let me bind keys to targets. 24 年前
  adammurdoch 5307209831 Changes to DefaultDeployer: 24 年前
  adammurdoch 584e6514a1 * Rename --myrmidon-home command-line arg to --ant-home. 24 年前
  adammurdoch 84b8f2b8b6 Resolve path to referenced projects. 24 年前
  adammurdoch 204a23f354 Fix error message, and some Javadoc problems. 24 年前
  adammurdoch f8fdbeedec Removed warning message, since it no longer applies. 24 年前
  adammurdoch fdbfe30a3e Added version attribute to all the descriptors. 24 年前
  adammurdoch ec9816997d Initial cut of a very basic intro to Myrmidon. 24 年前
  adammurdoch 2e6e170fb3 Changes to DefaultDeployer: 24 年前
  adammurdoch e7ab62bc91 Added 'converter' role. 24 年前
  adammurdoch ee0d987003 Added @ant:role tag, fixed Javadoc comment. 24 年前
  adammurdoch e7a2e195af Fix Javadoc comment. 24 年前
  Peter Donald e055d2d5ad Remove some unused cruft 24 年前
  Peter Donald d09fc12e58 Removed throwsIOException from Execute.execute() as it was never thrown. 24 年前
  Peter Donald ca77bf7cd3 Renamed Execute2 to Execute and moved it into the myrmidon.framework package. 24 年前
  Peter Donald 9acb4910a9 Move manifestUtil into aut package 24 年前
  Peter Donald 15098b0f49 Experiment with an alternate pattern for writing tasks wrapped around native exes 24 年前
  Peter Donald 1a0e2e46bc All logging will be routed via System.err or System.out if there is no ExecOutputHandler defined. 24 年前
  Peter Donald e0f1ffa9ba No need to setup a Logger for Execute. 24 年前
  Peter Donald 5de5749977 Add some more minor tests for filteredcopy ... 24 年前
  Peter Donald 1ce3b5124e Comment out creator for the time being 24 年前
  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 年前
  Peter Donald f52a735cfa Remove dummy javadocs 24 年前
  Peter Donald f588bebd5c Remove unused variables 24 年前
  Peter Donald a9ee520ea1 Start to create a metainfo infrastructure 24 年前