Directory proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types/

Directory Created:
2002-02-15 21:50
Directory Deleted:
2002-03-15 02:44
Total Files:
0
Deleted Files:
5
Lines of Code:
0

Browse with ViewVC

[root]/proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types

Lines of Code

proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
umagesh 20 (100.0%) 170 (100.0%) 8.5

Most Recent Commits

umagesh 2002-03-15 02:44

Remove contents from filter reader proposal, now that the code has been migrated to the main tree.

0 lines of code changed in:

umagesh 2002-03-04 00:33

Cheat the introspector by making ClassConstants delegate bcel stuff to a helper class.

1 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: FilterChain.java (+1 -3)
umagesh 2002-03-03 20:44

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.

3 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: FilterChain.java (+3 -1)
umagesh 2002-03-02 02:13

New filter reader to access straight-forward 'constants' defined in a class file.

This can be used to load class constants as Ant properties.



External Dependency on: BCEL



PR: 6591

5 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: FilterChain.java (+5)
umagesh 2002-03-01 00:56

New filter reader that gets those lines that match a regular expression pattern.



Requested by: Adam Murdoch

6 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: FilterChain.java (+6)
umagesh 2002-02-28 21:59

1. ExpandProperties filter introduced as envisioned by Steve.

2. String readFully(Reader) added to FileUtils.java (main trunk revision 1.13)

3. Doc changes

4. Removed the attribute evaluateproperties from <loadfile> as it is no longer necessary.

5 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: FilterChain.java (+5)
umagesh 2002-02-27 21:51

Oops... missed adding this.

0 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: FilterChain.java (new)
umagesh 2002-02-27 20:41

1. Provide a mechanism by which filter readers recognized by Ant's core (FilterreaderSet) can have a better syntax.



2. Remove double-quotes from javadoc and replace with &quot;

43 lines of code changed in:

umagesh 2002-02-27 18:14

Provide a mechanism by which filter readers recognized by Ant's core (FilterreaderSet can have a better syntax.



For example, HeadFilter can be added to filterset as this:



<filterreaderset>

<filterreader classname="org.apache.tools.ant.HeadFilter">

<param name="lines" value="3"/>

</filterreader>

</filterreaderset>



or this:



<filterreaderset>

<headfilter lines="3"/>

</filterreaderset>

6 lines of code changed in:

umagesh 2002-02-24 01:56

Stefan's prediction coming true: AntFilterReader has its own classpath attribute and nested classpath element.

52 lines of code changed in:

  • proposal/sandbox/filterreaders/src/main/org/apache/tools/ant/types: AntFilterReader.java (+52 -12)
umagesh 2002-02-16 02:29

1. Change Parameterizable interface's setParameters method signature such that it takes in an array of type Parameter instead of Hashtable.

2. Introduce "type" as an attribute to nested param.

5 lines of code changed in:

umagesh 2002-02-15 21:50

Initial version of FilterReaderSet implementation with <loadfile> as example.

44 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT