For the moment, i've configured the refractions build box for the following each night:
11 PM: mvn -Djava.awt.headless=true clean install (soon to include online/stress tests, et al) 12 AM: mvn -Psite.build,site.rr -Djava.awt.headless=true site-deploy The midnight site deployment goes to lists.refractions.net/gt, since I attempted to hit maven.geotools.fr, but failed (martin is better to deploy locally anyhow). In order to accomplish this, I added two profiles (ugh... too many now) site.fr and site.rr, which contributes either the geotools.fr or refractions.net site url, respectively. Because we are working on unsupported/geometry, we need the reports to be generated with java 1.5 (we are interested in the clover results). Perhaps we should have Martin running these and we can kill these profiles? Anyways, the important bit is that "mvn site" once again works :) One more thing to note is that several modules give broken links due to module naming (geometry vs gt2-geometry, etc). This is probably due to our partial removal and reversion of "gt2-", or perhaps the url elements are off; not sure if we were still going to do this or what. Thoughts? Cheers, Cory. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
