>>>>> "Craig" == Craig R McClanahan <[EMAIL PROTECTED]> writes:

    >> In any case,
    >> just making them available and pointing to them from the "build.properties"
    >> will suffice.  I don't believe Xalan is required for Cactus, however.  That's
    >> just used by my code which gets and validates the attributes.

    Craig> Xalan is needed to produce the Struts documentation and TLDs anyway, so
    Craig> that shouldn't be a problem -- as long as you only need it at compile and
    Craig> test time.  Are you contemplating a runtime dependency on Xalan as well?

Not runtime of real usage of the library, just test compile and test run.

I didn't notice that Xalan was required for the TLD generation, which is
perfectly logical.  I didn't notice because I'm using JDK 1.4, which provides
all that is needed for that.  I specifically needed to include Xalan, however,
as JDK1.4 doesn't make the Xalan "XPathAPI" classes visible, which I'm using
for accessing generated attributes (sort of heavyweight for that, but it makes
it very straightforward).

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to