470 Commits (b9ab19b18b213ce7deadee5ccf88adaa2f5d261b)

Author SHA1 Message Date
  Peter Donald daf1138400 Remove unused method and variables 24 years ago
  Peter Donald 179cea7fdd Remove localization stuff as it is unused 24 years ago
  Peter Donald ac36bf7f96 Don't compare to true in a condition stattement 24 years ago
  Peter Donald b5b9ac55e8 Reorder declarations for JLS compliance 24 years ago
  Peter Donald 8f2a238c2d Remove unused local and class variables 24 years ago
  Peter Donald bc848b4fe1 Dont modify parameters 24 years ago
  Peter Donald 46dfd8b130 Reorder qualifiers for JLS compliance 24 years ago
  Peter Donald 12438f83eb Make sure loop counter not misused 24 years ago
  Peter Donald ac3448e9c2 Don't use compare to false in conition 24 years ago
  Peter Donald 8e89e1b214 Use StringBuffer in inner loop rather than string 24 years ago
  Peter Donald 3c2b554fbc Make sure the output streams that redirect to loggers are closed (and thus flushed) when the native process completes. 24 years ago
  Peter Donald 7b38537d18 Make sure all output is processed and none is left buffered when the native process completes 24 years ago
  Peter Donald c6753a0a7e antDir -> homeDir 24 years ago
  Peter Donald 04a0ceea6f Add in a basic example of the interface via which Service *could* be loaded into the runtime. 24 years ago
  Peter Donald 0c7462a17f Update tasks to reflect movement of logic from objects to service/utility objects 24 years ago
  Peter Donald e2e106d90b Mover pattern logic into a PatternUtil class 24 years ago
  Peter Donald 918484ab41 Move security/signing/etc related tasks to antlib 24 years ago
  Peter Donald 4cccf2fa39 Fix protected-> public so method can be accessed outside package 24 years ago
  Peter Donald 74e0414fae Migrate patternset to framework package 24 years ago
  Peter Donald b6fdd06a77 Remove debug code 24 years ago
  Peter Donald c171b4c9f2 Update to use new getService() method for retrienving sertvices 24 years ago
  Peter Donald af9fedaddc Update to use new Service based access-point 24 years ago
  Peter Donald 9fcace6e3a Condition no longer throws a ContextException 24 years ago
  Peter Donald 304246c968 No need for task to extend AbstractContainerTask 24 years ago
  Peter Donald 43cbdfc52c Replace need for Composable tasks with TaskContext.getService() 24 years ago
  Peter Donald c1d66dbc0c Rebadge ContextException as a TaskException 24 years ago
  Peter Donald c1459a0550 STart to add the ability to retrieve services from the context 24 years ago
  Peter Donald a15651fd43 Moved ROLE string to the only place it is being used. 24 years ago
  Peter Donald 6b70878e0b Made tasks receive contexts directly rather than through Contextualizable interface as all tasks will most likely use the context in some fashion 24 years ago
  Peter Donald 4cd91bc229 Made tasks receive contexts directly rather than through Contextualizable interface as all tasks will most likely use the context in soem fashion 24 years ago
  Peter Donald e5a1a9f449 Made tasks receive contexts directly rather than through Contextualizable interface as all tasks will most likely use the context in soem fashion 24 years ago
  Peter Donald 1829060b86 Added a constructor to make it easier to construct patterns 24 years ago
  Peter Donald fbded36c8c value -> name to conform with ant1 24 years ago
  Peter Donald 61b8ac76e6 Add version attribute 24 years ago
  Peter Donald c9e46c0f28 Bring condition into line with Ant2 thinking - make it check the value of condition - not just for its existance 24 years ago
  Peter Donald f52a170159 This patch adds bunch of minor features to the configurer: 24 years ago
  Peter Donald 3d89aa70b2 Move the launchers package into the impl package. 24 years ago
  Stephane Bailliez 8ce1de2178 - Fix order of modifiers 24 years ago
  Peter Donald dcef853bab No Need to use the EnvironmentData/EnvironmentVariable abstraction 24 years ago
  Peter Donald 42f63164a8 Moved some path manipulation utilities into PathUtils 24 years ago
  Peter Donald 38dce34edf Did some create->add munging 24 years ago
  Peter Donald 1e745fe396 Update location of BZip stuff 24 years ago
  Peter Donald ee6f20fbfc Move general purpose utility code for bzip/zip/tar into aut 24 years ago
  Peter Donald f0aec0feb7 Move g/b zip stuff into new library 24 years ago
  Peter Donald e24538c342 Cleanup up Path object by makign PathElement a top level class and by removing the create() methods and replacing them wiuth adder methods. 24 years ago
  Peter Donald df96ccea80 Remove deprecation warning by using the unpublished StringUtil.split 24 years ago
  Peter Donald 187502b3e7 Remove deprecation warning by using the thread safe implementation 24 years ago
  Peter Donald 9005ee85f3 Made the version attribute a required attribute of build file 24 years ago
  Peter Donald 60b9a1fbd8 if left unspecified default target is "main" 24 years ago
  Peter Donald ced321c00b A couple of changes to the configurer in myrmidon: 24 years ago