Struts Build Error

2002-01-11 Thread Mehmood Shaikh
I get an following error when trying to build struts 1.0.1 from source. Its failing with java.lang.NoClassDefFoundError: javax/xml/transform/Source error. What am i missing? Im using Ant1.3, and following properties set jdbc20ext.jar - c:/Downloads/jdbc2_0-stdext.jar servlet.jar -

Re: Struts Build Error

2002-01-11 Thread Steven D. Wilkinson
You need xalan.jar in your local classpath. I had the same problem with ant1.4.x. I solved the problem by putting the xalan.jar in my classpath. You can also add the xalan.jar into the ant/bin directory and it works, at least with ant1.4.x. FYI, I'm using xalan-j_2_2_D10. Steve Mehmood