Re: [Geoserver-devel] WPS community module

2008-05-29 Thread Lucas Reed
Hi David, That's what I was thinking would work best. -Lucas David Winslow wrote: > Probably the nicest way is to use a maven profile, the way many of the > community modules already do. Just add the dependencies you'd like to > toggle inside of a block, like so: > > in community/pom.xml >

Re: [Geoserver-devel] WPS community module

2008-05-29 Thread Lucas Reed
to > make it a good platform according to his vision. > > There are other organisation are actually use my WPS framework. > > Have a look! > Roberto Caron (Fujitsu Consulting). > > - Original Message > From: Lucas Reed <[EMAIL PROTECTED]> > To:

Re: [Geoserver-devel] WPS community module

2008-05-29 Thread Jody Garnett
; Roberto Caron (Fujitsu Consulting). > > - Original Message > From: Lucas Reed <[EMAIL PROTECTED]> > To: geoserver-devel@lists.sourceforge.net > Sent: Wednesday, May 28, 2008 7:50:22 PM > Subject: [Geoserver-devel] WPS community module > > Hi, > > I r

Re: [Geoserver-devel] WPS community module

2008-05-29 Thread Roberto Caron
is vision. There are other organisation are actually use my WPS framework. Have a look! Roberto Caron (Fujitsu Consulting). - Original Message From: Lucas Reed <[EMAIL PROTECTED]> To: geoserver-devel@lists.sourceforge.net Sent: Wednesday, May 28, 2008 7:50:22 PM Subje

Re: [Geoserver-devel] WPS community module

2008-05-28 Thread Justin Deoliveira
> 2) At this point we don't need any user configurability, and with > that in mind, what are the minimal modifications needed outside the > community module in order to get the WPS module loading and running? You may want to consider utilizing the new configuration stuff when you do get to the po

Re: [Geoserver-devel] WPS community module

2008-05-28 Thread Justin Deoliveira
I went ahead and added this profile for you as per Davids recommendation. Enjoy :). David Winslow wrote: > Probably the nicest way is to use a maven profile, the way many of the > community modules already do. Just add the dependencies you'd like to > toggle inside of a block, like so: > > i

Re: [Geoserver-devel] WPS community module

2008-05-28 Thread David Winslow
Probably the nicest way is to use a maven profile, the way many of the community modules already do. Just add the dependencies you'd like to toggle inside of a block, like so: in community/pom.xml WPS WPS in web/pom.xml WPS WPS org.geoserver 1.7-S

[Geoserver-devel] WPS community module

2008-05-28 Thread Lucas Reed
Hi, I recently checked in the WPS community module we're working on. 1) I'd like to know what the proper way would be to have the WPS module be included selectivly when building GeoServer with Maven. I haven't had much luck getting the WPS module to load outside of my Eclipse development environm