[opencms-dev] Build of oc 5.0 beta 2 fails - how to exclude oracle support?

Alexander Kandzior alex at opencms.org
Tue Nov 19 12:17:38 CET 2002


Thorsten,

you are probably using Ant 1.5. Use Ant 1.4 and it will ignore the
missing Oracle stuff.

Better yet, have a look in the build.xml around the following lines:

        <condition property="build.excludes"
value="${build.excludes},${ex.oracle}">
            <not><available file="${build.inputlib.oracle}"/></not>
        </condition> 

and change this so that it works with Ant 1.5. 
Don't forget to post your changes here on the list ;-)

Best Regards,
Alex.

Alexander Kandzior
OpenCms Group / Alkacon Software

> -----Original Message-----
> From: owner-opencms-dev at www.opencms.org 
> [mailto:owner-opencms-dev at www.opencms.org] On Behalf Of 
> Thorsten Guenther
> Sent: Tuesday, November 19, 2002 11:06 AM
> To: opencms-dev at opencms.com
> Subject: [opencms-dev] Build of oc 5.0 beta 2 fails - how to 
> exclude oracle support?
> 
> 
> Hi!
> 
> I'm trying to build oc 5.0 beta 2 from the sources, but after 
> a lot of complains about missing package "oracle.sql", ant 
> stops compilation. I don't need oracle support. How to get rid of it?
> 
> thanx in advance!
> 
> 
> Thorsten
> 
> -----------------------------------------------------------------
>  Thorsten Günther
> 
>   synaix
>   Gesellschaft fuer angewandte Informations-Technologien mbH
>   Im Suesterfeld 1
>   52072 Aachen, Deutschland
>   Amtsgericht Aachen HRB5670, GF Stefan Fritz, Michael Benden
> 
  Mailto:tguenther at synaix.de
  http://www.synaix.de
  Tel +49 241 41 30-154  Fax +49 241 41 30-480
-----------------------------------------------------------------






More information about the opencms-dev mailing list