Gianugo
Thank you fore your prompt reply.
> Weird. Can you tell us what platform & JDK are you using? Do you use ant
> for building the code? If so, could you post the build output?
>
My platform is Windows XP Professional and JDK is j2sdk1.4.1.
I am building using build.bat and also ./bin/ant.bat.
Following is the part of the build output. My locale is Japanese,
so it contains Japanese characters which you may not read.
--------------------------------------------------
java -classpath .;;.\config;.\java\lib\xerces_1.4.3.jar;.\java\
lib\ant-1.5.1.jar
;.\java\lib\commons-logging-1.0.1.jar;.\java\lib\infozone-tools.
jar;.\java\lib\j
unit-3.8.1.jar;.\java\lib\junit-addons-1.1.jar;.\java\lib\
junitperf-1.8.jar;.\ja
va\lib\servlet.jar;.\java\lib\xalan-2.4.0.jar;.\java\lib\xerces-
2.2.1.jar;.\java
\lib\xercesImpl-2.1.0.jar;.\java\lib\xml-apis-1.0b3.jar;.\java\
lib\xml-apis-2.2.
1.jar;.\java\lib\xmldb-api-20021118.jar;.\java\lib\xmldb-api-sdk
-20021118.jar;.\
java\lib\xmldb-common.jar;.\java\lib\xmldb-xupdate.jar;.\java\
lib\xmlrpc-1.1.jar
;E:\j2sdk1.4.1\lib\tools.jar -Dant.home=. org.apache.tools.ant.
Main
Buildfile: build.xml
init:
src-build:
[javac] Compiling 201 source files to D:\Apache\xml-xindice\
build\classes
[javac] D:\Apache\xml-xindice\java\src\org\apache\xindice\
client\xmldb\DatabaseImpl.java:216: シンボルを解釈処理できません。
[javac] シンボル: コンストラクタ XMLDBException (int,java.
lang.String,java.lang.Exception)
[javac] 位置 : org.xmldb.api.base.XMLDBException の
クラ
ス
[javac] throw new XMLDBException(ErrorCodes.INVALID
_URI, uri, e);
[javac] ^
[javac] D:\Apache\xml-xindice\java\src\org\apache\xindice\
client\xmldb\embed
\CollectionImpl.java:109: シンボルを解釈処理できません。
[javac] シンボル: コンストラクタ XMLDBException (int,java.
lang.String,java.lang.Exception)
[javac] 位置 : org.xmldb.api.base.XMLDBException の
クラ
ス
[javac] throw new XMLDBException(ErrorCodes.NO_
SUCH_COLLECTION,
[javac] ^
:
:
:
:
:
[javac] 29 errors
BUILD FAILED
file:D:/Apache/xml-xindice/build.xml:129: Compile failed; see
the compiler error output for details.
Total time: 13 seconds
---------------------------------------------------------------
Yasuhiro Chiba
e-mail:[EMAIL PROTECTED]