Catweathel wrote:
Hi,
compiling the cvs isn´t possible with my WIN XP.
It starts to build and then follows this error:
C:\test\xml-xindice>build
Using Java from C:\j2sdk1.4.2_02
Buildfile: build.xml
src-build:
[javac] Compiling 229 source files to C:\test\xml-xindice\build\classes
[javac] C:\test\xml-xindice\java\src\org\apache\xindice\client\xmldb\DatabaseImpl
[javac] symbol : constructor XMLDBException (int,java.lang.String,java.lang.Exce
[javac] location: class org.xmldb.api.base.XMLDBException
[javac] throw new XMLDBException(ErrorCodes.INVALID_URI, uri, e);
…..
[javac] 29 errors
[javac] 43 warnings
BUILD FAILED
file:C:/test/xml-xindice/build.xml:101: Compile failed; see the compiler error output for details.
The Classpath seems to be ok. Any ideas?
You should not be using any classpath at all. Try removing classpath, and remove "build/" directory completely. Also, provide error message - it seems you cut the error message when posting the build log.
Vadim