Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
I have same issue on startup with geowebcache. About of first build error, this works for me (and for test units):"info.setUpdateSequence( (long) get( global, "updateSequence", int.class ) );" Best regardsAlvaro De: Daniele Romagnoli Para: A Huarte

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread Andrea Aime
You are probably wrong using Java 8, GeoServer is still supposed to be built with Java 7 ;-) Jokes aside, Ben is upgrading GeoServer to Java 8 in these days, and Eclipse has its own compiler that sometimes different behavior than the official Java one. I'd suggest to revisit once the migration

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Thanks Andrea, I will check this error when migration to Java 8 is completed.I will still use Java7 until that day. Alvaro INFO:Eclipse Java EE IDE for Web Developers (Mars.1 Release (4.5.1)) + Java(TM) SE Runtime Environment (build 1.8.0_66-b18) + Windows 7 x64:All fine except only this simple

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Sorry, I sent an unfinished mail I meant "I can change the code to:info.setUpdateSequence( get( global, "updateSequence", long.class ) ); " Alvaro De: A Huarte Para: "geoserver-devel@lists.sourceforge.net" Enviado:

[Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Hi, I have updated my geoserver repo to current master repo. It builds ok from windows console with maven, but when I create the eclipse projects and I load them in Eclipse Mars (Windows 7 - x64), I get the error "Type mismatch: cannot convert from Integer to long" in line ...

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread Daniele Romagnoli
I have same issue. I was building GS master with maven using JDK 7, getting this: [INFO] BUILD FAILURE [INFO] [INFO] Total time: 6.150 s [INFO] Finished at: 2015-12-21T15:40:46+01:00 [INFO] Final Memory: 41M/369M [INFO]