213 Commits (41b4662f9a3a115bc92b49be138bc896eb1bfeb6)

Author SHA1 Message Date
  Stefan Bodewig 8c167dc8a7 clarify 23 years ago
  Stefan Bodewig b9afdede80 Make run-test work again (XML parser was missing as I had crimson.jar 23 years ago
  Stefan Bodewig 944aa460d4 Cleanup 23 years ago
  Stefan Bodewig 88557a131b Make use of StringUtils, cosmetics. 23 years ago
  Stephane Bailliez 90c469486c Updating Excalibur to the i18n lib grabbed directly from Myrmidon. 24 years ago
  Magesh Umasankar bcd2dfcf11 Remove contents from filter reader proposal, now that the code has been migrated to the main tree. 24 years ago
  Stefan Bodewig 15aa471689 Make DefaultInputHandler subclass friendly. 24 years ago
  Costin Manolache 57a57bfca9 First draft for the 'TaskFactory' hook. 24 years ago
  Costin Manolache 51ac64b16c Remove the ProjectHelper proposal. 24 years ago
  Costin Manolache 8633497445 Another version of the SAX2-based project helper ( I can revert back 24 years ago
  Costin Manolache f2d8ae3406 Jikes ( and gcj ) have some problems dealing with internal non-static classes. 24 years ago
  Magesh Umasankar f9bcdd7713 Eliminate compile time dependency of ClassConstants with JavaClasshelper that uses bcel. Compilation of JavaClassHelper will be performed only if bcel is present at the time of compile. 24 years ago
  Costin Manolache 2fa4ee3c90 Quick change to ProjectHelperImpl to use SAX2. 24 years ago
  Costin Manolache df867b66e8 Updated ProjectHelper. 24 years ago
  Costin Manolache 4fc2dab7e2 Remove the files for the second proposal for now. I'll add them back 24 years ago
  Magesh Umasankar b926938e01 Document <loadproperties> task. 24 years ago
  Magesh Umasankar 069a8898be Test chain of filters. 24 years ago
  Magesh Umasankar f261bcd566 Make TailFilter behave exactly like the unix tail application. 24 years ago
  Magesh Umasankar d89352ca5e null check. 24 years ago
  Magesh Umasankar fdcfd1dd9b Improved doc; loadfile.xml typo fix. 24 years ago
  Magesh Umasankar 1eaa635f8f Add a few preliminary testcases... 24 years ago
  Magesh Umasankar ce2a2bc4bc Cheat the introspector by making ClassConstants delegate bcel stuff to a helper class. 24 years ago
  Magesh Umasankar a172bceca6 Removing short form syntax for ClassConstants for the time being, as it forces user to have bcel.jar in classpath irrespective of whether the filter is being used or not. 24 years ago
  Erik Hatcher 6252354506 once again for Jose Alberto - think I got it right this time 24 years ago
  Erik Hatcher fac77e5b28 for Jose Alberto 24 years ago
  Erik Hatcher 8dfa7abd4d for Jose Alberto 24 years ago
  Magesh Umasankar 6885f5ccad Made <copy> and <move> filterchain aware. Existing <filterset> elements can live together with <filterchain> elements. However, all <filterset>s will only be processed *after* all <filterchain>s have been. 24 years ago
  Magesh Umasankar 4f2c7ee539 Minor cleanups - sorry for spamming... 24 years ago
  Magesh Umasankar 741e2cbbd7 All the filter cares about is a stream of data - not necessarily if it is from a file. Make documentation reflect that. 24 years ago
  Magesh Umasankar 78a9dff37e New filter reader to access straight-forward 'constants' defined in a class file. 24 years ago
  Costin Manolache d1dac8f1ba Drop the AntBean proposal. 24 years ago
  Magesh Umasankar 7288026e05 New filter reader that gets those lines that match a regular expression pattern. 24 years ago
  Magesh Umasankar b5de47561b Merge changes with the 1.14 revision from the main tree. 24 years ago
  Magesh Umasankar c9f7dca90e Fix javadoc. 24 years ago
  Magesh Umasankar 43e62b81ff 1. ExpandProperties filter introduced as envisioned by Steve. 24 years ago
  Magesh Umasankar dfd61de939 Use StringBuffer to assemble String. 24 years ago
  Magesh Umasankar 4a5b5fd1ea Split processStream into two methods to facilitate streamed reads... 24 years ago
  Magesh Umasankar faf931435a Skip must use this.read() and not in.read() - Thanks, Adam, for catching this. 24 years ago
  Magesh Umasankar 22e36e493c Misplaced null check. 24 years ago
  Magesh Umasankar 4e222b97c6 As suggested by Adam, use java.util.Properties.load(InputStream) instead of reinventing the wheel. 24 years ago
  Magesh Umasankar 87f806d3e4 Refactored code (as suggested by Costin and Adam) - first run. 24 years ago
  Magesh Umasankar ef4a11096f 1. Move a couple of common methods to an abstract base class. 24 years ago
  Magesh Umasankar 4ff6d329e5 Empty line check inserted. 24 years ago
  Magesh Umasankar cfa964e51d Oops... missed adding this as well. 24 years ago
  Magesh Umasankar ef53e158d6 Oops... missed adding this. 24 years ago
  Magesh Umasankar 3347fc0270 FilterReaderSet -> FilterChain as this is more representative of the collection. 24 years ago
  Magesh Umasankar 6f30444010 Add License. 24 years ago
  Magesh Umasankar 88f297a15d Add License. 24 years ago
  Magesh Umasankar e91ef17bb5 CloneableReader -> ChainableReader 24 years ago
  Magesh Umasankar 6067cc8261 1. Provide a mechanism by which filter readers recognized by Ant's core (FilterreaderSet) can have a better syntax. 24 years ago