[Geoserver-users] building 1.4.x_merge_wcs

Hi Alessio,

            Yes working!

I did a new checkout of both GeoTools trunk and GeoServer branch
'1.4.x_merge_wcs'. Then I ran 'mvn clean' on Geotools and GeoServer and a
new 'mvn -Dmaven.test.skip install' for both which gave me a Build success.

Thanks

Randy

  _____

From: Alessio Fabiani [mailto:alessio.fabiani@anonymised.com]
Sent: Thursday, September 28, 2006 1:51 AM
To: Vincent Schut
Cc: Randy George; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] building 1.4.x_merge_wcs

Some details on ArcGrid status:

in Geotools trunk (2.4-SNAPSHOT) you can find two modules for ArcGrid; the
one under gt/plugin which is quite old and not working with Geoserver
1.4.x-WCS and another one not yet official under spike/arcgrid which work
fine with Geoserver but is still under testing. The latter require the
spike/imageio/asciigrid module to be installed too.

The problem compiling Geoserver ... DOES NOT depend on Geoserver itself, but
from the ArcGric module you are trying to include in it. The
gt2-imageio-arcgrid is an old dependency that ha been removed both from
geotools and geoserver ... so the solution is UPDATE both geotools and
geoserver, compile geotools (making a clean first), and do the same with
geoserver.

If you would like to use the spike version of ArcGrid, follow the steps
below:
1 - mvn install of spike/imageio/asciigrid
2 - mvn install of spike/arcgrid
3 - modify Geoserver/pom.xml as follows
           <dependency>
                <groupId>org.geotools</groupId>
              <artifactId>gt2-arcgrid-spike</artifactId>
                <version>${gt.version}</version>
            </dependency>
4 - modify Geoserver/wcs/pom.xml as follows
       <dependency>
            <groupId>org.geotools</groupId>
            <artifactId>gt2-arcgrid-spike</artifactId>
        </dependency>
5 - mvn clean of Geoserver and then mvn install (mvn -Dmaven.test.skip
install if you want skip tests)

Let me know!!!
Cheers

On 9/28/06, Vincent Schut <schut@anonymised.com> wrote:

-------- Original Message --------
From: "Randy George" <rkgeorge@anonymised.com>
To: geoserver-users@lists.sourceforge.net
Subject: Re:[Geoserver-users] building 1.4.x_merge_wcs
Date: 09/28/2006 01:01 AM

Hi,

I'm anxious to try out the new WCS features so I tried building
1.4.x_merge_wcs from
svn://svn.codehaus.org/geoserver/branches/1.4.x_merge_wcs

I first used maven2.0.4 to build the current GeoTools trunk -
snapshot2.3/2.4. Then I tried 'mvn install' on 1.4.x_merge_wcs but I'm
getting the following build failure:

.

.

[INFO] Compilation failure

D:\work-gt2.3\1.4.x_merge_wcs\wcs\src\main\java\org\vfny\geoserver\wcs\respo
nses

\coverage\AscCoverageResponseDelegate.java:[12,32] package
org.geotools.gce.arcg

rid does not exist

.

.

I can see that org.geotools.gce.arcgrid exists in the svn
spike/arcGrid but if I attempt 'mvn install' I get this error:

[ERROR] BUILD ERROR

[INFO]
------------------------------------------------------------------------

[INFO] Failed to resolve artifact.

Missing:

----------

1) org.geotools:gt2-imageio-arcgrid:jar:2.4-SNAPSHOT

My .m2 repository has an empty
\org\geotools\gt2-imageio-arcgrid\2.4-SNAPSHOT but I can't find
imageio-arcgrid in the geotools svn?

Yesterday I tried the same as you, and succeeded, so there's still hope
:slight_smile: I have geoserver-merge-wcs from svn running fine locally now. The
solution is to build the spike/imageio directory, which will give you
gt2-imageio-arcgrid.

Cheers,
Vincent.

Thanks

Randy

------------------------------------------------------------------------

-------------------------------------------------------------------------
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

<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV&gt;
&p=sourceforge&CID=DEVDEV

------------------------------------------------------------------------

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
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
<http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV&gt;
&p=sourceforge&CID=DEVDEV
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
-------------------------------------------------------
Eng. Alessio Fabiani
Vice President/CTO GeoSolutions

http://www.geo-solutions.it

---------------------------------------------------------