Jesse Eichar a écrit :
I had to comment out the dependency on tools.jar because those classes are part of classes.jar on Macs.

I while try to get this dependency automatically excluded on Mac OS X then. 
Thank for the report.


The next problem was I didn't have ImageIO installed, I had thought that we had a build that would be automatically downloaded or something? I remember something about building a JAI on the email list last year, but maybe it was only JAI.

We tried that on the 2.1 branch, but is was not ported to the trunk. We got a lot of build failures with Maven 1. We tried but were unable to fix them. Maybe the situation would be different with Maven 2; I didn't tried.

According a discussion that I saw on JAI mailing list, the required Image I/O classes are likely to be bundled in the next JAI release. Consequently, the Image I/O dependency is likely to disaspear when the next major JAI release will be out.


Any how I installed those classes and world+image compile. I've now bumped against an issue with the MS-Access EPSG database plugin here's the error.


/Users/Jesse/Documents/repo/gt2.2.x/plugin/epsg-access/src/org/geotools/referencing/factory/epsg/AccessDataSource.java:[51,54] package sun.jdbc.odbc.ee does not exist


The sun.jdbc.odbc.ee package is for the JDBC-ODBC bridge, which is included in Sun distribution and documented, but not officialy supported. It is not guarenteed to be available on all platforms. This is why the plugin/epsg-access class is in a separated module instead of straight into module/referencing, even if it is just a tiny class.

I don't know if the Sun JDBC-ODBC bridge is available as a separated JAR. But anyway, given that I'm not sure if MS-Access is available on Mac OS X, maybe we should just exclude the plugin/epsg-access module on Maven (but I'm not sure how to do that...)

        Martin.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to