Re: [Geoserver-devel] WEB-INF/lib alternative

2011-07-06 Thread David Winslow
Perhaps we should recommend that users doing that depend on released versions of GeoTools and GeoServer rather than nightly snapshots? -- David Winslow OpenGeo - http://opengeo.org/ On Wed, Jul 6, 2011 at 2:42 AM, Andrea Aime wrote: > On Wed, Jul 6, 2011 at 12:13 AM, Jody Garnett wrote: > >> yo

Re: [Geoserver-devel] WEB-INF/lib alternative

2011-07-05 Thread Andrea Aime
On Wed, Jul 6, 2011 at 12:13 AM, Jody Garnett wrote: > you are building geoserver right?) > > > i'm not currently. i was kinda hoping for a solution that didn't involve > holding a copy of the geoserver dev tree - though it looks like it might be > the best way to deploy my module. > > You don't n

Re: [Geoserver-devel] WEB-INF/lib alternative

2011-07-05 Thread Jody Garnett
> > you are building geoserver right?) > > i'm not currently. i was kinda hoping for a solution that didn't involve > holding a copy of the geoserver dev tree - though it looks like it might be > the best way to deploy my module. You don't need to hold the entire dev tree (maven can download the

Re: [Geoserver-devel] WEB-INF/lib alternative

2011-07-05 Thread Robert Harris
On Jul 1, 2011, at 10:55 PM, Jody Garnett wrote: > Check out one of the community modules; there are several that just have a > dependency (on the datastore in question) in order to get it included. will do. > They are added into the build with a profile; you can take a similar step > when bui

Re: [Geoserver-devel] WEB-INF/lib alternative

2011-07-01 Thread Jody Garnett
Check out one of the community modules; there are several that just have a dependency (on the datastore in question) in order to get it included. They are added into the build with a profile; you can take a similar step when building geoserver locally? (note this is the devel list; you are bui

[Geoserver-devel] WEB-INF/lib alternative

2011-07-01 Thread Robert Harris
i've created a DataStoreFactorySpi based data store. it works great! is there an alternative to installing my store in geoserver/WEB-INF/lib? i'm working on deploying the store, and it looks like i'm gonna need to download geoserver.war, explode it, add in my jar, package that up and send it o