dev@grizzly.java.net

Updating the web site when doing release

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 28 Aug 2008 17:07:01 -0400

Hi,

when cutting release, make sure you always:

(1) Re-generate the javadoc
% cd trunk//to generate the javadocs
% cp -R target/site/* www/.

(3) Update the main page (http://grizzly.dev.java.net)
% vi www/index.html
% %s,previous_version,new_version

This way the front page is always up to date and peoples can download
the latest version and consult the latest Javadocs...

A+

--Jeanfrancois