build problem
Rajesh Poddar <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have checked out the latest Barracuda code from CVS. I did following things to build Barracuda on my machine. 1. Ant-1.5.1 with optional.jar file 2. Copy the following jars from /WEB-INF/jars to ANT_HOME/lib: junit-3.8.1.jar xalan-2.5.0.jar xerces-1.4.4-xmlc-2.2.jar 3. ant clean at C:\Barracuda\src Unfortunately I am getting an error which is given below. C:\Barracuda\src>ant clean Buildfile: build.xml BUILD FAILED XML parser factory has not been configured correctly: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found I found that package name for SAXParserFactoryImpl is org.enhydra.apache.xerces.jaxp in xerces-1.4.4-xmlc-2.2.jar. Please, let me know how to solve this problem. Thanks. Rajesh