[opencms-dev] preview problem
Martin Leja
Martin.Leja at mpluss.de
Tue Nov 5 11:02:30 CET 2002
Thanks for the hint Alexander,
you are right i had ant 1.5 installed. Building with ant 1.4 raises other
errors:
Buildfile: build.xml
init:
initmsg:
prepare:
compileclasses:
[javac] Compiling 236 source files to C:\Dokumente und
Einstellungen\martin\Eigene Dateien\projekte\opencms src\build\classes
[javac] C:\Dokumente und Einstellungen\martin\Eigene
Dateien\projekte\opencms
src\opencms\src\com\opencms\dbpool\CmsConnection.java:40:
com.opencms.dbpool.CmsConnection should be declared abstract; it does not
define setHoldability(int) in com.opencms.dbpool.CmsConnection
[javac] public class CmsConnection implements Connection {
[javac] ^
the same error is displayed for the classes
com.opencms.dbpool.CmsStatement
com.opencms.dbpool.CmsPreparedStatement
com.opencms.dbpool.CmsCallableStatement
can i fix this without downgrading jdk from 1.4 to 1.3?
--
Regards, martin.leja at mpluss.de
----- Original Message -----
From: "Alexander Kandzior" <alex at opencms.org>
To: <opencms-dev at www.opencms.org>
Sent: Monday, November 04, 2002 7:56 PM
Subject: RE: [opencms-dev] preview problem
> Martin,
>
> are you using Ant 1.5? If so try buling with Ant 1.4. The trouble you
> have is caused by the two "optinal" components from the OpenCms
> distribution: The Oracle driver and the (very old) FOP that was used for
> the PDFLauncher. There is a setting that worked for Ant 1.4 that
> prevented the compilation of these two classes, but in Ant 1.5 this does
> not longer work for some reason we still have to figure out.
>
> You could also just delete the CmsPdfLauncher.java and the corrosponding
> entry in the registry.xml (in WEB-INF/config). The result would be the
> same anyway.
>
> Best Regards.
> Alex.
>
> Alexander Kandzior
> OpenCms Group / Alkacon Software
[...]
More information about the opencms-dev
mailing list