Jody Garnett ha scritto: > Please do Andrea: > > We should be able to make use of either the new website or the webdav > folder to host javadocs?
I guess so, provided we have enough space. The uncompressed site is 600MB, the uncompressed aggregated javadocs are around 200MB. The maven site deploy over scp works nicely, as it zips each module before uploading it. I've tried to perform the deploy over my poor adsl line, which can do 40KB/s upload, over one of the OpenGeo servers in NY via scp. The "mvn site:deploy" (which uploads and wires the site previously generated by a "mvn site", so it's basically pure upload) takes 28 minutes... not so bad. The time to run "mvn site" is around the 30-40 minutes on my PC, so a beefy build server with a good connection should take less than an hour to build an deploy the site. For the javadoc, the generation is fast, but there is no built in way to upload the results... not sure there is a maven way, we could also explore the following options: - keep the aggregated javadocs on the build server - see if there is any way to run javadoc:aggregate during the site generation (thought, that was one of the things that made the site generation blow up) - perform some command line scripts to zip, copy over, unzip Suggestions welcomed Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
