[Geoserver-users] error building ND Geoserver

Hi,

I downloaded a version of Geoserver from
https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD/geoserver/ but I am
getting an error building it:

Missing:

----------

1) org.geotools:gt2-grib1:jar:2.4-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-grib1
-Dv

ersion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:

      mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=gt2-grib1
-Dver

sion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryI

d=[id]

  Path to dependency:

        1) org.geoserver:main:jar:1.6-beta4

        2) org.geotools:gt2-grib1:jar:2.4-SNAPSHOT

----------

1 required artifact is missing.

for artifact:

  org.geoserver:main:jar:1.6-beta4

from the specified remote repositories:

  central (http://repo1.maven.org/maven2),

  ibiblio (http://www.ibiblio.org/maven2),

  refractions (http://lists.refractions.net/m2/),

  Sateh (http://maven.sateh.com/repository),

  mortbay (http://www.mortbay.org/maven2/release),

  geotools (http://maven.geotools.fr/repository/)

I have tried looking for this jar file from the repositories but haven't
found one yet.

Cheers,

Adit

*********************************************************

Mr. Adityarajsingh Santokhee Tel: +44 118 378 5126 (direct line)

Data Manager Tel: +44 118 378 8741 (ESSC)

Reading e-Science Centre Fax: +44 118 378 6413

ESSC Email: ads@anonymised.com

University of Reading

3 Earley Gate

Reading RG6 6AL, UK

Adit Santokhee ha scritto:

Hi,

I downloaded a version of Geoserver from https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD/geoserver/ but I am getting an error building it:

1) org.geotools:gt2-grib1:jar:2.4-SNAPSHOT

Hum, strange? It's included in the gt2 2.4.x_rs branch under modules/plugins, it should have been built when you worked on that
branch?

Cheers
Andrea

Hi Adit, hi all,

GeoServer-ND actually needs GeoTools 2.4.x-rs.

We are looking right now to change the version on the poms of both GeoTools 2.4.x-rs and GeoServer 1.6.x-nd in order to avoid ambiguity among the various library versions, and also we are fixing dependencies by creating a maven-repo containing the latest ImageIO-ND plugins needed to compile the projects.

I’ll send an alert as soon as the projects will be updated.

Cheers,
Alessio.

On Jan 31, 2008 3:33 PM, Adit Santokhee <ads@anonymised.com> wrote:

Hi,

I downloaded a version of Geoserver from https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD/geoserver/ but I am getting an error building it:

Missing:


  1. org.geotools:gt2-grib1:jar:2.4-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-grib1 -Dv

ersion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:

mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=gt2-grib1 -Dver

sion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryI

d=[id]

Path to dependency:

  1. org.geoserver:main:jar:1.6-beta4

  2. org.geotools:gt2-grib1:jar:2.4-SNAPSHOT


1 required artifact is missing.

for artifact:

org.geoserver:main:jar:1.6-beta4

from the specified remote repositories:

central (http://repo1.maven.org/maven2),

ibiblio (http://www.ibiblio.org/maven2),

refractions (http://lists.refractions.net/m2/),

Sateh (http://maven.sateh.com/repository),

mortbay (http://www.mortbay.org/maven2/release),

geotools (http://maven.geotools.fr/repository/)

I have tried looking for this jar file from the repositories but haven’t found one yet.

Cheers,

Adit


Mr. Adityarajsingh Santokhee Tel: +44 118 378 5126 (direct line)

Data Manager Tel: +44 118 378 8741 (ESSC)

Reading e-Science Centre Fax: +44 118 378 6413

ESSC Email: ads@anonymised.com

University of Reading

3 Earley Gate

Reading RG6 6AL, UK


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/


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

Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it


Changes committed.

In order to compile geoserver-1.6.x-nd (https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD) you first have to compile geotools-2.4.x-rs (http://svn.geotools.org/geotools/branches/2.4.x_rs).

On Jan 31, 2008 3:39 PM, Alessio Fabiani <alessio.fabiani@anonymised.com> wrote:

Hi Adit, hi all,

GeoServer-ND actually needs GeoTools 2.4.x-rs.

We are looking right now to change the version on the poms of both GeoTools 2.4.x-rs and GeoServer 1.6.x-nd in order to avoid ambiguity among the various library versions, and also we are fixing dependencies by creating a maven-repo containing the latest ImageIO-ND plugins needed to compile the projects.

I’ll send an alert as soon as the projects will be updated.

Cheers,
Alessio.

On Jan 31, 2008 3:33 PM, Adit Santokhee <ads@anonymised.com> wrote:

Hi,

I downloaded a version of Geoserver from https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD/geoserver/ but I am getting an error building it:

Missing:


  1. org.geotools:gt2-grib1:jar:2.4-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-grib1 -Dv

ersion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:

mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=gt2-grib1 -Dver

sion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryI

d=[id]

Path to dependency:

  1. org.geoserver:main:jar:1.6-beta4

  2. org.geotools:gt2-grib1:jar:2.4-SNAPSHOT


1 required artifact is missing.

for artifact:

org.geoserver:main:jar:1.6-beta4

from the specified remote repositories:

central (http://repo1.maven.org/maven2),

ibiblio (http://www.ibiblio.org/maven2),

refractions (http://lists.refractions.net/m2/),

Sateh (http://maven.sateh.com/repository),

mortbay (http://www.mortbay.org/maven2/release),

geotools (http://maven.geotools.fr/repository/)

I have tried looking for this jar file from the repositories but haven’t found one yet.

Cheers,

Adit


Mr. Adityarajsingh Santokhee Tel: +44 118 378 5126 (direct line)

Data Manager Tel: +44 118 378 8741 (ESSC)

Reading e-Science Centre Fax: +44 118 378 6413

ESSC Email: ads@anonymised.com

University of Reading

3 Earley Gate

Reading RG6 6AL, UK


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/


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

Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it


Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it


Hello Alessio,

I downloaded geotools-2.4.x-rs but there are a few problems compiling it:

[INFO] snapshot org.geotools.maven:gt2-jjtree-javacc:2.4-RS-SNAPSHOT:
checking f

or updates from codehaus-snapshot-plugins

[INFO] snapshot org.geotools.maven:gt2-jjtree-javacc:2.4-RS-SNAPSHOT:
checking f

or updates from refractions

Downloading:
http://snapshots.repository.codehaus.org//org/geotools/maven/gt2-jjtree-java
cc/2.4-RS-SNAPSHOT/gt2-jjtree-javacc-2.4-RS-SNAPSHOT.jar

Downloading:
http://lists.refractions.net/m2/org/geotools/maven/gt2-jjtree-javacc/2.4-RS-
SNAPSHOT/gt2-jjtree-javacc-2.4-RS-SNAPSHOT.jar

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

[ERROR] BUILD FAILURE

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

[INFO] A required plugin was not found: Plugin could not be found - check
that t

he goal name is correct: Unable to download the artifact from any repository

I checked the repositories and the jar files, 2.4-RS-SNAPSHOT extensions,
aren't there yet. Can I use the 2.4-SNAPSHOT ones?

Cheers,

Adit

  _____

From: Alessio Fabiani [mailto:alessio.fabiani@anonymised.com]
Sent: 31 January 2008 17:00
To: Adit Santokhee
Cc: Geoserver-devel; geoserver users
Subject: Re: [Geoserver-devel] error building ND Geoserver

Changes committed.

In order to compile geoserver-1.6.x-nd
(https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD) you first have to
compile geotools-2.4.x-rs
(http://svn.geotools.org/geotools/branches/2.4.x_rs).

On Jan 31, 2008 3:39 PM, Alessio Fabiani <alessio.fabiani@anonymised.com> wrote:

Hi Adit, hi all,

GeoServer-ND actually needs GeoTools 2.4.x-rs.

We are looking right now to change the version on the poms of both GeoTools
2.4.x-rs and GeoServer 1.6.x-nd in order to avoid ambiguity among the
various library versions, and also we are fixing dependencies by creating a
maven-repo containing the latest ImageIO-ND plugins needed to compile the
projects.

I'll send an alert as soon as the projects will be updated.

Cheers,
           Alessio.

On Jan 31, 2008 3:33 PM, Adit Santokhee <ads@anonymised.com> wrote:

Hi,

I downloaded a version of Geoserver from
https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD/geoserver/ but I am
getting an error building it:

Missing:

----------

1) org.geotools:gt2-grib1:jar:2.4-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-grib1
-Dv

ersion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:

      mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=gt2-grib1
-Dver

sion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryI

d=[id]

  Path to dependency:

        1) org.geoserver:main:jar:1.6-beta4

        2) org.geotools:gt2-grib1:jar:2.4-SNAPSHOT

----------

1 required artifact is missing.

for artifact:

  org.geoserver:main:jar:1.6-beta4

from the specified remote repositories:

  central (http://repo1.maven.org/maven2),

  ibiblio (http://www.ibiblio.org/maven2),

  refractions (http://lists.refractions.net/m2/),

  Sateh (http://maven.sateh.com/repository),

  mortbay (http://www.mortbay.org/maven2/release),

  geotools (http://maven.geotools.fr/repository/)

I have tried looking for this jar file from the repositories but haven't
found one yet.

Cheers,

Adit

*********************************************************

Mr. Adityarajsingh Santokhee Tel: +44 118 378 5126 (direct line)

Data Manager Tel: +44 118 378 8741 (ESSC)

Reading e-Science Centre Fax: +44 118 378 6413

ESSC Email: ads@anonymised.com

University of Reading

3 Earley Gate

Reading RG6 6AL, UK

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
-------------------------------------------------------
Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it

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

--
-------------------------------------------------------
Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it

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

Hi Adit,

I guess that you can solve this problem by simply compile the gt_2.4.x-rs\build\maven alone first … despite that is quite strange since it should be compiled automatically. I’ll check this issue.

However if you continue getting this error, you can also use the 2.4.x-SNAPSHOT plugin.

On Feb 1, 2008 11:51 AM, Adit Santokhee <ads@anonymised.com> wrote:

Hello Alessio,

I downloaded geotools-2.4.x-rs but there are a few problems compiling it:

[INFO] snapshot org.geotools.maven:gt2-jjtree-javacc:2.4-RS-SNAPSHOT: checking f

or updates from codehaus-snapshot-plugins

[INFO] snapshot org.geotools.maven:gt2-jjtree-javacc:2.4-RS-SNAPSHOT: checking f

or updates from refractions

Downloading: http://snapshots.repository.codehaus.org//org/geotools/maven/gt2-jjtree-javacc/2.4-RS-SNAPSHOT/gt2-jjtree-javacc-2.4-RS-SNAPSHOT.jar

Downloading: http://lists.refractions.net/m2/org/geotools/maven/gt2-jjtree-javacc/2.4-RS-SNAPSHOT/gt2-jjtree-javacc-2.4-RS-SNAPSHOT.jar

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

[ERROR] BUILD FAILURE

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

[INFO] A required plugin was not found: Plugin could not be found - check that t

he goal name is correct: Unable to download the artifact from any repository

I checked the repositories and the jar files, 2.4-RS-SNAPSHOT extensions, aren’t there yet. Can I use the 2.4-SNAPSHOT ones?

Cheers,

Adit


From: Alessio Fabiani [mailto:alessio.fabiani@anonymised.com]
Sent: 31 January 2008 17:00
To: Adit Santokhee
Cc: Geoserver-devel; geoserver users
Subject: Re: [Geoserver-devel] error building ND Geoserver

Changes committed.

In order to compile geoserver-1.6.x-nd (https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD) you first have to compile geotools-2.4.x-rs (http://svn.geotools.org/geotools/branches/2.4.x_rs).

On Jan 31, 2008 3:39 PM, Alessio Fabiani <alessio.fabiani@anonymised.com> wrote:

Hi Adit, hi all,

GeoServer-ND actually needs GeoTools 2.4.x-rs.

We are looking right now to change the version on the poms of both GeoTools 2.4.x-rs and GeoServer 1.6.x-nd in order to avoid ambiguity among the various library versions, and also we are fixing dependencies by creating a maven-repo containing the latest ImageIO-ND plugins needed to compile the projects.

I’ll send an alert as soon as the projects will be updated.

Cheers,
Alessio.

On Jan 31, 2008 3:33 PM, Adit Santokhee <ads@anonymised.com> wrote:

Hi,

I downloaded a version of Geoserver from https://svn.codehaus.org/geoserver/branches/1.6.x-Cov-nD/geoserver/ but I am getting an error building it:

Missing:


  1. org.geotools:gt2-grib1:jar:2.4-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-grib1 -Dv

ersion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:

mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=gt2-grib1 -Dver

sion=2.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryI

d=[id]

Path to dependency:

  1. org.geoserver:main:jar:1.6-beta4

  2. org.geotools:gt2-grib1:jar:2.4-SNAPSHOT


1 required artifact is missing.

for artifact:

org.geoserver:main:jar:1.6-beta4

from the specified remote repositories:

central (http://repo1.maven.org/maven2),

ibiblio (http://www.ibiblio.org/maven2),

refractions (http://lists.refractions.net/m2/),

Sateh (http://maven.sateh.com/repository),

mortbay (http://www.mortbay.org/maven2/release),

geotools (http://maven.geotools.fr/repository/)

I have tried looking for this jar file from the repositories but haven’t found one yet.

Cheers,

Adit


Mr. Adityarajsingh Santokhee Tel: +44 118 378 5126 (direct line)

Data Manager Tel: +44 118 378 8741 (ESSC)

Reading e-Science Centre Fax: +44 118 378 6413

ESSC Email: ads@anonymised.com

University of Reading

3 Earley Gate

Reading RG6 6AL, UK


This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/


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

Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it


Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it


Eng. Alessio Fabiani
Vice-President /CTO GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax: +39 0584983027
mob: +39 349 8227000

http://www.geo-solutions.it