On Fri, Apr 1, 2011 at 8:40 AM, Ben Caradoc-Davies <[email protected]> wrote: > I am concerned that this would break any svn-only build environment that > uses -PallExtensions (if python was added back into this profile). All > our developers (and our buildbot) build with -PallExtensions, and I am > the only git user. > > A compromise would be if your ant script failed gracefully if git was > not present. Perhaps an empty or minimal src tree if git is not present? > (What ever is necessary to appease maven and maven-surefire-plugin.) > > We are currently an svn project, and changing to require git to build > -PallExtensions is, in my view, a substantial step.
python is a community module, -PallExtensions does not build anything in community as far as I know. The close equivalent in community land is the -PcommunityRelease profile, which is not normally used. However you have a point, if anyone comes and wants to try out the communityRelease profile, probably in order to add a new module to the nightly community build, he/she will need git around. This could indeed be annoying, though it seems that lately only core developers are adding community modules (funny uh?) 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 mob: +39 333 8128928 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 ------------------------------------------------------- ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
