https://issues.apache.org/bugzilla/show_bug.cgi?id=49168
Summary: [PATCH] pass references from parent build to antunit
scripts
Product: Ant
Version: 1.8.0
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: normal
Priority: P2
Component: AntUnit
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=25330)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25330)
patch with code, doc, test
This is useful for test cases to share filesets, Ivy configuration, or other
bootstrapping code, and for testing of scripts that are designed to be included
in larger builds.
The idea was discussed briefly on ant-dev:
http://marc.info/?l=ant-dev&m=127052620705611&w=2
The attached patch tries to mimic the behavior of <propertySet>:
* support single reference inheritance
* support for multiple reference inheritance with regex, <referenceSet>
grouping
* support for prefixing or transforming reference names with a <mapper>
<ant><reference/></ant> tries to clone the reference value in the sub-build. I
preserved that behavior for consistency, even though it seemed a little
strange.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.