On Tue, 06 May 2003 10:37:37 +0100 (BST) Gul Akbar <[EMAIL PROTECTED]> wrote:
> XUpdate works fine with Java 1.3. You do not need to do these for this > version of Java. It is only with version 1.4 that these changes are > required. The CVS for XAPI as well as for XUpdate are updated to use the latest Xalan/Xerces. The proper libraries should reside in java/lib/ext resp. java/lib/endorsed. Check out the modules xapi and xupdate from CVS and build the jars xmldb-common.jar, xmldb-api.jar and xmldb-xupdate.jar. We're moving forward to make new releases of XAPI and XUpdate. So far beta testers are welcome. :o) Any feedback is appreciated. > Quoting xydragon <[EMAIL PROTECTED]>: > > > Hello Gul: > > I am come from China. I had read the message issue from > > http://marc.theaimsgroup.com/?t=105108748400005&r=1&w=2 and > > http://marc.theaimsgroup.com/?l=xindice-dev&m=105202983727500&w=2. > > > > While building the Xindice, I got following error messages: > > clean-jar: > > [delete] Deleting: E:\xindice\java\lib\xindice.jar > > [delete] Unable to delete file E:\xindice\java\lib\xindice.jar > > > > src: > > [echo] Compiling Source > > [javac] Compiling 1 source file to E:\xindice\java\classes > > [javac] > > E:\xindice\java\src\org\apache\xindice\core\xupdate\XObjectImpl.java: > > 106: cannot resolve symbol > > [javac] symbol : method nodelist () > > [javac] location: class org.apache.xpath.objects.XObject > > [javac] return (NodeList) _xobj.nodelist(); > > [javac] ^ > > [javac] 1 error > > > > BUILD FAILED > > > > E:\xindice\build.xml:123: Compile failed, messages should have been > > provided. > > > > Total time: 7 seconds > > > > > > > > ------------------------------------ > > Why? > > > > I am using : > > Xindice version: 1.0 > > JDK version: 1.3