<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=307361016-19082002><FONT color=#0000ff size=2>thanks, i got it 
compiled with jdk 1.3</FONT></SPAN></DIV>
<DIV><SPAN class=307361016-19082002><FONT color=#0000ff 
size=2></FONT></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Petr Hollay 
  [mailto:ph@ethikom.de] <BR><B>Sent:</B> 19 August 2002 16:51<BR><B>To:</B> 
  opencms-dev@www.opencms.org<BR><B>Subject:</B> RE: [opencms-dev] compilation 
  errors<BR><BR></FONT></DIV>
  <DIV><SPAN class=302584915-19082002><FONT face=Arial color=#0000ff size=2>Use 
  JDK 1.3.x instead of JDK 1.4.0</FONT></SPAN></DIV>
  <DIV><SPAN class=302584915-19082002><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN> </DIV>
  <DIV><SPAN class=302584915-19082002><FONT face=Arial color=#0000ff 
  size=2>Regards</FONT></SPAN></DIV>
  <DIV><SPAN class=302584915-19082002><FONT face=Arial color=#0000ff size=2>Petr 
  Hollay</FONT></SPAN></DIV>
  <DIV><SPAN class=302584915-19082002></SPAN> </DIV>
  <BLOCKQUOTE>
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> 
    owner-opencms-dev@www.opencms.org 
    [mailto:owner-opencms-dev@www.opencms.org]<B>On Behalf Of </B>Puneet 
    Narang<BR><B>Sent:</B> Monday, August 19, 2002 3:41 PM<BR><B>To:</B> 
    opencms-dev@www.opencms.org<BR><B>Subject:</B> [opencms-dev] compilation 
    errors<BR><BR></FONT></DIV>
    <DIV><FONT color=#000000 size=2><SPAN class=972133714-19082002>Hi 
    everyone,</SPAN></FONT></DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002>          
    i am getting the following errors while trying to compile opencms source 
    with ant. (downloaded <A 
    href="http://www.opencms.org/download/opencms_src_4.6.1.zip"><FONT 
    size=3>opencms_src_4.6.1.zip</FONT></A>)</SPAN></FONT></DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002></SPAN></FONT> </DIV><FONT color=#000000 
    size=2><SPAN class=972133714-19082002>
    <DIV><BR>compileclasses:<BR>    [javac] Compiling 324 source 
    files to C:\Documents and Settings\Puneet 
    Naran<BR>g\Desktop\opencms_src_4.6.1\build\classes</DIV>
    <DIV> </DIV>
    <DIV>    [javac] C:\Documents and Settings\Puneet 
    Narang\Desktop\opencms_src_4.6.1\op<BR>encms\src\com\opencms\dbpool\CmsStatement.java:40:<BR>com.opencms.dbpool.CmsStatement 
    should be declared abstract; it does not define getMoreResults(int) in 
    com.op<BR>encms.dbpool.CmsStatement<BR>    [javac] public 
    class CmsStatement implements Statement {<BR>    
    [javac]        ^</DIV>
    <DIV> </DIV>
    <DIV><BR>    [javac] C:\Documents and Settings\Puneet 
    Narang\Desktop\opencms_src_4.6.1\op<BR>encms\src\com\opencms\dbpool\CmsPreparedStatement.java:42: 
    com.opencms.dbpool.Cm<BR>sPreparedStatement should be declared abstract; it 
    does not define setURL(int,ja<BR>va.net.URL) in 
    com.opencms.dbpool.CmsPreparedStatement<BR>    [javac] public 
    class CmsPreparedStatement extends CmsStatement implements 
    Pr<BR>eparedStatement {<BR>    
    [javac]        ^</DIV>
    <DIV> </DIV>
    <DIV><BR>    [javac] C:\Documents and Settings\Puneet 
    Narang\Desktop\opencms_src_4.6.1\op<BR>encms\src\com\opencms\dbpool\CmsCallableStatement.java:42: 
    com.opencms.dbpool.Cm<BR>sCallableStatement should be declared abstract; it 
    does not define registerOutPa<BR>rameter(java.lang.String,int) in 
    com.opencms.dbpool.CmsCallableStatement<BR>    [javac] public 
    class CmsCallableStatement extends CmsPreparedStatement imple<BR>ments 
    CallableStatement {<BR>    
    [javac]        ^</DIV>
    <DIV> </DIV>
    <DIV><BR>    [javac] C:\Documents and Settings\Puneet 
    Narang\Desktop\opencms_src_4.6.1\op<BR>encms\src\com\opencms\dbpool\CmsConnection.java:40: 
    com.opencms.dbpool.CmsConnec<BR>tion should be declared abstract; it does 
    not define setHoldability(int) in 
    com.<BR>opencms.dbpool.CmsConnection<BR>    [javac] public 
    class CmsConnection implements Connection {<BR>    
    [javac]        ^<BR>    
    [javac] Note: Some input files use or override a deprecated 
    API.<BR>    [javac] Note: Recompile with -deprecation for 
    details.<BR>    [javac] 4 errors</DIV>
    <DIV> </DIV>
    <DIV>BUILD FAILED<BR></SPAN></FONT></DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002></SPAN></FONT> </DIV>
    <DIV><FONT color=#000000 size=2><SPAN class=972133714-19082002>Please help 
    !!!!!</SPAN></FONT></DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002>Puneet</SPAN></FONT></DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002></SPAN></FONT> </DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002></SPAN></FONT> </DIV>
    <DIV><FONT color=#000000 size=2><SPAN 
    class=972133714-19082002></SPAN></FONT> </DIV><B>Disclaimer</B><BR><BR>This 
    email is confidential and intended solely for the use of the individual to 
    whom it is addressed. Any views or opinions presented are solely those of 
    the author and do not necessarily represent those of Zenesis Limited. If you 
    are not the intended recipient, be advised that you have received this email 
    in error and that any use, dissemination, forwarding, printing or copying of 
    this email is strictly prohibited. If you have received this email in error 
    please notify the administrator at Zenesis Limited, 20 Upper Maudlin Street, 
    Bristol, BS2 8DJ, +44(0)117 9300789. Email <A 
    href="administrator@zenesis.com">administrator@zenesis.com</A>. 
</BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>