Revision: 476
Author:   henryju
Date:     2006-06-08 07:38:05 -0700 (Thu, 08 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/jwebunit/?rev=476&view=rev

Log Message:
-----------
Update documentation (need to re-upload site).

Modified Paths:
--------------
    trunk/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml
    trunk/jwebunit-httpunit-plugin/src/site/xdoc/index.xml
    trunk/jwebunit-jacobie-plugin/src/site/xdoc/index.xml
    trunk/jwebunit-selenium-plugin/src/site/xdoc/index.xml
    trunk/src/site/resources/images/jwebunit-architecture.odg
    trunk/src/site/resources/images/jwebunit-architecture.png
    trunk/src/site/xdoc/building-ant.xml
    trunk/src/site/xdoc/installation.xml
Modified: trunk/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml      2006-06-07 
07:53:35 UTC (rev 475)
+++ trunk/jwebunit-htmlunit-plugin/src/site/xdoc/index.xml      2006-06-08 
14:38:05 UTC (rev 476)
@@ -89,7 +89,7 @@
     ...
     <dependency>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <artifactId>htmlunit-plugin</artifactId>
+        <artifactId>jwebunit-htmlunit-plugin</artifactId>
         <version>1.3-SNAPSHOT</version>
     </dependency>
     ...

Modified: trunk/jwebunit-httpunit-plugin/src/site/xdoc/index.xml
===================================================================
--- trunk/jwebunit-httpunit-plugin/src/site/xdoc/index.xml      2006-06-07 
07:53:35 UTC (rev 475)
+++ trunk/jwebunit-httpunit-plugin/src/site/xdoc/index.xml      2006-06-08 
14:38:05 UTC (rev 476)
@@ -83,7 +83,7 @@
     ...
     <dependency>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <artifactId>httpunit-plugin</artifactId>
+        <artifactId>jwebunit-httpunit-plugin</artifactId>
         <version>1.3-SNAPSHOT</version>
     </dependency>
     ...

Modified: trunk/jwebunit-jacobie-plugin/src/site/xdoc/index.xml
===================================================================
--- trunk/jwebunit-jacobie-plugin/src/site/xdoc/index.xml       2006-06-07 
07:53:35 UTC (rev 475)
+++ trunk/jwebunit-jacobie-plugin/src/site/xdoc/index.xml       2006-06-08 
14:38:05 UTC (rev 476)
@@ -27,7 +27,7 @@
     ...
     <dependency>
         <groupId>net.sourceforge.jwebunit</groupId>
-        <artifactId>jacobie-plugin</artifactId>
+        <artifactId>jwebunit-jacobie-plugin</artifactId>
         <version>1.3-SNAPSHOT</version>
     </dependency>
     ...

Modified: trunk/jwebunit-selenium-plugin/src/site/xdoc/index.xml
===================================================================
--- trunk/jwebunit-selenium-plugin/src/site/xdoc/index.xml      2006-06-07 
07:53:35 UTC (rev 475)
+++ trunk/jwebunit-selenium-plugin/src/site/xdoc/index.xml      2006-06-08 
14:38:05 UTC (rev 476)
@@ -13,6 +13,10 @@
     <p>
     Selenium allows you to run your test in a real browser, like Firefox.
     </p>
+    <p>
+       Today, we can't automatically start selenium-server before tests and 
stop it after. You should manually start it:
+               <source>java -jar where/is/selenium-server-xx.jar</source>
+    </p>
 </section>
 <section name="HowTo manage dependencies with Maven 2">
        <p>
@@ -23,7 +27,7 @@
     ...
     &lt;dependency&gt;
         &lt;groupId&gt;net.sourceforge.jwebunit&lt;/groupId&gt;
-        &lt;artifactId&gt;selenium-plugin&lt;/artifactId&gt;
+        &lt;artifactId&gt;jwebunit-selenium-plugin&lt;/artifactId&gt;
         &lt;version&gt;1.3-SNAPSHOT&lt;/version&gt;
     &lt;/dependency&gt;
     ...

Modified: trunk/src/site/resources/images/jwebunit-architecture.odg
===================================================================
(Binary files differ)

Modified: trunk/src/site/resources/images/jwebunit-architecture.png
===================================================================
(Binary files differ)

Modified: trunk/src/site/xdoc/building-ant.xml
===================================================================
--- trunk/src/site/xdoc/building-ant.xml        2006-06-07 07:53:35 UTC (rev 
475)
+++ trunk/src/site/xdoc/building-ant.xml        2006-06-08 14:38:05 UTC (rev 
476)
@@ -5,7 +5,7 @@
                <title>Building jWebunit with Ant</title>
        </properties>
 <body class="default">
-<section name="Building jWebUnit with Ant">
+<section name="Building jWebUnit with Ant (DEPRECATED)">
        <p>
                Ant is make for Java. Most open source Java projects use Ant as 
their build tool. With ant
                you can compile, test, package your release with just a few 
lines of XML code in the <tt>build.xml</tt>

Modified: trunk/src/site/xdoc/installation.xml
===================================================================
--- trunk/src/site/xdoc/installation.xml        2006-06-07 07:53:35 UTC (rev 
475)
+++ trunk/src/site/xdoc/installation.xml        2006-06-08 14:38:05 UTC (rev 
476)
@@ -8,34 +8,34 @@
 <section name="jWebUnit Installation">
        <subsection name="Download">
                <p>
-                       First download jWebUnit from the <a 
href="http://sourceforge.net/projects/jwebunit/files";>files area</a>
+                       First download latest stable version of jWebUnit from 
the <a href="http://sourceforge.net/projects/jwebunit/files";>files area</a>
                        and expand to a local directory.
                </p>
+               <p>
+                       NB : We are currently performing great improvements to 
jWebUnit. If you want to get the
+                       latest, you can either get it from SVN, or download it 
from our 
+                       <a 
href="http://jwebunit.sourceforge.net/m2-repo-snapshots/net/sourceforge/jwebunit/";>private
 Maven 2 snapshots repository</a>.
+               </p>
        </subsection>
        <subsection name="Choose what plugin you want to use">
                <p>
-                       There are currently 3 available plugins:
+                       There are currently 4 available plugins (certain are 
still in development):
                        <ul>
                                <li>HttpUnit: Was the first supported plugin. 
Javascript support is very basic.</li>
                                <li>HtmlUnit: A real solution if you want 
better Javascript support.</li>
                                <li>Jacobie: You can run your tests directly in 
Ms Internet Explorer (Windows Only).</li>
+                               <li>Selenium: You can run your tests directly 
in your favorite browser.</li>
                        </ul>
                </p>
        </subsection>
        <subsection name="Integrate with IDE">
                <p>
                        The simplest way to manage dependencies is to use Maven 
2. If you don't want to
-                       migrate to Maven, make sure you add the XXX-plugin 
(where XXX is the plugin you choose) and core jar files to your classpath in 
your IDE.
+                       migrate to Maven, make sure you add the 
jwebunit-XXX-plugin (where XXX is the plugin you choose) and jwebunit-core jar 
files to your classpath in your IDE.
                        You will also need numerous additionnal dependencies, 
depending on what plugin you choose.
                        Please refer to each plugin page to know the 
dependencies they need.
                </p>
        </subsection>
-       <subsection name="Create test">
-               <p>
-                       Create your first webunit test. Start slow by asserting 
the title
-                       of your page.
-               </p>
-       </subsection>
 </section>
 
 </body>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to