David,

I assume you are using Ant1.4.1?

FYI, the <style> task within Ant1.4.1 assumes that you have the external
library already in your classpath.  See:
http://jakarta.apache.org/ant/manual/index.html.  The solution is to
either add Xalan to your classpath or put it in your $ANT/lib
directory.  Don't add it to your build.xml classpath, because you don't
need it to compile, you only need it for ant.  I posted something about
this a while back on this mail list.

Steve

"David M. Karr" wrote:
> 
> 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]>

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

Reply via email to