Hi Aslak,
Attached xml as you wanted. Sure, my real one include
userid/passwd... :-)
But problem again... right now, i change to ant 1.5.beta2... it
should work fine.... but i am using JBOSS.... not weblogic.... :-(
Gordon
[EMAIL PROTECTED] wrote:
>Hard to say not having seen your build script. -But now that you know
>how to get the CVS version running, maybe you could try with that?
>
>If you want to try to build the airline sample using PostgreSQL you
>need to:
>1) Add middlegen/samples/config/database/postgresql.xml
>2) Update middlegen/samples/build.xml to include that instead
>
>There is already an SQL script for PostgreSQL.
>
>P.S. If you do this, please send me the postgresql.xml
>
>Aslak
>
>
>
<!-- =================================================================== -->
<!-- ant properties/targets for mysql -->
<!-- note: this is not a proper xml file (there is no root element) -->
<!-- it is intended to be imported from a *real* xml file -->
<!-- =================================================================== -->
<property name="database.script.file" value="${src.dir}/sql/${name}-postgresql.sql"/>
<property name="database.driver.file" value="${lib.dir}/jdbc7.0-1.2.jar"/>
<property name="database.driver" value="org.postgresql.Driver"/>
<property name="database.url" value="jdbc:postgresql://localhost/airline"/>
<property name="database.userid" value=""/>
<property name="database.password" value=""/>
<property name="database.schema" value=""/>
<property name="database.catalog" value=""/>