Stefano,
Could you try build.bat from the CVS? Now, if JAVA_HOME is present, it
will take precedence over Java in system path.
Vadim
> -Original Message-
> From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 20, 2002 5:48 PM
> To: Apache Cocoon; Apache Cocoon
On Wed, 20 Feb 2002, Stefano Mazzocchi wrote:
> I just compiled the fresh CVS and I got a bunch of compilation errors
> such as
>
> class org.apache.cocoon.components.language.markup.xsp.EsqlConnection
> must
> be declared abstract. It does not define void setHoldability(int) from
> interface jav
I ran into that problem as well, but the way I fixed it is to set the Environment
Variables in the System Properties as follows:
JAVA_HOME = {path to jdk1.4 (not the -rc, which was all screwy)}
CLASSPATH = .;%JAVA_HOME%/tools.jar;
now, your "Path" variable pobably looks like:
;%SystemRo