https://bz.apache.org/bugzilla/show_bug.cgi?id=64854

            Bug ID: 64854
           Summary: Add option to
                    org.apache.tools.ant.types.resources.ResourceList to
                    keep dublicates
           Product: Ant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
          Assignee: notifications@ant.apache.org
          Reporter: bz.apa...@cconstruct.de
  Target Milestone: ---

I am trying to insert a file multiple times into the output of a concat-task,
but ResourceList uses Union as cachedResources which in turn creates a
LinkedHashSet as result in getAllToStrings() and getAllResources(), and in
applies distinct() in streamResources(...).

Please add a configuration to use another class as resource-cache in
ResourceList e.g. Resources

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

Reply via email to