Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Trying to build mysql...

Hi,

I'm trying to build mysql. But I get get the geotools plugin to build. I've updated and tried to build... I will try again with a clean maven repository.

Here are my errors:


/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[214,70] cannot find symbol
symbol  : variable TABLE_NAME
location: class org.geotools.data.mysql.MySQLDataStore

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[216,32] cannot find symbol
symbol  : class CoordinateReferenceSystem
location: class org.geotools.data.mysql.MySQLDataStore

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[218,46] cannot find symbol
symbol  : variable CRS
location: class org.geotools.data.mysql.MySQLDataStore

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[253,35] incompatible types
found   : java.lang.Object
required: java.lang.Class

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[259,8] cannot find symbol
symbol  : class Connection
location: class org.geotools.data.mysql.MySQLDataStore

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[264,8] cannot find symbol
symbol  : class Statement
location: class org.geotools.data.mysql.MySQLDataStore

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[268,11] cannot find symbol
symbol  : variable JDBCUtils
location: class org.geotools.data.mysql.MySQLDataStore

/Users/jesse/dev/repo/geot/2.2.x/plugin/mysql/src/org/geotools/data/ mysql/MySQLDataStore.java:[276,12] cannot find symbol
symbol  : variable JDBCUtils
location: class org.geotools.data.mysql.MySQLDataStore

Jesse


Back to the top