Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Preference page a go

When I went back to my Eclipse GeoTools build environment and rebuilt everything, it seemed to work fine so I'm wondering if there is some problem between the db2-2.1.RC1.jar and main-2.1.RC1.jar files.

When I tried to do a maven build, it failed in the main directory due to some grid coverage tests, so it didn't build the main jar. I don't know if there is something wrong with my environment or if the GeoTools build is currently broken. Did Amr's GeoTools build succeed?


At 03:20 PM 8/3/2005, you wrote:
David Adler wrote:

Someone (Amr?) changed the first parameter of the constructor for org.geotools.data.jdbc.FeatureTypeHandler from JDBCDataStore to JDBC1DataStore.

DB2FeatureTypeHandler is a subclass of FeatureTypeHandler and issues super() with an instance of JDBCDataStore. JDBCDataStore is now a subclass of JDBC1DataStore. That seems to be why it is dying.

Right, he was breaking things out for JDBC1 and JDBC2 level drivers.
And the DB2 does not run any tests for him to catch this mistake?

Jody
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel




Back to the top