AW: [opencms-dev] OpenCms/Flex source build problem

mfoley5 at csc.com.au mfoley5 at csc.com.au
Wed May 15 04:53:36 CEST 2002


Thanks,  that was the problem.

Apart from 'deprecated API' warnings OpenCms/Flex compiles fine.

Regards,  Mark

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.
----------------------------------------------------------------------------------------





"Petr Hollay" <ph at ethikom.de>@www.opencms.org on 14/05/2002 07:51:14 PM

Please respond to opencms-dev at www.opencms.org

Sent by:    owner-opencms-dev at www.opencms.org


To:    <opencms-dev at opencms.com>
cc:
Subject:    AW: [opencms-dev] OpenCms/Flex source build problem

Class java.sql.ParameterMetaData is present in JDK 1.4 but not in 1.3,
so it seems that you have to use JDK 1.4

Regards
Petr

-----Ursprungliche Nachricht-----
Von: owner-opencms-dev at www.opencms.org
[mailto:owner-opencms-dev at www.opencms.org]Im Auftrag von
mfoley5 at csc.com.au
Gesendet: Dienstag, 14. Mai 2002 09:33
An: opencms-dev at opencms.com
Betreff: [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