3083 Commits (7d9692d725fbea47a60745a25fa2c30db32935e0)
 

Author SHA1 Message Date
  Peter Donald 7d9692d725 Move []s to component type and not postfix variable (like icky c programmers do) 24 years ago
  Peter Donald 1b022c8fbe Move []s to component type and not postfix variable (like icky c programmers do) 24 years ago
  Peter Donald 3aa4a41c64 Remove unused variable 24 years ago
  Peter Donald 1a3090627d Made complex loop counter a simple constant 24 years ago
  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
  Erik Hatcher 50ed19a8ed last minute logo submissions 24 years ago
  Peter Donald 71eaa47717 Ugly hack to retrieve ExecManagerService by directly instantiating factory. This should really be done by the container in the future but is done here now to test out some ideas 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 ecabb60891 Move FileSet logic into a ScannerUtil class 24 years ago
  Peter Donald e2e106d90b Mover pattern logic into a PatternUtil class 24 years ago
  Peter Donald a71d1ee865 Cleaned up scanner a little 24 years ago
  Peter Donald bf72fe7cfe Add some more authours from original file 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
  Magesh Umasankar 293d45a72a Reverting argument naming changes to discuss a standardized way to change the names (if at all needed). 24 years ago
  Magesh Umasankar 78c2215a4e Sigh - Copyright year correction... 24 years ago
  Magesh Umasankar 2736a72e9c Try to minimize Quality Analyzer's complaints - 1st pass. 24 years ago
  Stefan Bodewig ce77ae56b8 Split "External Tools" page, add pointers to Ant-Contrib and NAnt. 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 ac5c79a80f Updated test case to reflect latest changes 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
  Stefan Bodewig 3711bbb13c yet another bunch of logos 24 years ago
  Conor MacNeill acbf916917 Set up documentation structure 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 0f017e73c1 Update script with change in value-> name in pattern attribute 24 years ago
  Peter Donald fef5fd66d1 Create a utility class to contain all the static scanner utility functions 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 1581725922 Filter through the changes to PatternSet to other tasks/types 24 years ago