[Geoserver-users] building 1.4.x_merge_wcs

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

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

Thanks

Randy

Randy George wrote:

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

You have to update both pom.xml in the geoserver source and un-comment the dependency on such package, which should be:
<dependency>
  <groupId>org.geotools</groupId>
  <artifactId>gt2-arcgrid</artifactId>
  <version>${gt.version}</version>
</dependency>

Moreover, I had a problem with a non-existent class in a different package... but maybe someone has solved this already.

Regards,

P.S.
Welcome to the cutting edge :wink:

--------------------
    Luca Morandini
www.lucamorandini.it
--------------------

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

\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&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------

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