[jdom-interest] buil problem
benoit Rolland
benoit.rolland at free.fr
Sun Jun 23 19:03:41 PDT 2002
Buiding JDOM with jdk 1.1.8 leeds to an error:
org.jdom.NoSuchElementException is not found in
org\jdom\ContentList.java:980
Should it be replaced by a JDOMException or does the
org.jdom.NoSuchElementException exist somewhere ?
JDOM Build System
-------------------
Building with classpath
C:\jdk1.1.8\lib\tools.jar;.\lib\xerces.jar;.\lib\ant.jar
;.\lib\jaxp.jar;.\lib\collections.jar;C:\jdk1.1.8\lib\classes.zip
Starting Ant...
Buildfile: build.xml
init:
[echo] ----------- JDOM 1.0beta8-dev [2002] ------------
prepare:
prepare-src:
collections:
compile:
[javac] Compiling 18 source files to
C:\jprogs\jdom\jdom-b8\build\classes
[javac]
C:\jprogs\jdom\jdom-b8\build\src\org\jdom\ContentList.java:980: Clas
s org.jdom.NoSuchElementException not found in type declaration.
[javac] throw new NoSuchElementException();
[javac] ^
[javac] 1 error
BUILD FAILED
More information about the jdom-interest
mailing list