Author: pete.muir(a)jboss.org
Date: 2009-11-09 18:45:14 -0500 (Mon, 09 Nov 2009)
New Revision: 4917
Modified:
cdi-tck/trunk/doc/reference/en-US/executing.xml
Log:
Add note on lib dir
Modified: cdi-tck/trunk/doc/reference/en-US/executing.xml
===================================================================
--- cdi-tck/trunk/doc/reference/en-US/executing.xml 2009-11-09 23:38:10 UTC (rev 4916)
+++ cdi-tck/trunk/doc/reference/en-US/executing.xml 2009-11-09 23:45:14 UTC (rev 4917)
@@ -122,11 +122,17 @@
project sets this value to the relative directory path
<literal>target/jsr299-artifacts</literal>.
</para>
+
<para>
- You can read more about this feature in <xref
linkend="dumping-test-artifacts" />.
+ However, if you are using Ant, you will be pleased to see the
+ <literal>lib/</literal>, containing all dependencies required
+ to run the TCK - just add every jar to your classpath. Further
+ if you are using Weld, and wish to use Weld's implementation of
+ the porting package, you should add every jar in
<literal>weld/porting-package-lib</literal>
+ to your classpath.
</para>
</section>
-<!--
+ <!--
vim: ts=3:sw=3:tw=80:set expandtab
-->
</chapter>