Sorry about the misunderstanding Vincent.
If someones wnats to build out the raster-branch of geoserver you have
to do as follows:
1>Checkout the geotools-2.3.x stable branch here
http://svn.geotools.org/geotools/branches/2.3.x
3>Install JAI and ImageIO for your plaform
details are here
<where to get it>
Here you have the links to the latest builds (the ones I personally use):
https://jai.dev.java.net/binary-builds.html#Daily_builds
https://jai-imageio.dev.java.net/binary-builds.html#Daily_builds_1.1
<how to install it>
The two libraries have a commons structure. Each of them as a native
distribution (dll or so files) contained in the bin dir and a pure
java distribution (jar files) contained in the lib/ext dir.
Simply drop the native files in a location that is in the path while
put the jar in the jre/lib/ext.
I usually put the dll in the bin dir of jdk and jre and also I put the
jars in jdk_home/jre/lib/ext and jre_home/lib/ext because in case you
might want to rebuild geotools from source you need to have JAI
installed on both locations.
4>Checkout the geoserver raster branch here
https://svn.codehaus.org/geoserver/branches/1.4.x_merge_wcs
5>do a maven install for geotools and the for geoserver
At the end you should get e nice WAR for geoserver in the web dir of
the geoserver checkout. You can deploy that in tomcat or just use the
built-in jetty engine (not recommended, at least not by me ) to
try the war out.
Tomorrow, I will be the whole day working on geoserver-geotoos, let me
know if you have some problems.
Simone.
On 10/12/06, Vincent Schut <schut@anonymised.com> wrote:
Ciao Simone,
thanks for the clarification, I mistakenly supposed that the
merge-wcs-branch depended on the current svn of geotools, 2.4.0-snaphot.
I'll get and build the 2.3 branch and see if that works.Vincent.
-------- Original Message --------
From: "Simone Giannecchini" <simboss1@anonymised.com>
To: "Vincent Schut" <schut@anonymised.com>
Subject: Re:[Geoserver-devel] geoserver-1.4.x_merge_wcs from svn depends
on geotools-2.3.0-RC1-SNAPSHOT which is not (yet) available
Date: 10/12/2006 02:17 PM
> Ciao Vincent,
> the raster-branch of geoserver depends on the 2.3.x branch of geotools.
>
> If you download and build the source code of the geoserver branch you
> need also to download and build the code for the correlated geotools
> 2.3.x branch which can be found here
>
> http://svn.geotools.org/geotools/branches/2.3.x
>
> in order to build the jars needed for geoserver
>
> Anyway, within next week we should create a new release of the
> geoserver raster branch together with the geotools 2.3.-rc1 release.
>
> Simone.
>
> On 10/12/06, Vincent Schut <schut@anonymised.com> wrote:
>> Hi devs,
>>
>> geoserver-1.4.x_merge_wcs from svn depends on
>> geotools-2.3.0-RC1-SNAPSHOT which is not (yet) available from the
>> geotools m2 repo. See the following error on mvn compile:
>>
>> vincent@anonymised.com /usr/local/src/geoserver-1.4.x_merge_wcs $ mvn compile
>> [INFO] Scanning for projects...
>> [INFO] Reactor build order:
>> [INFO] GeoServer
>> [INFO] Core Platform Module
>> [INFO] Data Module
>> [INFO] Main Module
>> [INFO] Web Coverage Service Module
>> [INFO] Validation Module
>> [INFO] Web Feature Service Module
>> [INFO] Web Map Service Module
>> [INFO] GeoServer Maven Plugins
>> [INFO] Configuration Deployment PlugIn
>> [INFO] Web Application Module
>> [INFO] Artifact Merger PlugIn
>> [INFO] Test Module
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] Building GeoServer
>> [INFO] task-segment: [compile]
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] No goals needed for project - skipping
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] Building Core Platform Module
>> [INFO] task-segment: [compile]
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> Downloading:
>> http://lists.refractions.net/m2//org/geotools/gt2-main/2.3.0-RC1-SNAPSHOT/gt2-main-2.3.0-RC1-SNAPSHOT.pom
>>
>> [WARNING] Unable to get resource from repository refractions
>> (http://lists.refractions.net/m2/)
>> Downloading:
>> http://lists.refractions.net/m2//org/geotools/gt2-api/2.3.0-RC1-SNAPSHOT/gt2-api-2.3.0-RC1-SNAPSHOT.pom
>>
>> [WARNING] Unable to get resource from repository refractions
>> (http://lists.refractions.net/m2/)
>> Downloading:
>> http://lists.refractions.net/m2//org/geotools/gt2-api/2.3.0-RC1-SNAPSHOT/gt2-api-2.3.0-RC1-SNAPSHOT.jar
>>
>> [WARNING] Unable to get resource from repository refractions
>> (http://lists.refractions.net/m2/)
>> Downloading:
>> http://lists.refractions.net/m2//org/geotools/gt2-main/2.3.0-RC1-SNAPSHOT/gt2-main-2.3.0-RC1-SNAPSHOT.jar
>>
>> [WARNING] Unable to get resource from repository refractions
>> (http://lists.refractions.net/m2/)
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> ----------
>> 1) org.geotools:gt2-api:jar:2.3.0-RC1-SNAPSHOT
>>
>> Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>> mvn install:install-file -DgroupId=org.geotools
>> -DartifactId=gt2-api \
>> -Dversion=2.3.0-RC1-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>> Path to dependency:
>> 1) org.geoserver:platform:jar:1.4.0-M2-WCS
>> 2) org.geotools:gt2-api:jar:2.3.0-RC1-SNAPSHOT
>>
>> 2) org.geotools:gt2-main:jar:2.3.0-RC1-SNAPSHOT
>>
>> Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>> mvn install:install-file -DgroupId=org.geotools
>> -DartifactId=gt2-main \
>> -Dversion=2.3.0-RC1-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>> Path to dependency:
>> 1) org.geoserver:platform:jar:1.4.0-M2-WCS
>> 2) org.geotools:gt2-main:jar:2.3.0-RC1-SNAPSHOT
>>
>> ----------
>> 2 required artifacts are missing.
>>
>> for artifact:
>> org.geoserver:platform:jar:1.4.0-M2-WCS
>>
>> from the specified remote repositories:
>> espace (http://maven.espace.ird.nc),
>> geotools (http://maven.geotools.fr/repository/),
>> mortbay (http://www.mortbay.org/maven2/release),
>> refractions (http://lists.refractions.net/m2/),
>> central (http://repo1.maven.org/maven2),
>> ibiblio (http://www.ibiblio.org/maven2)
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 4 seconds
>> [INFO] Finished at: Thu Oct 12 13:54:51 CEST 2006
>> [INFO] Final Memory: 9M/21M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> I checked the geotools repo manually and these jars are indeed missing.
>>
>> Cheers,
>> Vincent.
>>
>> -------------------------------------------------------------------------
>>
>> Using Tomcat but need to do more? Need to support web services,
>> security?
>> Get stuff done quickly with pre-integrated technology to make your
>> job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>
>
--
-------------------------------------------------------
Eng. Simone Giannecchini
President /CEO GeoSolutions
-------------------------------------------------------