You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by David Clements <dc...@merc-int.com> on 2003/02/04 23:38:32 UTC

Resolution of names in patternset

Is there a way to delay the string resolution of a patternset?  Or re-source it?

Basically I have a patternset that is set like this:

<patternset id="foo">
	<include name="${bar}/some.jar>
</patternset>

The problem is that ${bar} is not set until later. So  my patternset ends up with the literal string ${bar} in
it.


Thanks,
Dave