[jdom-interest] buil problem
Jason Hunter
jhunter at acm.org
Mon Jun 24 10:17:23 PDT 2002
It's a Collections class, so with JDK 1.2 you'll find it in the system,
but with JDK 1.1.x you'll need it from collections.jar. I can't tell if
you're building with build11.bat or not, but you'll need to do that.
-jh-
benoit Rolland wrote:
>
> 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
>
> _______________________________________________
> 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