[jboss-svn-commits] JBoss Common SVN: r4136 - arquillian/trunk/doc/reference/src/main/docbook/en-US.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Mar 9 08:32:31 EST 2010
Author: pete.muir at jboss.org
Date: 2010-03-09 08:32:31 -0500 (Tue, 09 Mar 2010)
New Revision: 4136
Modified:
arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml
arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml
Log:
How to get the right TestNG plugin
Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml 2010-03-09 13:05:02 UTC (rev 4135)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/examples.xml 2010-03-09 13:32:31 UTC (rev 4136)
@@ -59,6 +59,14 @@
are writing your tests with TestNG, you need the Eclipse <ulink url="http://testng.org">TestNG plugin</ulink>.
</para>
+ <note>
+ <para>
+ You <emphasis>must</emphasis> use the 5.11 version of the TestNG Eclipse plugin, which can be downloaded from
+ <ulink url="http://testng.org/testng-eclipse-5.11.0.18.zip">testng.org</ulink>. The TestNG update site will give
+ you version 5.12 which is not compatible with any released version of TestNG core.
+ </para>
+ </note>
+
<para>
Since the examples in this guide are based on a Maven 2 project, you will also need the m2eclipse plugin. Instructions for
using the m2eclipse update site to add the m2eclipse plugin to Eclipse are provided on the m2eclipse home page.
Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml 2010-03-09 13:05:02 UTC (rev 4135)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml 2010-03-09 13:32:31 UTC (rev 4136)
@@ -347,7 +347,15 @@
are writing your tests with TestNG, you need the Eclipse <ulink url="http://testng.org">TestNG plugin</ulink>.
</para>
+ <note>
<para>
+ You <emphasis>must</emphasis> use the 5.11 version of the TestNG Eclipse plugin, which can be downloaded from
+ <ulink url="http://testng.org/testng-eclipse-5.11.0.18.zip">testng.org</ulink>. The TestNG update site will give
+ you version 5.12 which is not compatible with any released version of TestNG core.
+ </para>
+ </note>
+
+ <para>
Since the example in this guide is based on a Maven 2 project, you will also need the m2eclipse plugin. Instructions for
using the m2eclipse update site to add the m2eclipse plugin to Eclipse are provided on the m2eclipse home page.
For more, read the m2eclipse <ulink url="http://www.sonatype.com/books/m2eclipse-book/reference">reference
@@ -390,14 +398,6 @@
<para>Running the the JUnit test in Eclipse</para>
</caption>
</mediaobject>
-
- <warning>
- <para>
- The latest version of the TestnG plugin for Eclipse is incompatible with all versions of TestNG that have
- been released. Therefore, make sure you use the 5.11 version of the plugin. See
- <ulink url="https://jira.jboss.org/jira/browse/ARQ-86">ARQ-86</ulink> for more.
- </para>
- </warning>
</section>
More information about the jboss-svn-commits
mailing list