Re: cvs commit: jakarta-gump/project jakarta-taglibs.xml

Stefan Bodewig <[email protected]> 07 Jan 2003 08:02:48 +0100
Newsgroups gmane.comp.jakarta.alexandria.devel,gmane.comp.jakarta.gump
Message-ID <[email protected]>
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