You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2011/04/08 15:10:28 UTC

DO NOT REPLY [Bug 51044] New: Allow a in an filter

https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

           Summary: Allow a <propertyset> in an <expandproperties> filter
           Product: Ant
           Version: 1.8.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
        AssignedTo: notifications@ant.apache.org
        ReportedBy: rich@steelezone.net


I would like to be able to use a <properyset> in an <expandproperties> filter,
something like:

<expandproperties>
   <propertyset prefix="foo">
</expandproperties>

This request is similar to 9481 but is more general and flexible.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51044] Allow a in an filter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

--- Comment #1 from Matt Benson <mb...@apache.org> 2011-04-08 09:17:10 EDT ---
Let's abstract this to:  allow user to specify 0..n resourceCollections to the
expandproperties filter, of which only PropertyResource elements will influence
the filter's operation (propertyset implements ResourceCollection).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51044] Allow a in an filter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

Jesse Glick <jg...@netbeans.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jglick@netbeans.org
   Target Milestone|---                         |1.8.3

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51044] Allow a in an filter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

Jesse Glick <jg...@netbeans.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #5 from Jesse Glick <jg...@netbeans.org> 2012-02-08 02:15:45 UTC ---
Verified by reporter ("Re: [VOTE] Release Ant 1.8.3").

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51044] Allow a in an filter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

--- Comment #2 from Matt Benson <mb...@apache.org> 2011-04-08 13:31:36 EDT ---
Now that PropertySet can potentially return MappedResources as well as
PropertyResources (see
http://svn.apache.org/viewvc?view=revision&revision=1090354), using PropertySet
at the level of ExpandProperties seems more appropriate after all.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51044] Allow a in an filter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

Matt Benson <mb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jani.kaarela@accenture.com

--- Comment #4 from Matt Benson <mb...@apache.org> 2011-04-08 16:30:28 EDT ---
*** Bug 9481 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 51044] Allow a in an filter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51044

Matt Benson <mb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Matt Benson <mb...@apache.org> 2011-04-08 16:27:45 EDT ---
Committed revision 1090431.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.