[jdom-interest] (no subject)
Jason Hunter
jhunter at acm.org
Tue Aug 1 14:45:25 PDT 2000
Common build error, I'll be doing a FAQ on this one. Check your
classpath, you have some other XML library causing a conflict and being
found before our xerces.jar. It could also be in jar in your standard
ext dir.
-jh-
Rizwan Raza wrote:
>
> I have downloaded the stuff using CVS. I think that it is the latest version
> that was available. I used the following batch file inorder to download the
> stuff
>
> cvs -d :pserver:anonymous at cvs.jdom.org:/home/cvspublic login
> cvs -d :pserver:anonymous at cvs.jdom.org:/home/cvspublic co jdom
> cvs -d :pserver:anonymous at cvs.jdom.org:/home/cvspublic co jdom-contrib
> cvs -d :pserver:anonymous at cvs.jdom.org:/home/cvspublic co jdom-test
>
> But when I ran the build file it gave me the following error. I think that I
> am missing the latest version. Any kind of help will be appreciated. Thanks
>
> ...
> ...
> ...
> ...
> Starting Ant...
> Buildfile: build.xml
> Project base dir set to: C:\rizwan\jdom
> Executing Target: init
> ----------- JDOM 1.0beta4 [2000] ------------
> Executing Target: prepare
> Executing Target: prepare-src
> Executing Target: compile
> Compiling 1 source files to C:\rizwan\jdom\build\classes
> C:\rizwan\jdom\build\src\org\jdom\input\DOMBuilder.java:386: Method
> getPublicId(
> ) not found in interface org.w3c.dom.DocumentType.
> String publicID = domDocType.getPublicId();
> ^
> C:\rizwan\jdom\build\src\org\jdom\input\DOMBuilder.java:387: Method
> getSystemId(
> ) not found in interface org.w3c.dom.DocumentType.
> String systemID = domDocType.getSystemId();
> ^
> 2 errors
> BUILD FATAL ERROR: Compile failed, messages should have been provided.
>
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
More information about the jdom-interest
mailing list