Re: [Geoserver-users] Geoserver WPS python scripting

2014-05-09 Thread pablo zader
Hi Justin Sorry, I'm using geoserver SNAPSHOT from https://github.com/boundlessgeo/suite . Then what I did was: mvn clean install -Dgs.flags=-P wps,script,script-py and I think it worked. Thanks. 2014-05-07 8:49 GMT-03:00 Justin Deoliveira jdeol...@boundlessgeo.com: Hi Pablo, What

Re: [Geoserver-users] Geoserver WPS python scripting

2014-05-07 Thread Justin Deoliveira
Hi Pablo, What directory are you running the command from? It must be run from the root of the source tree. https://github.com/geoserver/geoserver/tree/master/src -Justin On Tue, May 6, 2014 at 9:42 AM, pablo zader pza...@gmail.com wrote: Hi Justin When I run the command : mvn clean

Re: [Geoserver-users] Geoserver WPS python scripting

2014-05-06 Thread pablo zader
Hi Justin When I run the command : mvn clean install -Pwps,script,script-py , this gives me the error [INFO] Scanning for projects... [WARNING] Profile with id: 'wps' has not been activated. [WARNING] Profile with id: 'script' has not been activated. [WARNING] Profile with id: 'script-py' has

[Geoserver-users] Geoserver WPS python scripting

2014-05-05 Thread pablo zader
*Hi list:* *I'm trying to run python script done through WPS but geoserver does not recognize the existence of geoprocesses I created.* *I'm following the instructions:* http://docs.geoserver.org/stable/en/user/community/scripting/py/index.html

Re: [Geoserver-users] Geoserver WPS python scripting

2014-05-05 Thread Justin Deoliveira
Hey Pablo, The python scripting stuff doesn't come by default with the wps module, so if building from sources you'll have to enable it separately. Instead build with this command. mvn clean install -P wps,script,script-py That should enable the basic scripting functionality plus the python