2865 Commits (33bc8da11841b4c56234262bd17649990f09d751)
 

Author SHA1 Message Date
  Peter Donald 15debed637 Use context to resolve file rahter than proijectr 24 years ago
  Peter Donald a99f864176 No need to apply policy in task - can do that in context 24 years ago
  Peter Donald a25518889b No need for setter to throw execption 24 years ago
  Peter Donald 2e186a3000 Remove access to project as not needed 24 years ago
  Peter Donald ceaf662ffb Refactor and clean code 24 years ago
  Peter Donald e0f26fe260 Cleanup code a little 24 years ago
  Peter Donald df0a7e7358 Use Execute2 abstraction 24 years ago
  Peter Donald 9739843b08 Use adaptors logger rather than getting tasks logger via hackGetLogger 24 years ago
  Peter Donald 6a568e4e32 Use inherited getProperty rather than getProject().getProeprty() 24 years ago
  Peter Donald 1158015760 Remove unused stream handlers/pump abstractions. These are now replaced by ExecOutputHandler 24 years ago
  Peter Donald 689c802c3a Add in a copy of Execute that is separate so that it can be evolved at a faster rate. 24 years ago
  Peter Donald 14da38e484 Remove unused method 24 years ago
  Peter Donald f2e2178170 Made the ExecManager support another method of execution that involves supplying an ExecOutputHandler 24 years ago
  Peter Donald 2b4f4a5945 Shutdown standard input of process - not sure if this is a wise move 24 years ago
  Peter Donald c4fd52dc5b Shutdown IO if it is supplied 24 years ago
  Peter Donald 1d72126924 Created a OutputStream that redirected to an appropriate handler 24 years ago
  Peter Donald d3609fe2ba Move var closer to where it is used 24 years ago
  Peter Donald ff7c11c744 Added the ExecOutputHandler abstraction so that tasks don't have to worry about more complicated stream parsing and can work with just notification of lines appearing. 24 years ago
  Peter Donald 47dfd87c88 No longer need hackGetLogger as all those ugly hacks have been removed 24 years ago
  Peter Donald 27040cde16 Use new Execute2 abstraction 24 years ago
  Peter Donald b60ae9855b Make sure the check_for_optional_packages is processed before compoile 24 years ago
  Stephane Bailliez b25ef93be7 some TestCases to be run by the TestRunner 24 years ago
  Stephane Bailliez 4053f59bdd Base TestCase. Food for thoughts. 24 years ago
  Stephane Bailliez eeb29da468 Initial commit. 24 years ago
  Stephane Bailliez 59846623bf - a TestCase can now implement a TestRunListener. 24 years ago
  Stephane Bailliez 082ac15676 initial commit. 24 years ago
  Stephane Bailliez 94e05bfe74 A set of tasks to be used with Clearcase. Since I'm breaking backward 24 years ago
  Stephane Bailliez ec67a210de Rename the listener methods to onXXX(). It is more meaningful in this case 24 years ago
  Stephane Bailliez af33c72ff3 initial commit 24 years ago
  Stephane Bailliez bd472c00bf Initial commit. 24 years ago
  Stephane Bailliez f7d1565cfd initial commit. 24 years ago
  Stephane Bailliez 8e29fbd9e0 Code stolen from commons-sandbox. 24 years ago
  Stephane Bailliez 28e641ed17 Initial commit 24 years ago
  Stephane Bailliez b1cf1479c8 build scripts for this junit sandbox... 24 years ago
  Peter Donald fe1594401f Make sure new nativelib typelibrary is created. Also make it not cause for failure if you can't delete the dist directory 24 years ago
  Peter Donald a6c4de4a6c Remove load-environment/load-properties functionality as that has been reimplemented 24 years ago
  Peter Donald fc800c719f zap whitespace 24 years ago
  Peter Donald 7986eeaf40 Currently myrmidon uses myrmidon.home rather than ant.home 24 years ago
  Peter Donald ddf1b613cf Remove unused class 24 years ago
  Peter Donald b6655479c2 Add some tests to check that loadproperties and load-environment work as expected 24 years ago
  Peter Donald 0b2a242fd1 Add in declaration of load-properties task for descriptor 24 years ago
  Peter Donald 62797d9ef1 Add a descriptor for new nativelib type library 24 years ago
  Peter Donald babc775431 Add a task to load properties from a property file - optionally with a specified prefix 24 years ago
  Peter Donald 3bea6099f8 Add a task to load the native environment into some properties with a specified prefix 24 years ago
  Peter Donald 101185acab Refactor now that resolveValue is part of TaskContext 24 years ago
  Peter Donald 65256f43dc add in somee finals 24 years ago
  Peter Donald 146898d169 Mad all the command launchers use getEnvironmentSpec and thus made ExecUtil.toNativeEnvironment private as it is not used outside class. 24 years ago
  Peter Donald 4ad84fc4cc Moved getEnvironmentSpec to ExecUtil 24 years ago
  Peter Donald 0a064d62aa Reorded addition of proeprties to environment when exec call has an additive environment so specified values overide values in the native environment. 24 years ago
  Peter Donald 65a74dfc9e Made sure that setting of environment variables for the native exec calls occurs accoridng to epectations. 24 years ago