Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-31 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > Andrea Aime wrote: >> "Hogging the community directory in a nonextensible fashion"? >> It requires to be build with jdk5, and that's a problem I've just fixed >> by putting that and other jdk5 requiring modules in a profile that >> activates only if jdk 5 is used,

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-31 Thread Ben Caradoc-Davies
Andrea Aime wrote: > "Hogging the community directory in a nonextensible fashion"? > It requires to be build with jdk5, and that's a problem I've just fixed > by putting that and other jdk5 requiring modules in a profile that > activates only if jdk 5 is used, but I don't understand the > "nonext

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-31 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > Andrea Aime wrote: >> Sorry for chiming in this late. Given that the gt2 modules >> that the community schema are not included in the build in gt2, >> we should put the gs ones in a profile so that they are not >> built by default (otherwise nobody but you can do a

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-31 Thread Ben Caradoc-Davies
Andrea Aime wrote: > Sorry for chiming in this late. Given that the gt2 modules > that the community schema are not included in the build in gt2, > we should put the gs ones in a profile so that they are not > built by default (otherwise nobody but you can do a mvn build on > the community subfolde

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-31 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > David Winslow wrote: >> I just added a standalone repackaging of my restlet module (that is, you can >> build without it by just not disabling the community module) to 1.6.x. This >> required updating the jsonlib dependency from 1.1 to 2.0. > > David, your chang

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-30 Thread Ben Caradoc-Davies
David Winslow wrote: > Oops, my geotools build doesn't include the community schemas stuff so I just > disabled all the modules I wasn't playing with. I didn't mean to commit > this, feel free to fix it. OK, I will commit the updated community/pom.xml as soon as I have confirmed that it works.

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-28 Thread David Winslow
On Friday 28 March 2008 00:27:03 Ben Caradoc-Davies wrote: > David Winslow wrote: > > I just added a standalone repackaging of my restlet module (that is, you > > can build without it by just not disabling the community module) to > > 1.6.x. This required updating the jsonlib dependency from 1.1 t

Re: [Geoserver-devel] restlet module in 1.6.x

2008-03-27 Thread Ben Caradoc-Davies
David Winslow wrote: > I just added a standalone repackaging of my restlet module (that is, you can > build without it by just not disabling the community module) to 1.6.x. This > required updating the jsonlib dependency from 1.1 to 2.0. David, your change to community/pom.xml also booted all t

[Geoserver-devel] restlet module in 1.6.x

2008-03-27 Thread David Winslow
Hey all, I just added a standalone repackaging of my restlet module (that is, you can build without it by just not disabling the community module) to 1.6.x. This required updating the jsonlib dependency from 1.1 to 2.0. The basics of setting up a restlet plugin are now as follows: copy this s