1250 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
  adammurdoch 1e18358da6 * Started writing up the VFS and the data types. 24 years ago
  Erik Hatcher 606ec5fe58 this gets rid of some XDoclet warnings. 24 years ago
  Erik Hatcher a8acf1646b removed mandatory requirement for category (at least for now) 24 years ago
  Erik Hatcher 434fa8175a Changes by Bill Burton to collect tasks into categories rather than package space. Very cool, thanks! 24 years ago
  Erik Hatcher 9f7f6c9aba made it easier to short-circuit and only run one class, no need to prefix package info 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
  Erik Hatcher 5634baae78 open 'er up! lets just see what shakes out from this. 24 years ago
  Erik Hatcher 2d9c339208 Fixed some issues with defaults.properties generation. Fixed issue with build having to be run twice because of directory being removed from the path (*arg*!). 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
  adammurdoch 3c3d9033a4 Added more stuff to the todo list. 24 years ago
  adammurdoch dbab858d18 Changes to the VFS data types: 24 years ago
  adammurdoch 67e530be60 Added support for the @ant:type tag, for general-purpose type definitions. 24 years ago
  Costin Manolache db1c54b55c Added the TaskFactory and modified Project. 24 years ago
  Erik Hatcher a2e24afd0b First pass at XDoclet generation of Ant task documentation. 24 years ago
  Erik Hatcher 7a8bfa7b10 First pass at XDoclet generation of Ant task documentation. 24 years ago
  adammurdoch abda44570c Some doco updates. 24 years ago
  adammurdoch 939efc95cd Changes to <property>: 24 years ago
  adammurdoch 4d3eebbdb6 Error message tidy-ups. 24 years ago
  adammurdoch d74af2e5e4 All that effort to get the right context, and it wasn't even being used. 24 years ago
  Conor MacNeill 4e2558dd26 Make Ant1 containers work in mutant. Provide mutant versions of parallel and 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
  Conor MacNeill 1dcdf4c05f IMplement DemuxOutputStreams to capture System.out and System.err usage 24 years ago
  adammurdoch 5168496109 * Add a converter to convert from <v-fileset> to <v-path>, rather 24 years ago
  adammurdoch ed3fafb887 Replaced usage of Avalon Context with Myrmidon specific Context: 24 years ago
  adammurdoch 4b3e0ee204 Get rid of unused import. 24 years ago
  adammurdoch 2c2a29c631 Was using wrong error message. 24 years ago
  adammurdoch f42a96f304 Removed AntServiceManager: 24 years ago
  adammurdoch 46330b41c1 Fix message. 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