On Tue, 07 Jan 2003, Conor MacNeill <[EMAIL PROTECTED]>
wrote:
> Stefan Bodewig wrote:

>> The way this case [<depend> inside <ant>] is handled makes it a bit
>> difficult to only set a property if a given dependency has been met
>> (at least to somebody with virtually no knowledge of .bat files
>> 8-).
> 
> Not sure what you mean here

<depend> gets turned into a nested <property> element automagically.
If you do the same for <option>, you must verify whether a given
optional dependency has been met in build.sh/bat and only add the
property to the Ant command line if true.

I don't think I could do that in .bat ...

But then again, I don't think anybody would need it anyway.

> but it would be good if taglibs did not require explicit properties
> for the jaxp jars.

We are already fooling xtags by passing xerces as crimson.jar - it
insists on copying those files around (as do several other taglibs).

Stefan

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

Reply via email to