You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/09/17 09:25:36 UTC

svn commit: r289713 - /struts/shale/trunk/docs/release-notes-1.0.0.html

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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org