Simone Giannecchini a écrit : > Ciao Cedric, > did you update the whole tree of gt 2.3.x? > > Simone. > Yes, I have updated all my gt2.3.x directory. When I launch "mvn install" from the root directory of branches/2.3.x, I fail on the referencing module, so I have tried to build only the coverage module, because I need it, but it fails too.
> On 1/23/07, Cédric Briançon <[EMAIL PROTECTED]> wrote: >> Hello I've just updated my version of Geotools2.3.1, and the compilation >> breaks on coverage and referencing modules (the same for maven with >> jdk1.6 and 1.5.0_09). Here is the stack traces : >> >> C:\projets\geotools\branches\2.3.x\module\coverage>mvn install >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------- >> >> --- >> [INFO] Building Grid Coverage module >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------- >> >> --- >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:compile] >> Compiling 119 source files to >> C:\projets\geotools\branches\2.3.x\module\coverage >> \target\classes >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> >> C:\projets\geotools\branches\2.3.x\module\coverage\src\org\geotools\image\ImageW >> >> >> orker.java:[94,34] com.sun.imageio.plugins.png.PNGImageWriter is Sun >> proprietary >> API and may be removed in a future release >> >> C:\projets\geotools\branches\2.3.x\module\coverage\src\org\geotools\resources\im >> >> >> age\CoverageUtilities.java:[234,41] cannot find symbol >> symbol : variable REPLACE_NON_GEOPHYSICS_VIEW >> location: class org.geotools.factory.Hints >> >> C:\projets\geotools\branches\2.3.x\module\coverage\src\org\geotools\resources\im >> >> >> age\CoverageUtilities.java:[235,43] cannot find symbol >> symbol : variable REPLACE_NON_GEOPHYSICS_VIEW >> location: class org.geotools.factory.Hints >> >> >> >> C:\projets\geotools\branches\2.3.x\module\referencing>mvn install >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------- >> >> --- >> [INFO] Building Referencing services >> [INFO] task-segment: [install] >> [INFO] >> ------------------------------------------------------------------------- >> >> --- >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:compile] >> Compiling 407 source files to >> C:\projets\geotools\branches\2.3.x\module\referenc >> ing\target\classes >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Compilation failure >> >> C:\projets\geotools\branches\2.3.x\module\referencing\src\org\geotools\referenci >> >> >> ng\factory\epsg\SimpleDataSource.java:[99,7] >> org.geotools.referencing.factory.ep >> sg.SimpleDataSource is not abstract and does not override abstract >> method isWrap >> perFor(java.lang.Class) in java.sql.Wrapper >> >> >> Thanks for your attention, >> Cédric B. >> >> >> >> >> ------------------------------------------------------------------------- >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> _______________________________________________ >> Geotools-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geotools-devel >> > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
