Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Jdbc > [PATCH] Make po...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 1892 of 1998
Post > Topic >>

[PATCH] Make postgresql-jdbc compile with jdk7

by bero@[EMAIL PROTECTED] (Bernhard =?iso-8859-1?q?Rosenkr=E4nzer?=) Feb 26, 2008 at 12:43 PM

--Boundary-00=_8lAxHhSas+3zQJY
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,
here's a trivial fix that makes postgresql-jdbc 8.3-603 build with jdk7 
snapshots.

Regards
bero

--Boundary-00=_8lAxHhSas+3zQJY
Content-Type: text/x-patch;
  charset="us-ascii";
  name="postgresql-jdbc-8.3-603-jdk7.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="postgresql-jdbc-8.3-603-jdk7.patch"

--- postgresql-jdbc-8.3-603.src/build.xml.ark	2008-02-26
12:44:04.000000000 +0100
+++ postgresql-jdbc-8.3-603.src/build.xml	2008-02-26 12:44:13.000000000
+0100
@[EMAIL PROTECTED]
 -45,7 +45,10 @[EMAIL PROTECTED]
 	<equals arg1="${java.specification.version}" arg2="1.5"/>
     </condition>
     <condition property="jdbc4">
+      <or>
         <equals arg1="${java.specification.version}" arg2="1.6"/>
+        <equals arg1="${java.specification.version}" arg2="1.7"/>
+      </or>
     </condition>
     <condition property="jdbc3any">
       <or>

--Boundary-00=_8lAxHhSas+3zQJY
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0


---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

--Boundary-00=_8lAxHhSas+3zQJY--
 




 2 Posts in Topic:
[PATCH] Make postgresql-jdbc compile with jdk7
bero@[EMAIL PROTECTED] (  2008-02-26 12:43:39 
Re: [PATCH] Make postgresql-jdbc compile with jdk7
books@[EMAIL PROTECTED]   2008-02-26 07:43:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Thu Jul 24 13:40:31 CDT 2008.