I have created an initialization task that will set some properties,
based on a command line property.  I have defined a patternset that uses
one of these dynamically created properties.

        <patternset id="dir.pattern" includes="${dir.pattern.list}"/>

The problem is that the property gets evaluated before my initialization
task can set it.  Is there any straightforward way to dynamically set
this property before the patternset definition evaluates it?

Thanks, Mike


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to