From: | Nic Ferrier <nferrier(at)tapsellferrier(dot)co(dot)uk> |
---|---|
To: | pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | problem with the build file? |
Date: | 2002-10-12 19:50:27 |
Message-ID: | 87smzbxwqk.fsf_-_@pooh-sticks-bridge.tapsellferrier.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Here's a patch I had to apply to the ant script to get the build to
work properly.
It's incomplete because it doesn't address jdbc3. But I thought I'd
drop it here because I might have it completly round the back of my
neck anyway.
Nic
*** build.xml 2002/09/25 07:01:30 1.29
--- build.xml 2002/10/12 19:28:35
***************
*** 104,110 ****
<javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
<include name="${package}/**" />
! <exclude name="${package}/jdbc1/**" unless="jdbc1"/>
<exclude name="${package}/jdbc2/**" unless="jdbc2"/>
<exclude name="${package}/jdbc3/**" unless="jdbc3"/>
--- 104,110 ----
<javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
<include name="${package}/**" />
! <exclude name="${package}/jdbc1/Jdbc1*" unless="jdbc1"/>
<exclude name="${package}/jdbc2/**" unless="jdbc2"/>
<exclude name="${package}/jdbc3/**" unless="jdbc3"/>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-12 20:36:44 | \copy needs work (was Re: Changing Column Order) |
Previous Message | Nic Ferrier | 2002-10-12 19:29:17 | Re: cursor based result sets not updateable |