Author: craigmcc Date: Sat Sep 17 00:25:35 2005 New Revision: 289713 URL: http://svn.apache.org/viewcvs?rev=289713&view=rev Log: Update release notes to reflect the assertion enabling options.
Modified: struts/shale/trunk/docs/release-notes-1.0.0.html Modified: struts/shale/trunk/docs/release-notes-1.0.0.html URL: http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.0.html?rev=289713&r1=289712&r2=289713&view=diff ============================================================================== --- struts/shale/trunk/docs/release-notes-1.0.0.html (original) +++ struts/shale/trunk/docs/release-notes-1.0.0.html Sat Sep 17 00:25:35 2005 @@ -415,6 +415,20 @@ </welcome-file-list> </pre> + <h4>4.3 Runtime Assertion Checking</h4> + + <p>Shale leverages the <code>assert</code> capability of JDK 1.4 (or later) + Java Virtual Machine (JVM) runtime environments to support a large number + of runtime assertion tests, to ensure that functional assumptions are + satisfied. By default, the runtime JVM of your container will disable + checking such assertions (so that they incur no production runtime + hit on performance). During development, however, you will want to + make sure that the <code>-Denableassertions</code> (or, if you only want + Shale assertions enabled, use <code>-Denableassertions:org.apache.shale...</code> + instead) command line argument is passed to the startup script for the + servlet container used by your development tool. The details of configuring + this command line option are, of necessity, tool specific.</p: + <a name="Changes"></a> <h3>5.0 Changes From Previous Releases</h3> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]