[Geoserver-devel] web module gone?

Justin,

the web module is gone. It looks like you moved it to legacy. I found this Jira issue which seems to record the change, but it has no content.
http://jira.codehaus.org/browse/GEOS-2650

- Without the web module, "mvn install" no longer builds geoserver.war. Is this intentional. What is the new "official" build procedure?

- How do we launch embedded Jetty for debugging Eclipse? The Start.java for this lived in src/web, as documented here:
http://geoserver.org/display/GEOSDOC/3+Eclipse+Quickstart

What is going on? Did I miss something? Please direct me to the relevant GSIP for this change.

Kind regards,

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

Hi Ben,

Sorry for the confusion and lack of communication on this. This was done this weekend at the sprint. I have been meaning to write up a summary of what was done, but meetings and other administrative stuff has kept me busy, my apologies.

So yes, the web module has been moved to legacy, along with other deprecated code. The idea is to have it runnable, but we are not quite there yet.

The alternative to web is the web2 module, which is community. Activated via the web2 profile. It does not look like it is configured to build a war at the moment. I will open a jira issue for this. But it does have the Start.java class the same way the old module did, so you can still run it from eclipse.

Again, sorry for the confusion. I will try to write up a summary of what was changed this morning.

-Justin

Ben Caradoc-Davies wrote:

Justin,

the web module is gone. It looks like you moved it to legacy. I found this Jira issue which seems to record the change, but it has no content.
http://jira.codehaus.org/browse/GEOS-2650

- Without the web module, "mvn install" no longer builds geoserver.war. Is this intentional. What is the new "official" build procedure?

- How do we launch embedded Jetty for debugging Eclipse? The Start.java for this lived in src/web, as documented here:
http://geoserver.org/display/GEOSDOC/3+Eclipse+Quickstart

What is going on? Did I miss something? Please direct me to the relevant GSIP for this change.

Kind regards,

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

What is going on? Did I miss something? Please direct me to the relevant GSIP for this change.

Here is the relevant GSIP:

http://geoserver.org/display/GEOS/GSIP+8+-+New+Configuration+System

Kind regards,

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Ben Caradoc-Davies wrote:

What is going on? Did I miss something? Please direct me to the relevant GSIP for this change.

We also talked about the OpenGeo sprint in the last recorded IRC
meeting:
http://geoserver.org/display/GEOS/2009/02/10/IRC+Logs%2C+February+10%2C+2009

That said, yeah, being all in the room makes it easy to forget
mail communications on the ml (ironic since I'm usually the one bitching
for more mails...)

Cheers
Andrea

Ben, the old web module is back to life now.

mvn install -Plegacy and you’re ready to go.

Cheers,
Gabriel
On Wednesday 04 March 2009 14:21:13 Andrea Aime wrote:

Ben Caradoc-Davies wrote:

What is going on? Did I miss something? Please direct me to the relevant
GSIP for this change.

We also talked about the OpenGeo sprint in the last recorded IRC
meeting:
http://geoserver.org/display/GEOS/2009/02/10/IRC+Logs%2C+February+10%2C+200
9

That said, yeah, being all in the room makes it easy to forget
mail communications on the ml (ironic since I’m usually the one bitching
for more mails…)

Cheers
Andrea


— Open Source Business Conference (OSBC), March 24-25, 2009, San
Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing
the Enterprise -Strategies to boost innovation and cut costs with open
source participation -Receive a $600 discount off the registration fee with
the source code: SFAD http://p.sf.net/sfu/XcvMzF8H


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


Gabriel Roldan
http://www.opengeo.org

Gabriel Roldán wrote:

Ben, the old web module is back to life now.
mvn install -Plegacy and you're ready to go.

Thanks!

Is this still the "official" (or only) way of making a geoserver WAR?

Kind regards,

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

Ben Caradoc-Davies wrote:

Gabriel Roldán wrote:

Ben, the old web module is back to life now.
mvn install -Plegacy and you're ready to go.

Thanks!

Is this still the "official" (or only) way of making a geoserver WAR?

At the moment more or less. We can add the same configuration to the web2 module as well, so building it would produce a war with the new wicket UI stuff inside.

Kind regards,

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.