[Geoserver-devel] "A Simple Plugin" example possible without Geoserver build?

Anyways, go in the hello directory, run mvn eclipse:eclipse

Ok, this seems to be working. Many thanks.

In attempting to modify the HelloWorld source for my needs, I'm running
up against an error that claims that:

import org.vfny.geoserver.wfs.responses.GML2FeatureResponseDelegate;

is unresolved. I'm guessing that it's the "wfs" part of the package that
it's objecting to, since other imports such as
org.vfny.geoserver.servlets.AbstractService are OK.

Jerry.

-----Original Message-----
From: Andrea Aime [mailto:aaime@anonymised.com]
Sent: 28 March 2007 11:16
To: Swan Jerry
Cc: Justin Deoliveira; geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] "A Simple Plugin" example possible
without Geoserver build?

Swan Jerry ha scritto:

in Italy Andrea is used only for men

Apologies. Perhaps this should be a GeoServer FAQ :wink:

LOL

Having followed the Eclipse integration steps from:

http://docs.codehaus.org/display/GEOSDOC/3+Eclipse+Quickstart

with the 1.5.x source, I note that:

a) There are (30) errors in the 'Issues' project. Presumably this is

to

be expected?

Community is there for people to try out things, and issues module
is unmantained. So it's no surprise some module is broken.

b) The imported projects don't appear to include the hello example. Is
it easy to describe how I might import and build this example from
within Eclipse?

Maybe hello is not in the build (see the community pom)? No, it's
there... hum... strange? Anyways, go in the hello directory, run mvn
eclipse:eclipse and then import.

Cheers
Andrea

This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

Swan Jerry ha scritto:

Anyways, go in the hello directory, run mvn eclipse:eclipse

Ok, this seems to be working. Many thanks.

In attempting to modify the HelloWorld source for my needs, I'm running
up against an error that claims that:

import org.vfny.geoserver.wfs.responses.GML2FeatureResponseDelegate;

is unresolved.

It means you don't have the wfs module as a dependency of your project.
Geoserver is modular, if you need a feature that only wfs provides, you
need to depend on that module or its generated jar.
Cheers
Andrea