[Geoserver-devel] Problem creating Geoserver war file

Hi ,

When I run the following mvn command as stated in the Geoserver documentation http://geoserver.org/display/GEOSDOC/7+Releasing ,


mvn -DconfigId=release -DconfigDirectory=../../configuration -Prelease clean install

none of the zip files are getting created in the /geoserver/target/release directory.

Any ideas ?


Thanks and Warm Regards
Debasish Sahu

Debasish Sahu ha scritto:

Hi ,

When I run the following mvn command as stated in the Geoserver documentation http://geoserver.org/display/GEOSDOC/7+Releasing ,

mvn -DconfigId=release -DconfigDirectory=../../configuration -Prelease clean install

none of the zip files are getting created in the /geoserver/target/release directory.

Hum.... you did not say what is the output you're seeing.
Anyways, my guess is that you did not cd into geoserver/src.
The instructions above have not been corrected since we reorganized
the geoserver directory layout some time ago.

Not sure where do we want to put the fix thought. Old docs
(the wiki), new docs (the sphinx docs we're building?)
I see the new guide does not mention the directories
and/or the checkout:
http://gridlock.openplans.org/geoserver/1.7.x/doc/developer/release-guide.html

Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

In answering the "where do we put it" question, I of course opt for the new system. :slight_smile:

We're still looking for a way to visually deprecate the GEOSDOC section of the wiki, but that has been elusive (it's hard to change the visuals of just one space not both). Stay tuned. During the meanwhile, I am willing to put warning boxes at the top of pages manually, pointing people to the equivalent new page in Sphinx. Say the word and I'll do this for the Release Guide.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org

Andrea Aime wrote:

Debasish Sahu ha scritto:

Hi ,

When I run the following mvn command as stated in the Geoserver documentation http://geoserver.org/display/GEOSDOC/7+Releasing ,

mvn -DconfigId=release -DconfigDirectory=../../configuration -Prelease clean install

none of the zip files are getting created in the /geoserver/target/release directory.

Hum.... you did not say what is the output you're seeing.
Anyways, my guess is that you did not cd into geoserver/src.
The instructions above have not been corrected since we reorganized
the geoserver directory layout some time ago.

Not sure where do we want to put the fix thought. Old docs
(the wiki), new docs (the sphinx docs we're building?)
I see the new guide does not mention the directories
and/or the checkout:
http://gridlock.openplans.org/geoserver/1.7.x/doc/developer/release-guide.html

Cheers
Andrea