1040 Commits (9d81c4b279b3af75f145c02a07f4cd69b917160b)

Author SHA1 Message Date
  Peter Donald b8d1f622ef Move scanning out of ZipFileSet into this class 24 years ago
  Peter Donald 7c59613e55 Extend the framework fileset 24 years ago
  Peter Donald e29065397c Add a basic class for fileset 24 years ago
  Peter Donald d20cd4d2dd Add an abstract base class for all file sets 24 years ago
  Peter Donald bab9e2d799 Fixup location of []s 24 years ago
  Peter Donald ad91082694 Made Execute2 only take Commandlin objects rather than an arrya of strings 24 years ago
  Stephane Bailliez e840fb5f86 - Removing it, it is now PlainFormatter 24 years ago
  Stephane Bailliez 59c0b1595d - Refactoring to allow running server,client or both. 24 years ago
  Magesh Umasankar 9ff0d86547 Ant1 compatible Selector API Implementation. 24 years ago
  Peter Donald 1447e596aa Cleaned up code and made some violations go away 24 years ago
  Peter Donald 0b93bdd7cd Made class package access and cleaned up code a little 24 years ago
  Peter Donald 3494ca7bb3 NAMELEN constant moved to TarEntry 24 years ago
  Peter Donald 1ec104d65d Moved NAMELEN constant to TarEntry and made class package access 24 years ago
  Peter Donald 501b8512d7 Made class package access as it does not need to be accessed outside this package 24 years ago
  Peter Donald 293685575c Remove unused local variable 24 years ago
  Peter Donald 764c1a617b Dont test booleans againstr true/false in condition expressions 24 years ago
  Peter Donald 076d8fda91 Made loop counter a simple variable rather than a complex value 24 years ago
  Peter Donald 90ff09d91d Made sure signjar was actually executing command 24 years ago
  Peter Donald 126ad7cd05 Remove unused member variables 24 years ago
  Peter Donald aac16db25b Made loop expression a simple value rather than a complex expression 24 years ago
  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
  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
  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