[Lenyacms-users] compile error
"Perry Molendijk" <[email protected]> Tue, 15 Apr 2003 23:21:24 +0800
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <004d01c30362$af09cfc0$b0a63bcb@inflexions> |
BlankHello,
I am getting this compile error when trying to build latest (15 April)
snapshot:
compile:
[javac] Compiling 220 source files to F:\lenyacms\build\lenya\classes
[javac] This version of java does not support the classic compiler;
upgradin
g to modern
[javac]
F:\lenyacms\build\lenya\src\org\lenya\cms\cocoon\acting\EditorMainAc
tion.java:52: package org.apache.excalibur.xml.sax does not exist
[javac] import org.apache.excalibur.xml.sax.SAXParser;
[javac] ^
....
I have looked everywhere for this package but can't find it anywhere.
This is my environment
win2k
jdk 1.4
tomcat 4.1.24
cocoon dev (cvs version from 5 April)
the "endorsed" jars are in place.
Perry