[seam-commits] Seam SVN: r8576 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 5 10:38:45 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-08-05 10:38:44 -0400 (Tue, 05 Aug 2008)
New Revision: 8576
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Testing.xml
Log:
Improve test instructions slightly
Modified: trunk/doc/Seam_Reference_Guide/en-US/Testing.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Testing.xml 2008-08-05 12:39:29 UTC (rev 8575)
+++ trunk/doc/Seam_Reference_Guide/en-US/Testing.xml 2008-08-05 14:38:44 UTC (rev 8576)
@@ -418,6 +418,17 @@
</row>
<row>
<entry>
+ <literal>javax.el</literal>
+ </entry>
+ <entry>
+ <literal>el-api</literal>
+ </entry>
+ <entry>
+ <literal>lib/el-api.jar</literal>
+ </entry>
+ </row>
+ <row>
+ <entry>
<literal>javax.activation</literal>
</entry>
<entry>
@@ -447,13 +458,14 @@
<para>
And, of course you need to put your built project and tests onto
- the classpath. Don't forget to put all the correct configuration
- files for JPA and Seam onto the classpath as well.Seam asks
- Embedded JBoss to deploy any resource (jar or directory)
- which has <literal>seam.properties</literal> in it's root.
- Therefore, if you don't assemble a directory structure that
- resembles a deployable archive containing your built project, you
- must put a <literal>seam.properties</literal> in each resource.
+ the classpath as well as jar for your test framework. Don't forget
+ to put all the correct configuration files for JPA and Seam onto
+ the classpath as well.Seam asks Embedded JBoss to deploy any
+ resource (jar or directory) which has
+ <literal>seam.properties</literal> in it's root. Therefore, if you
+ don't assemble a directory structure that resembles a deployable
+ archive containing your built project, you must put a
+ <literal>seam.properties</literal> in each resource.
</para>
<para>
More information about the seam-commits
mailing list