[weld-commits] Weld SVN: r5298 - cdi-tck/branches/1.0/doc/reference/en-US.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Tue Dec 15 09:44:07 EST 2009
Author: pete.muir at jboss.org
Date: 2009-12-15 09:44:06 -0500 (Tue, 15 Dec 2009)
New Revision: 5298
Modified:
cdi-tck/branches/1.0/doc/reference/en-US/Author_Group.xml
cdi-tck/branches/1.0/doc/reference/en-US/installation.xml
cdi-tck/branches/1.0/doc/reference/en-US/introduction.xml
cdi-tck/branches/1.0/doc/reference/en-US/reporting.xml
Log:
CDITCK-39, CDITCK-48, CDITCK-54, CDITCK-55
Modified: cdi-tck/branches/1.0/doc/reference/en-US/Author_Group.xml
===================================================================
--- cdi-tck/branches/1.0/doc/reference/en-US/Author_Group.xml 2009-12-15 14:28:09 UTC (rev 5297)
+++ cdi-tck/branches/1.0/doc/reference/en-US/Author_Group.xml 2009-12-15 14:44:06 UTC (rev 5298)
@@ -6,24 +6,22 @@
<surname>King</surname>
<affiliation>
<jobtitle>JSR-299: Contexts and Dependency Injection (CDI) for Java EE
- specification lead</jobtitle>
- <orgname>Red Hat Inc.</orgname>
+ specification lead (Red Hat, Inc.)</jobtitle>
+ <shortaffil></shortaffil>
</affiliation>
</author>
<author>
<firstname>Pete</firstname>
<surname>Muir</surname>
<affiliation>
- <jobtitle>CDI TCK lead</jobtitle>
- <orgname>Red Hat Inc.</orgname>
+ <jobtitle>CDI TCK lead (Red Hat, Inc.)</jobtitle>
</affiliation>
</author>
<author>
<firstname>Dan</firstname>
<surname>Allen</surname>
<affiliation>
- <jobtitle>CDI TCK developer</jobtitle>
- <orgname>Red Hat Inc.</orgname>
+ <jobtitle>CDI TCK developer (Red Hat, Inc.)</jobtitle>
</affiliation>
</author>
<!--
Modified: cdi-tck/branches/1.0/doc/reference/en-US/installation.xml
===================================================================
--- cdi-tck/branches/1.0/doc/reference/en-US/installation.xml 2009-12-15 14:28:09 UTC (rev 5297)
+++ cdi-tck/branches/1.0/doc/reference/en-US/installation.xml 2009-12-15 14:44:06 UTC (rev 5298)
@@ -115,21 +115,19 @@
</title>
<para>
- Weld is built as a modular library, and as such can be
- retro-fitted to Java EE 5 products as required. JBoss AS 5.2 and
+ JBoss AS 6.0.0 M1 and
above releases bundle Weld. To run the TCK with JBoss AS, you must
- use JBoss AS 5.2 or above.
+ use JBoss AS 6.0.0.M1 or above.
</para>
<para>
- To install JBoss AS 5.2 and update to the latest
- release:
+ To install JBoss AS 6:
</para>
<itemizedlist>
<listitem>
<para>
- First, you should download JBoss AS 5.2 from the JBoss AS
+ First, you should download JBoss AS 6 from the JBoss AS
<ulink url="http://jboss.org/jbossas/downloads">project page</ulink>.
</para>
</listitem>
@@ -157,15 +155,15 @@
</itemizedlist>
<para>
- The CDI TCK includes a TCK runner that executes the TCK using Web
- Beans as the CDI implementation and JBoss AS as the Java EE runtime.
+ The CDI TCK includes a TCK runner that executes the TCK using Weld
+ as the CDI implementation and JBoss AS as the Java EE runtime.
To run the tck:
</para>
<itemizedlist>
<listitem>
<para>
- You need to install Maven. You can find documention on how to
+ You need to install Maven 2.0.10. You can find documention on how to
install Maven 2 in the
<ulink
url="http://www.sonatype.com/books/maven-book/reference/installation-sect-maven-install.html">Maven: The Definitive Guide</ulink>
Modified: cdi-tck/branches/1.0/doc/reference/en-US/introduction.xml
===================================================================
--- cdi-tck/branches/1.0/doc/reference/en-US/introduction.xml 2009-12-15 14:28:09 UTC (rev 5297)
+++ cdi-tck/branches/1.0/doc/reference/en-US/introduction.xml 2009-12-15 14:44:06 UTC (rev 5298)
@@ -173,7 +173,7 @@
<listitem>
<para>
<emphasis role="bold">JBoss Test Harness</emphasis>
- - The CDI TCK requires version 1.0.0 of the JBoss Test
+ - The CDI TCK requires version 1.1.0-CR3 of the JBoss Test
Harness. The Harness is based on TestNG 5.x
(<ulink url="http://testng.org">http://testng.org</ulink>).
You can read more about the harness in
Modified: cdi-tck/branches/1.0/doc/reference/en-US/reporting.xml
===================================================================
--- cdi-tck/branches/1.0/doc/reference/en-US/reporting.xml 2009-12-15 14:28:09 UTC (rev 5297)
+++ cdi-tck/branches/1.0/doc/reference/en-US/reporting.xml 2009-12-15 14:44:06 UTC (rev 5298)
@@ -73,7 +73,7 @@
so we'll start there.
</para>
<section>
- <title>CDK TCK Assertions</title>
+ <title>CDI TCK Assertions</title>
<para>
The CDI TCK developers have analyzed the JSR-299 specification
document and identified the assertions that are present in each
@@ -377,7 +377,7 @@
<title>Test Results in the TestNG Plugin View</title>
<para>
- Aftering running a test in Eclipse, as described in <xhref
+ After running a test in Eclipse, as described in <xref
linkend="eclipse-standalone"/> and <xref
linkend="eclipse-in-container"/>, the test results are displayed
in the TestNG plugin view, as shown below.
More information about the weld-commits
mailing list