Author: pete.muir(a)jboss.org
Date: 2009-10-20 08:08:58 -0400 (Tue, 20 Oct 2009)
New Revision: 4205
Modified:
cdi-tck/trunk/doc/reference/en-US/configuration.xml
Log:
Document requiring -ea
Modified: cdi-tck/trunk/doc/reference/en-US/configuration.xml
===================================================================
--- cdi-tck/trunk/doc/reference/en-US/configuration.xml 2009-10-19 22:49:38 UTC (rev
4204)
+++ cdi-tck/trunk/doc/reference/en-US/configuration.xml 2009-10-20 12:08:58 UTC (rev
4205)
@@ -219,6 +219,17 @@
</para>
</section>
+
+ <section>
+ <title>Configuring your application server to execute the TCK</title>
+ <para>
+ The TCK makes use of the Java 1.4 keyword <literal>assert</literal>;
you
+ must ensure that the JVM used to run the application server is started
+ with assertions enabled. See
+ <ulink
url="http://java.sun.com/j2se/1.4.2/docs/guide/lang/assert.html#enab...
With Assertions</ulink>
+ for more information on how to enable assertions.
+ </para>
+ </section>
<!--
vim: ts=3:sw=3:tw=80:set expandtab
-->