On 9/14/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 9/14/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > Many projects provide nightlies for sandbox stuff -- now that we've a > decent amount of code in sandbox, can we do this for Shale? (Looks like Craig has that under control.) In addition, I'd like to publish the sandbox website. If there is any documentation you want published for the example apps, just add it under src/site. Otherwise, a <description> element in the pom will show up on the generated index page. (Multi-line descriptions are safe again, they fixed maven-jar-plugin.)
OK, I've committed a simple assembly module (sandbox-dist) to create nightly distros for the non-webapps in the sandbox. It is set to deploy them to: http://people.apache.org/builds/shale/nightly/sandbox/ to make it clear that they are not the same sort of thing as the stuff in the directory above. The website is going to need a little TLC before it'll be publishable, such as the nav bars for the left side and a bit more fleshed out content for the descriptions, but the assembly looks reasonable. The process is analogous to what you do for the main site: cd $SHALE_SANDBOX_HOME mvn clean install site cd sandbox-dist mvn assembly:assembly I also updated the nightly build script, so we'll see if this actually works tonight. Thanks!
-- Wendy
Craig
