DO NOT REPLY [Bug 17199] - patch to allow custom conditions (+ filters..)

2003-10-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17199

patch to allow custom conditions (+ filters..)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-10-10 08:29 ---
Most of this is in ant now. - I will open
a mapper report later.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17199] - patch to allow custom conditions (+ filters..)

2003-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17199

patch to allow custom conditions (+ filters..)





--- Additional Comments From [EMAIL PROTECTED]  2003-04-08 20:56 ---
I have made a new patch against the current ant cvs.
This patch is now dependent on the setproject patch - 18613,
also I have removed the filterchain mod as it is covered by another patch - 
18312.
I moved stuff a little around so that there is no new files, only patches
to the current ant files and tests.

Changed files are:

src/main/org/apache/tools/ant/types/Mapper.java:
   add new attribute map
src/etc/testcases/types/mapper.xml:
   add test for dynamic mapper
   add test for dynamic file selector
src/testcases/org/apache/tools/ant/types/MapperTest.java
   add test for dynamic mapper
   add test for dynamic file selector
src/main/org/apache/tools/ant/types/AbstractFileSet.java
   add dynamic file selector
src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java
   add dynamic condition
src/etc/testcases/taskdefs/condition.xml
   add test for dynamic condition
src/testcases/org/apache/tools/ant/taskdefs/ConditionTest.java
   add test for dynamic condition


DO NOT REPLY [Bug 17199] - patch to allow custom conditions (+ filters..)

2003-04-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17199

patch to allow custom conditions (+ filters..)





--- Additional Comments From [EMAIL PROTECTED]  2003-04-08 20:48 ---
Created an attachment (id=5715)
New patch against current ant cvs