Re: [Geotools-devel] Kicking db2 out of the build....

2007-08-02 Thread David Adler
I received a note from DB2 development/support saying that the drivers that are available at the bottom of the page at the link below can be redistributed so these could be made downloadable by Maven and potentially included with the DB2 plug-in in the GeoTools distribution. http://www.ibm.com/s

Re: [Geotools-devel] Kicking db2 out of the build....

2007-08-02 Thread Jody Garnett
Have a look at the pom.xml file for epsg-oracle, it contains two profiles (one for a dummy jar and one with the real jar) and switches between them based on a system property. To run with the real jar: - mvn clean install -Poracle.jdbc=true To run with the dummy jar: - mvn clean install Settin

Re: [Geotools-devel] Kicking db2 out of the build....

2007-08-02 Thread Justin Deoliveira
I believe Saul solved this very same problem in ArcSDE with a profile... you may want to look there for inspiration... or ask Saul for the details :) David Adler wrote: > Sorry about that. > > I was testing with the live DB2 drivers and forget to change the > comments back before committing the

Re: [Geotools-devel] Kicking db2 out of the build....

2007-08-02 Thread Andrea Aime
David Adler ha scritto: > Sorry about that. > > I was testing with the live DB2 drivers and forget to change the > comments back before committing the pom.xml. Hopefully this is fixed now. > > Is there a better way to deal with this situation? > > A while back, I had found an IBM DB2 web site t

Re: [Geotools-devel] Kicking db2 out of the build....

2007-08-02 Thread David Adler
Sorry about that. I was testing with the live DB2 drivers and forget to change the comments back before committing the pom.xml. Hopefully this is fixed now. Is there a better way to deal with this situation? A while back, I had found an IBM DB2 web site that indicated the DB2 JDBC drivers coul

[Geotools-devel] Kicking db2 out of the build....

2007-08-01 Thread Andrea Aime
Hi David, I'm temporarily kicking db2 out of the build because the build fails looking for the jdbc driver and its licese: Missing: -- 1) com.ibm:db2jcc_license_cu:jar:8.2 Try downloading the file manually from the project website. Then, install it using the command: mvn insta