I'd like to experiment with some ideas for modifying the "html:radio" tag.
Before I make changes, I'm first trying to build Struts1.0.1rc1 OOTB.

The "build.xml" script talks about setting "jdbc20ext.jar" and "servlet.jar",
which I've done (pointing to my Tomcat4.0.1b2 distribution), but when I try to
build it after setting those, I get the following (excerpts):

DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.
java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTProcessorFactory
java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor

So, apparently it needs Xalan too.  Was the information about this accidently
left out of the "build.xml" prolog?  What version of Xalan is required, and how
exactly do I make it available to the build script?  Is it just supposed to be
in the CLASSPATH (I sort of doubt this)?

-- 
===================================================================
David M. Karr          ; Best Consulting
[EMAIL PROTECTED]   ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)


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

Reply via email to