Re: ant wants to build a J2EE jdbc driver (I only want a J2SE driver!) - Mailing list pgsql-cygwin

From Jerry Asher
Subject Re: ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)
Date
Msg-id 4.3.2.7.2.20010530210321.00c03d90@hollyjerry.org
Whole thread Raw
In response to ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)  (Jerry Asher <jerry@hollyjerry.org>)
List pgsql-cygwin
Okay, I figured this one out.

The postgresql jdbc build.xml file tries determine if the class
javax.sql.Datasource exists, and if it does, it builds the enterprise
edition.  Last night I included the Oracle jdbc driver on my classpath, and
that jar file includes that class.  Removing the oracle jdbc driver from
the classpath and ant is able to successfully build the postgres jdbc driver.

Nevermind.... (but thanks anyway)

Jerry Asher


=====================================================
Jerry Asher                       jerry@hollyjerry.org
1678 Shattuck Avenue Suite 161    Tel: (510) 549-2980
Berkeley, CA 94709                Fax: (877) 311-8688


pgsql-cygwin by date:

Previous
From: Jerry Asher
Date:
Subject: ant wants to build a J2EE jdbc driver (I only want a J2SE driver!)
Next
From: s0lao@netscape.net (S. L.)
Date:
Subject: Re: initdb takes forever!