[opencms-dev] OpenCms/Flex source build problem
Alexander Kandzior
alex at opencms.com
Tue May 14 19:25:42 CEST 2002
Hi Mark,
someone else already suggested the answer:
It seems that you are compiling with JDK 1.3.
OpenCms/Flex has been build for JDK 1.4, and this requires
changed due to the new JDBC 3.0. Which is package java.sql.*.
I am sorry, I should have put a note somewhere that Flex compiles
with 1.4 only. BTW it runs fine with 1.3 if you compiled it
with 1.4, but not vice-versa.
Best Regards,
Alex.
> -----Original Message-----
> From: owner-opencms-dev at www.opencms.org
> [mailto:owner-opencms-dev at www.opencms.org] On Behalf Of
> mfoley5 at csc.com.au
> Sent: Tuesday, May 14, 2002 10:33 AM
> To: opencms-dev at opencms.com
> Subject: [opencms-dev] OpenCms/Flex source build problem
>
>
> Hi All,
>
> I am trying to build OpenCms/Flex from the sources ("ant
> -buildfile build_flex.xml war") but get a stream of errors,
> beginning with the dump pasted below:
>
> Am I missing something?
>
> Regards,
> Mark
>
> D:\ocms_flex\opencms>ant -buildfile build_flex.xml war
> Buildfile: build_flex.xml
>
> init:
>
> initmsg:
>
> prepare:
>
> compileclasses:
> [javac] Compiling 344 source files to D:\ocms_flex\build\classes
> [javac] D:
> \ocms_flex\opencms\src\com\opencms\dbpool\CmsPreparedStatement.jav
> a:201: cannot resolve symbol
> [javac] symbol : class ParameterMetaData
> [javac] location: package sql
> [javac] public java.sql.ParameterMetaData getParameterMetaData()
> throws ja
> va.sql.SQLException {
> [javac] ^
> [javac] D:
> \ocms_flex\opencms\src\com\opencms\dbpool\CmsConnection.java:147:
> cannot resolve symbol
> [javac] symbol : class Savepoint
> [javac] location: package sql
> [javac] public void rollback(java.sql.Savepoint
> savepoint) throws
> java.s
> ql.SQLException {
> [javac] ^
> [javac] D:
> \ocms_flex\opencms\src\com\opencms\dbpool\CmsConnection.java:424:
> cannot resolve symbol
> [javac] symbol : class Savepoint
> [javac] location: package sql
> [javac] public void
> releaseSavepoint(java.sql.Savepoint savepoint)
> throw
> s java.sql.SQLException {
> [javac] ^
> [javac] D:
> \ocms_flex\opencms\src\com\opencms\dbpool\CmsConnection.java:434:
> cannot resolve symbol
> .......
>
>
> Mark Foley
> __________________________________________________
> CSC
> 212 Northbourne Ave, Braddon, ACT 2612
> Ph: +61-2-62468487 Email: mfoley5 at csc.com.au
> --------------------------------------------------------------
> --------------------------
>
> This email, including any attachments, is intended only for use by the
> addressee(s) and may contain confidential and/or personal
> information and may also be the subject of legal privilege.
> Any personal information contained in this email is not to be
> used or disclosed for any purpose other than the purpose for
> which you have received it. If you are not the intended
> recipient, you must not disclose or use the information
> contained in it. In this case, please let me know by return
> email, delete the message permanently from your system and
> destroy any copies.
> --------------------------------------------------------------
> --------------------------
>
>
More information about the opencms-dev
mailing list