On Fri, May 13, 2011 at 9:20 AM, Gis <[email protected]> wrote: > I am now trying to add a process to geoserver 2.1.0 wps extension. But I > don't know how to build the wps extension alone. I tried to use maven to > build the source code under "%geoserver-src%\extension\wps\wps-core". But it > failed and I couldn't find the jar package. Could someone help me about > that? I also do not know how to debug the wps-core if I change its code. > Should I have to build that again by maven?
The answer to both questions is that you have to build the whole GeoServer, not just the WPS module. That will give you also a simple debug enviroment, look at the Start class in the web/app module. Also look at the developer guide, it will give you pointers on how to build GeoServer from sources. Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
