PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1545 *** shadow/1545 Sun May 20 17:26:19 2001 --- shadow/1545.tmp.13235 Sat Aug 4 08:03:25 2001 *************** *** 1,19 **** ! Bug#: 1545 ! Product: Ant ! Version: 1.3 ! Platform: All ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Enhancement ! Priority: High ! Component: Core tasks ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: [Patch]Filtersets ! Addition of filtersets. Allows nested filters and filtersfiles elements. --- 1,19 ---- ! +============================================================================+ ! | [Patch]Filtersets | ! +----------------------------------------------------------------------------+ ! | Bug #: 1545 Product: Ant | ! | Status: RESOLVED Version: 1.3 | ! | Resolution: REMIND Platform: All | ! | Severity: Enhancement OS/Version: All | ! | Priority: High Component: Core tasks | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | Addition of filtersets. Allows nested filters and filtersfiles elements. *************** *** 86,88 **** --- 86,101 ---- doesn't exist, then it shouldn't fail the build only perhaps logging a warning message. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-04 08:03 ------- + I have committed the basic filterset stuff with some major changes: Reference + support, multiple filtersets in copy, better backward compatability for the + changes in Project, extraction of FileUtils, etc. + + I have not implemented the SQL and Javac changes as I wanted to concentrate on + the basic functionality first and then look at those separately. Accordingly + the methods to support filtering at the start of the line only have been + removed. + + There are a number of other changes in the attached patch which are parts of + other things. I'm ignoring those as you probably expect.
