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 2013/11/18 21:44:56 UTC

[Bug 55794] New: Allow to take one or more nested elements as source of filter values

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

            Bug ID: 55794
           Summary: Allow <filterset> to take one or more <propertyset>
                    nested elements as source of filter values
           Product: Ant
           Version: nightly
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
          Assignee: notifications@ant.apache.org
          Reporter: rich@steelezone.net

Created attachment 31052
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31052&action=edit
Patch file

Based on discussion about bug 42702 (see
https://issues.apache.org/bugzilla/show_bug.cgi?id=42702#c10) I've created a
patch that allows a <filterset> to accept one or more <propertyset> nested
elements to use as the source of token values.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55794] [PATCH] Allow to take one or more nested elements as source of filter values

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

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |1.9.3

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
svn revision 1548210

I've converted your test to an AntUnit test just because I like it better :-)

The only other change I've made is to assume less about the types contained
within the propertyset - even though they most probably will always be strings.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55794] [PATCH] Allow to take one or more nested elements as source of filter values

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

rich@steelezone.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Allow <filterset> to take   |[PATCH] Allow <filterset>
                   |one or more <propertyset>   |to take one or more
                   |nested elements as source   |<propertyset> nested
                   |of filter values            |elements as source of
                   |                            |filter values
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55794] [PATCH] Allow to take one or more nested elements as source of filter values

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

--- Comment #2 from rich@steelezone.net ---
I've confirmed the enhancement works as I expect after building latest from
source.  Thanks much!

-- 
You are receiving this mail because:
You are the assignee for the bug.