This is due to a
Matthew Nelson wrote:
I'm having some difficulty creating unions of PropertySets for a
series of subprojects in my build ... even when I copy the sample code
directly from the Ant documentation! It just doesn't work. Am I doing
something naively wrong, or is this a problem with Ant? A build script
that demonstrates my problem is included below.
Thanks for the report and the build script.
This is due to a bug in ant's handling of propertyset references.
This is now fixed in ant cvs.
A workaround is to place the propertyref's directly in the propertset:
<propertyset id="my-set2">
<propertyref prefix="foo"/>
<propertyref prefix="bar"/>
</propertyset>
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]