128 Commits (64a4e9eb2dcf6ea87a0033f6082421e028d9024a)

Author SHA1 Message Date
  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
  Magesh Umasankar 7899d6c4a6 Provide a mechanism by which filter readers recognized by Ant's core (FilterreaderSet can have a better syntax. 24 years ago
  Costin Manolache db1c54b55c Added the TaskFactory and modified Project. 24 years ago
  Stefan Bodewig d11556a7ce forgot to adapt the interactive test case 24 years ago
  Stefan Bodewig fdcbd434d8 Add explicit requirements to the handleInput method. 24 years ago
  Stefan Bodewig 2ace409068 Simple input framework proposal, see proposal/sandbox/input/README or 24 years ago
  Magesh Umasankar 9cdb3c6908 1. Addition of new filter reader "LineContains" 24 years ago
  Magesh Umasankar 79b4ed70c6 type is more appropriate than name in this case. 24 years ago
  Magesh Umasankar d2f8fa7463 Filter Reader that strips out those lines that begin with a comment tag. 24 years ago
  Magesh Umasankar 03bfcc3c1b Remove unused imports. 24 years ago
  Magesh Umasankar e22b34c577 Use classpath of AntFilterReader if available. 24 years ago
  Magesh Umasankar de1a987f23 Stefan's prediction coming true: AntFilterReader has its own classpath attribute and nested classpath element. 24 years ago
  Magesh Umasankar 5f07fcba57 Use a helper class to process chained readers. 24 years ago
  Magesh Umasankar ec9595bfac FilterReaderSet aware task to load Ant properties. 24 years ago
  Magesh Umasankar 6a2b776bfc A filter that attaches a prefix to every line of data read. 24 years ago
  Costin Manolache 034b22b4f2 Checking in the modified ( and new ) files. 24 years ago
  Magesh Umasankar 9ec9a279f5 Add copyright header. 24 years ago
  Magesh Umasankar 7f243c7f6a Converts Tabs to Spaces. 24 years ago
  Magesh Umasankar 70f91ac465 Oh! the horrors of cut-n-paste. Copyright should have been 2002. 24 years ago
  Magesh Umasankar defe5f24dc Answer the question: "So what are filterreadersets and filterreaders anyway?" 24 years ago
  Stefan Bodewig 4ad59f0fc5 Antlib proposal Second installment 24 years ago
  Magesh Umasankar 5e16edc84e Filter to read the last 'n' lines. 24 years ago
  Magesh Umasankar f860a1bf81 Initialize whenever parameters (possibly) change. 24 years ago
  Magesh Umasankar 3ca907710e 1. Use a variable name that better represents the type of data stored. 24 years ago
  Magesh Umasankar 439fe1882b Filter to read the first 'n' lines. 24 years ago
  Magesh Umasankar 2a299debca Filter that replaces token strings with user supplied values. This is somewhat similar to <filterset> stuff. 24 years ago
  Magesh Umasankar ef148d08a2 When passed through filters, the resulting size of the filtered data may be 24 years ago
  Magesh Umasankar 2eb375f62c And thus the JavaReader phoenix rises from the ashes of JavaDoc. 24 years ago
  Magesh Umasankar df18fb1a5c Operate at the read() method level instead of at the read(char[]) method level. 24 years ago
  Magesh Umasankar 8aa365e5d7 1. Change Parameterizable interface's setParameters method signature such that it takes in an array of type Parameter instead of Hashtable. 24 years ago
  Magesh Umasankar 7265fdb8a8 1. Class marked as final. 24 years ago
  Magesh Umasankar e886871506 1. "final" modifiers introduced in relevant places. 24 years ago
  Magesh Umasankar fe4e685019 Configurable -> Parameterizable 24 years ago
  Magesh Umasankar 15c4eb29a6 Bad example fixed. 24 years ago
  Magesh Umasankar 8b00ce3f42 Initial version of FilterReaderSet implementation with <loadfile> as example. 24 years ago
  Stephane Bailliez 778a6800cf Use a wrapper for exceptions rather than the full stacktrace. 24 years ago