Hi guys,
the GeoTools merge with trunk is almost complete, only few coverages plugins have to be done yet … however GeoServer 1.4.x + wcs (https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs) works perfectly with GeoTools trunk release.
KML for geometric features even works fine.
Cheers,
Alessio.
–
Alessio Fabiani
Software Engineer
http://afabiani.wordpress.com
Alessio Fabiani wrote:
Hi guys,
the GeoTools merge with trunk is almost complete, only few coverages plugins have to be done yet ... however GeoServer 1.4.x + wcs (https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs) works perfectly with GeoTools trunk release.
KML for geometric features even works fine.
Since we're experiencing problems in checking out and compiling GeoTools and GeoServer, do you mind terribly posting a snapshot ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
If you use svn://svn.codehaus.org/geoserver you should be able to check out just fine.
Though I agree that being able to use the online https was useful, perhaps we can convince them to put up a real web svn viewer. We may try to get nightly builds sometime soon, but using svn prefix should work fine for anonymous access, and indeed I think was the general recommended way even previously.
best regards,
Chris
Luca Morandini wrote:
Alessio Fabiani wrote:
Hi guys,
the GeoTools merge with trunk is almost complete, only few coverages plugins have to be done yet ... however GeoServer 1.4.x + wcs (https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs) works perfectly with GeoTools trunk release.
KML for geometric features even works fine.
Since we're experiencing problems in checking out and compiling GeoTools and GeoServer, do you mind terribly posting a snapshot ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
-------------------------------------------------------------------------
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
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:1003,44c2ac3d299781527717022!
--
Chris Holmes
The Open Planning Project
http://topp.openplans.org
Chris Holmes wrote:
If you use svn://svn.codehaus.org/geoserver you should be able to check out just fine.
Thanks for pointing this out.
BTW, I still have the problem I raised in my 20th of July post: after building GeoTools from its checkout, how can I integrate it in the GeoServer checkout ?
Regards.
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Great, so once we release 1.4.0 against geotools 2.2, there is nothing holding us back from moving geoserver to geotools trunk and bringing wcs on home. Great work Allesio.
-Justin
Alessio Fabiani wrote:
Hi guys,
the GeoTools merge with trunk is almost complete, only few coverages plugins have to be done yet ... however GeoServer 1.4.x + wcs (https://svn.codehaus.org/geoserver/branches/1.4.x_debugged_trunk_wcs) works perfectly with GeoTools trunk release.
KML for geometric features even works fine.
Cheers,
Alessio.
--
---------------------------------------------------------
Alessio Fabiani
Software Engineer
http://afabiani.wordpress.com
--------------------------------------------------------- !DSPAM:1004,44c28ddc288861116498154!
------------------------------------------------------------------------
-------------------------------------------------------------------------
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
!DSPAM:1004,44c28ddc288861116498154!
------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
!DSPAM:1004,44c28ddc288861116498154!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
Luca Morandini wrote:
Chris Holmes wrote:
If you use svn://svn.codehaus.org/geoserver you should be able to check out just fine.
Thanks for pointing this out.
BTW, I still have the problem I raised in my 20th of July post: after building GeoTools from its checkout, how can I integrate it in the GeoServer checkout ?
Justin probably has a better answer, but you can do it by hand by
copying the appropriate files to the lib/ dir. Though actually, I've yet to really get my hands dirty with 1.4.x. Justin, what's the best way to work with a local build of GeoTools?
Regards.
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
-------------------------------------------------------------------------
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
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:1003,44c336ed3596309890654!
--
Chris Holmes
The Open Planning Project
http://topp.openplans.org
Hey all,
DISCLAIMER: The following is only for those using maven2 with the 1.4.x "trunk" of code.
I'd love Justin to confirm what I write in this email, but I *think* that the answer to the question:
"What do I have to do to get a home-built GT trunk/2.2.x build integrated with Geoserver" is "nothing."
I'm using Maven 2, and here's my experiences:
1) I checked out gt-trunk, and built it using maven2 ($ mvn -Dmaven.test.skip install)
2) When gt-trunk maven finished, I had a fully populated m2 repository ("$HOME/.m2/repository/<lots of repo directories here>")
3) I then checked out Alessio's "1.4.x_merge_wcs" branch, which is gt-trunk compatible, and also 1.4.x-based and also has wcs support (I think).
4) I then built the 1.4.x_merge_wcs branch, using the same maven2 command as above. Due to the way the 1.4.x "pom.xml" file is setup, the maven2 build of geoserver doesn't go out to the internet to fetch missing geotools jars...it simply looks for them in your .m2 repository. Seems like those geotools jars are at $HOME/.m2/repository/org/geotools/gt2-{main,imagemosaic,image,...}
5) Maven2 just automagically picks them up out of your freshly populated repository, and you're building with your fresh fresh gt jars.
If you didn't have a local copy of the gt jarfiles, you could tweak the geoserver "pom.xml" file in the main directory, and get it to go out to the internet to fetch the geotools jars for you (along with all the other jars that maven fetches for you). Someone has nicely set up a geotools maven2 repository out there on the internet...you can look the url up in the pom file.
Justin, can you confirm that I'm not completely out of whack here? Don't want to be dispensing bad advice!
thanks,
--saul
copying the appropriate files to the lib/ dir. Though actually, I've yet to really get my hands dirty with 1.4.x. Justin, what's the best way to work with a local build of GeoTools?
Saul Farber wrote:
1) I checked out gt-trunk, and built it using maven2 ($ mvn -Dmaven.test.skip install)
2) When gt-trunk maven finished, I had a fully populated m2 repository ("$HOME/.m2/repository/<lots of repo directories here>")
Duh !
I would have never imagined Maven put something outside the GeoTools directory... thanks for letting me know.
3) I then checked out Alessio's "1.4.x_merge_wcs" branch, which is gt-trunk compatible, and also 1.4.x-based and also has wcs support (I think).
Ok.
4) I then built the 1.4.x_merge_wcs branch, using the same maven2 command as above. Due to the way the 1.4.x "pom.xml" file is setup, the maven2 build of geoserver doesn't go out to the internet to fetch missing geotools jars...it simply looks for them in your .m2 repository. Seems like those geotools jars are at
Hmm... I have a problem:
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-GriB1/2.3-SNAPSHOT/gt2-GriB1-2.3-SNAPSHOT.pom
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-ImageMosaic/2.3-SNAPSHOT/gt2-ImageMosaic-2.3-SNAPSHOT.pom
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-ImageMosaic/2.3-SNAPSHOT/gt2-ImageMosaic-2.3-SNAPSHOT.jar
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-GriB1/2.3-SNAPSHOT/gt2-GriB1-2.3-SNAPSHOT.jar
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
It seems the refractions repository is not answering: is it a transient nuisance ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
I had the exact same problem with the GriB1 jars. I got them from an email Alex Petkov sent me (he attached that jar file) but it seems that attachments don't get saved on the list archives. I found the email here:
http://sourceforge.net/mailarchive/message.php?msg_id=32960094
but there's no attachment.
So i've put up a copy of the GriB1-2.3-SNAPSHOT.jar file here:
http://maps.massgis.state.ma.us/~sfarber/gt2-GriB1-2.3-SNAPSHOT.jar
You have to put it in the directory:
$HOME/.m2/repository/org/geotools/gt2-GriB1/2.3-SNAPSHOT/
As for the ImageMosaic jars, they're built by gt2-trunk as "imagemosaic" (lower case letters), but 1.4.x_merge_wcs looks for them as "ImageMosaic".
I edited the pom.xml file in the wcs branch to change the section about "ImageMosaic" to "imagemosaic" and everything worked fine.
Hope that helps!
--saul
Hmm... I have a problem:
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-GriB1/2.3-SNAPSHOT/gt2-GriB1-2.3-SNAPSHOT.pom
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-ImageMosaic/2.3-SNAPSHOT/gt2-ImageMosaic-2.3-SNAPSHOT.pom
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-ImageMosaic/2.3-SNAPSHOT/gt2-ImageMosaic-2.3-SNAPSHOT.jar
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
Downloading: http://lists.refractions.net/m2//org/geotools/gt2-GriB1/2.3-SNAPSHOT/gt2-GriB1-2.3-SNAPSHOT.jar
[WARNING] Unable to get resource from repository refractions (http://lists.refractions.net/m2/)
It seems the refractions repository is not answering: is it a transient nuisance ?
Saul Farber wrote:
I had the exact same problem with the GriB1 jars. I got them from an email Alex Petkov sent me (he attached that jar file) but it seems that attachments don't get saved on the list archives. I found the email here:
http://sourceforge.net/mailarchive/message.php?msg_id=32960094
but there's no attachment.
So i've put up a copy of the GriB1-2.3-SNAPSHOT.jar file here:
http://maps.massgis.state.ma.us/~sfarber/gt2-GriB1-2.3-SNAPSHOT.jar
You've earned a paid beer, man 
As for the ImageMosaic jars, they're built by gt2-trunk as "imagemosaic" (lower case letters), but 1.4.x_merge_wcs looks for them as "ImageMosaic".
I edited the pom.xml file in the wcs branch to change the section about "ImageMosaic" to "imagemosaic" and everything worked fine.
I edited wcs/pom.xml accordingly, but... ouch ! this happened:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[19,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[20,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[16,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[17,45] package com.sun.media.imageioimpl.plugins.gif does not exist
I hope this is the last roadblock 
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Luca Morandini wrote:
I edited wcs/pom.xml accordingly, but... ouch ! this happened:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[19,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[20,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[16,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[17,45] package com.sun.media.imageioimpl.plugins.gif does not exist
Those are the missing JAI development jars (com.sun.media.imageio). You need to download the JAI and the ImageIO plugins and install them into your JDK.
Try here:
http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
I think that one JAI 1.1.2 download should include everything you need to build the plugin.
I hope this is the last roadblock 
You're definitely getting close! I already had the JAI installed, so your previous block was my last road block...which means this might be your last one!
Guys, sorry for not helping much out there with these issues, but this
weeks I have been pretty busy with other things.
Next week I will start putting my hands too inside the 1.4.x branch
since as of now I have not touched it all.
Maybe Alessio was a bit optimistic about the whole process being in place.
Next week we will try to come up with guidelines for building as well
as somw binary prerelease.
Simone.
On 7/27/06, Saul Farber <Saul.Farber@anonymised.com> wrote:
Luca Morandini wrote:
>
> I edited wcs/pom.xml accordingly, but... ouch ! this happened:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[19,45]
> package com.sun.media.imageioimpl.plugins.gif does not exist
>
> /usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[20,45]
> package com.sun.media.imageioimpl.plugins.gif does not exist
>
> /usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[16,45]
> package com.sun.media.imageioimpl.plugins.gif does not exist
>
> /usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[17,45]
> package com.sun.media.imageioimpl.plugins.gif does not exist
Those are the missing JAI development jars (com.sun.media.imageio). You
need to download the JAI and the ImageIO plugins and install them into
your JDK.
Try here:
http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
I think that one JAI 1.1.2 download should include everything you need
to build the plugin.
>
> I hope this is the last roadblock 
You're definitely getting close! I already had the JAI installed, so
your previous block was my last road block...which means this might be
your last one!
-------------------------------------------------------------------------
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
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
Simone Giannecchini
Software Engineer
Freelance Consultant
http://simboss.wordpress.com/
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
Hey, no worries!
It's not your responsibility to fix our build environment issues!
I'm also interested in writing a new GridCoverage plugin (for ArcSDE-stored rasters) so I'll be following your correspondence with Jonathan Wong very closely.
Can't wait for the 1.4.x-wcs merge to the trunk! That'll be totally cool stuff.
--saul
Simone Giannecchini wrote:
Guys, sorry for not helping much out there with these issues, but this
weeks I have been pretty busy with other things.
Next week I will start putting my hands too inside the 1.4.x branch
since as of now I have not touched it all.
Maybe Alessio was a bit optimistic about the whole process being in place.
Next week we will try to come up with guidelines for building as well
as somw binary prerelease.
Simone.
Saul Farber wrote:
Luca Morandini wrote:
I edited wcs/pom.xml accordingly, but... ouch ! this happened:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[19,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[20,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[16,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[17,45] package com.sun.media.imageioimpl.plugins.gif does not exist
Those are the missing JAI development jars (com.sun.media.imageio). You need to download the JAI and the ImageIO plugins and install them into your JDK.
Try here:
http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
Hmm... I had JAI installed already, and there's jai_imageio.jar as well under jre/lib/ext, should I install something more ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Saul Farber wrote:
Luca Morandini wrote:
I edited wcs/pom.xml accordingly, but... ouch ! this happened:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[19,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[20,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[16,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[17,45] package com.sun.media.imageioimpl.plugins.gif does not exist
Those are the missing JAI development jars (com.sun.media.imageio). You need to download the JAI and the ImageIO plugins and install them into your JDK.
Try here:
http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
Hmm... I had JAI installed already, and there's jai_imageio.jar as well under jre/lib/ext, should I install something more ?
Regards,
--------------------
Luca Morandini
www.lucamorandini.it
--------------------
Luca Morandini wrote:
Saul Farber wrote:
Luca Morandini wrote:
I edited wcs/pom.xml accordingly, but... ouch ! this happened:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[19,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/map/gif/GIFMapProducer.java:[20,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[16,45] package com.sun.media.imageioimpl.plugins.gif does not exist
/usr/local/inst/geoserverwcs/wms/src/main/java/org/vfny/geoserver/wms/responses/GifLegendGraphicProducer.java:[17,45] package com.sun.media.imageioimpl.plugins.gif does not exist
Those are the missing JAI development jars (com.sun.media.imageio). You need to download the JAI and the ImageIO plugins and install them into your JDK.
Try here:
http://java.sun.com/products/java-media/jai/downloads/download-1_1_2.html
Hmm... I had JAI installed already, and there's jai_imageio.jar as well under jre/lib/ext, should I install something more ?
Yes, Luca, you should install the "Java Advanced Imaging Image I/O Tools 1.0_01", which can be found at: http://java.sun.com/products/java-media/jai/downloads/download-iio-1_0_01.html
Regards,
P.S.
Sort of a treasure hunt, isn't it ?
--------------------
Luca Morandini
www.lucamorandini.it
--------------------