Revision: 457
Author: henryju
Date: 2006-05-17 08:25:31 -0700 (Wed, 17 May 2006)
ViewCVS: http://svn.sourceforge.net/jwebunit/?rev=457&view=rev
Log Message:
-----------
Refactor site and site reports.
Modified Paths:
--------------
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/JavaScriptEventsTest.java
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/TestContextTest.java
trunk/jwebunit-htmlunit-plugin/src/site/site.xml
trunk/jwebunit-httpunit-plugin/src/site/site.xml
trunk/jwebunit-jacobie-plugin/src/site/site.xml
trunk/jwebunit-selenium-plugin/src/site/site.xml
trunk/pom.xml
trunk/src/site/site.xml
Modified:
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/JavaScriptEventsTest.java
===================================================================
---
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/JavaScriptEventsTest.java
2006-05-17 14:04:46 UTC (rev 456)
+++
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/JavaScriptEventsTest.java
2006-05-17 15:25:31 UTC (rev 457)
@@ -57,11 +57,9 @@
assertTextPresent("Here is the text we expect");
beginAt("index.html");
- //commented out for now due to HttpUnit bug; submit does not trigger
onClick, but clickButton of a
- // submit button will trigger both the submission and the onClick.
-// submit();
-// dumpResponse(System.out);
-// assertTextPresent("Here is the text we expect");
+ assertTitleEquals("Startpage");
+ submit();
+ assertTextPresent("Here is the text we expect");
}
public void testLinkAssertsWorkJavascriptDisabled() {
Modified:
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/TestContextTest.java
===================================================================
---
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/TestContextTest.java
2006-05-17 14:04:46 UTC (rev 456)
+++
trunk/jwebunit-commons-tests/src/main/java/net/sourceforge/jwebunit/tests/TestContextTest.java
2006-05-17 15:25:31 UTC (rev 457)
@@ -53,7 +53,6 @@
String userAgent = "Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3";
getTestContext().setUserAgent(userAgent);
beginAt("/testPage.html");
- dumpResponse(System.out);
assertTextPresent("Browser user-agent: "+userAgent);
}
Modified: trunk/jwebunit-htmlunit-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-htmlunit-plugin/src/site/site.xml 2006-05-17 14:04:46 UTC
(rev 456)
+++ trunk/jwebunit-htmlunit-plugin/src/site/site.xml 2006-05-17 15:25:31 UTC
(rev 457)
@@ -1,45 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0-SNAPSHOT</version>
- </skin>
-
- <bannerLeft>
- <name>SourceForge</name>
-
<src>http://sourceforge.net/sflogo.php?group_id=61302&type=5</src>
- <href>http://sourceforge.net</href>
- </bannerLeft>
-
- <bannerRight>
- <name>jWebUnit</name>
- <src>../images/jwebunit-logo.png</src>
- <href>http://jwebunit.sourceforge.net</href>
- </bannerRight>
- <body>
- <links>
- <item name="JUnit" href="http://www.junit.org"/>
- <item name="Maven" href="http://maven.apache.org"/>
- <item name="HTTPUnit"
href="http://httpunit.sourceforge.net"/>
- <item name="HTMLUnit"
href="http://htmlunit.sourceforge.net"/>
- <item name="Jacobie" href="http://jacobie.sourceforge.net"/>
- <item name="Selenium"
href="http://openqa.org/selenium-rc/"/>
- </links>
- <menu name="jWebUnit">
- <item name="Home" href="../index.html"/>
- </menu>
- <menu name="Other Plugins">
- <item name="HttpUnit Plugin"
href="../httpunit-plugin/index.html"/>
- <item name="Jacobie Plugin"
href="../jacobie-plugin/index.html"/>
- <item name="Selenium Plugin"
href="../selenium-plugin/index.html"/>
- </menu>
- <menu name="Sourceforge">
- <item name="Project page"
href="http://sourceforge.net/projects/jwebunit"/>
- <item name="Download"
href="http://sourceforge.net/projects/jwebunit/files"/>
- </menu>
- ${parentProject}
- ${reports}
-
- </body>
+ <body>
+ ${parentProject}
+ <menu name="Sourceforge">
+ <item name="Project page"
+ href="http://sourceforge.net/projects/jwebunit" />
+ <item name="Download"
+ href="http://sourceforge.net/projects/jwebunit/files" />
+ </menu>
+ ${reports}
+ </body>
</project>
Modified: trunk/jwebunit-httpunit-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-httpunit-plugin/src/site/site.xml 2006-05-17 14:04:46 UTC
(rev 456)
+++ trunk/jwebunit-httpunit-plugin/src/site/site.xml 2006-05-17 15:25:31 UTC
(rev 457)
@@ -1,45 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0-SNAPSHOT</version>
- </skin>
-
- <bannerLeft>
- <name>SourceForge</name>
-
<src>http://sourceforge.net/sflogo.php?group_id=61302&type=5</src>
- <href>http://sourceforge.net</href>
- </bannerLeft>
-
- <bannerRight>
- <name>jWebUnit</name>
- <src>../images/jwebunit-logo.png</src>
- <href>http://jwebunit.sourceforge.net</href>
- </bannerRight>
- <body>
- <links>
- <item name="JUnit" href="http://www.junit.org"/>
- <item name="Maven" href="http://maven.apache.org"/>
- <item name="HTTPUnit"
href="http://httpunit.sourceforge.net"/>
- <item name="HTMLUnit"
href="http://htmlunit.sourceforge.net"/>
- <item name="Jacobie" href="http://jacobie.sourceforge.net"/>
- <item name="Selenium"
href="http://openqa.org/selenium-rc/"/>
- </links>
- <menu name="jWebUnit">
- <item name="Home" href="../index.html"/>
- </menu>
- <menu name="Other Plugins">
- <item name="HtmlUnit Plugin"
href="../htmlunit-plugin/index.html"/>
- <item name="Jacobie Plugin"
href="../jacobie-plugin/index.html"/>
- <item name="Selenium Plugin"
href="../selenium-plugin/index.html"/>
- </menu>
- <menu name="Sourceforge">
- <item name="Project page"
href="http://sourceforge.net/projects/jwebunit"/>
- <item name="Download"
href="http://sourceforge.net/projects/jwebunit/files"/>
- </menu>
-
- ${reports}
-
- </body>
+ <body>
+ ${parentProject}
+ <menu name="Sourceforge">
+ <item name="Project page"
+ href="http://sourceforge.net/projects/jwebunit" />
+ <item name="Download"
+ href="http://sourceforge.net/projects/jwebunit/files" />
+ </menu>
+ ${reports}
+ </body>
</project>
Modified: trunk/jwebunit-jacobie-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-jacobie-plugin/src/site/site.xml 2006-05-17 14:04:46 UTC
(rev 456)
+++ trunk/jwebunit-jacobie-plugin/src/site/site.xml 2006-05-17 15:25:31 UTC
(rev 457)
@@ -1,45 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0-SNAPSHOT</version>
- </skin>
-
- <bannerLeft>
- <name>SourceForge</name>
-
<src>http://sourceforge.net/sflogo.php?group_id=61302&type=5</src>
- <href>http://sourceforge.net</href>
- </bannerLeft>
-
- <bannerRight>
- <name>jWebUnit</name>
- <src>../images/jwebunit-logo.png</src>
- <href>http://jwebunit.sourceforge.net</href>
- </bannerRight>
- <body>
- <links>
- <item name="JUnit" href="http://www.junit.org"/>
- <item name="Maven" href="http://maven.apache.org"/>
- <item name="HTTPUnit"
href="http://httpunit.sourceforge.net"/>
- <item name="HTMLUnit"
href="http://htmlunit.sourceforge.net"/>
- <item name="Jacobie" href="http://jacobie.sourceforge.net"/>
-
- </links>
- <menu name="jWebUnit">
- <item name="Home" href="../index.html"/>
- </menu>
- <menu name="Other Plugins">
- <item name="HttpUnit Plugin"
href="../httpunit-plugin/index.html"/>
- <item name="HtmlUnit Plugin"
href="../htmlunit-plugin/index.html"/>
- <item name="Selenium Plugin"
href="../selenium-plugin/index.html"/>
- </menu>
- <menu name="Sourceforge">
- <item name="Project page"
href="http://sourceforge.net/projects/jwebunit"/>
- <item name="Download"
href="http://sourceforge.net/projects/jwebunit/files"/>
- </menu>
-
- ${reports}
-
- </body>
+ <body>
+ ${parentProject}
+ <menu name="Sourceforge">
+ <item name="Project page"
+ href="http://sourceforge.net/projects/jwebunit" />
+ <item name="Download"
+ href="http://sourceforge.net/projects/jwebunit/files" />
+ </menu>
+ ${reports}
+ </body>
</project>
Modified: trunk/jwebunit-selenium-plugin/src/site/site.xml
===================================================================
--- trunk/jwebunit-selenium-plugin/src/site/site.xml 2006-05-17 14:04:46 UTC
(rev 456)
+++ trunk/jwebunit-selenium-plugin/src/site/site.xml 2006-05-17 15:25:31 UTC
(rev 457)
@@ -1,45 +1,13 @@
<?xml version="1.0"?>
<project name="jWebUnit">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0-SNAPSHOT</version>
- </skin>
-
- <bannerLeft>
- <name>SourceForge</name>
-
<src>http://sourceforge.net/sflogo.php?group_id=61302&type=5</src>
- <href>http://sourceforge.net</href>
- </bannerLeft>
-
- <bannerRight>
- <name>jWebUnit</name>
- <src>../images/jwebunit-logo.png</src>
- <href>http://jwebunit.sourceforge.net</href>
- </bannerRight>
- <body>
- <links>
- <item name="JUnit" href="http://www.junit.org"/>
- <item name="Maven" href="http://maven.apache.org"/>
- <item name="HTTPUnit"
href="http://httpunit.sourceforge.net"/>
- <item name="HTMLUnit"
href="http://htmlunit.sourceforge.net"/>
- <item name="Jacobie" href="http://jacobie.sourceforge.net"/>
- <item name="Selenium"
href="http://openqa.org/selenium-rc/"/>
- </links>
- <menu name="jWebUnit">
- <item name="Home" href="../index.html"/>
- </menu>
- <menu name="Other Plugins">
- <item name="HttpUnit Plugin"
href="../httpunit-plugin/index.html"/>
- <item name="HtmlUnit Plugin"
href="../htmlunit-plugin/index.html"/>
- <item name="Jacobie Plugin"
href="../jacobie-plugin/index.html"/>
- </menu>
- <menu name="Sourceforge">
- <item name="Project page"
href="http://sourceforge.net/projects/jwebunit"/>
- <item name="Download"
href="http://sourceforge.net/projects/jwebunit/files"/>
- </menu>
- ${parentProject}
- ${reports}
-
- </body>
+ <body>
+ ${parentProject}
+ <menu name="Sourceforge">
+ <item name="Project page"
+ href="http://sourceforge.net/projects/jwebunit" />
+ <item name="Download"
+ href="http://sourceforge.net/projects/jwebunit/files" />
+ </menu>
+ ${reports}
+ </body>
</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-05-17 14:04:46 UTC (rev 456)
+++ trunk/pom.xml 2006-05-17 15:25:31 UTC (rev 457)
@@ -1,243 +1,249 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>net.sourceforge.jwebunit</groupId>
- <artifactId>jwebunit</artifactId>
- <name>jWebUnit</name>
- <version>1.3-SNAPSHOT</version>
- <packaging>pom</packaging>
- <description>
- jWebUnit is a Java framework that facilitates creation of
- acceptance tests for web applications. It evolved from a project
- where we were using HttpUnit and JUnit to create acceptance
- tests. As the tests were being written, they were continuously
- refactored to remove duplication and other bad smells in the
- test code. jWebUnit is the result of these refactorings.
- jWebUnit support multiple dialog as HtmlUnit or HttpUnit.
- </description>
- <url>http://jwebunit.sourceforge.net</url>
- <issueManagement>
- <system>sourceforge</system>
- <url>
-
http://sourceforge.net/tracker/?atid=497982&group_id=61302
- </url>
- </issueManagement>
- <inceptionYear>2002</inceptionYear>
- <modules>
- <module>jwebunit-core</module>
- <module>jwebunit-commons-tests</module>
- <module>jwebunit-httpunit-plugin</module>
- <module>jwebunit-htmlunit-plugin</module>
- <module>jwebunit-jacobie-plugin</module>
- <module>jwebunit-selenium-plugin</module>
- </modules>
- <mailingLists>
- <mailingList>
- <name>jWebUnit Development Mailing list</name>
- <subscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
- </subscribe>
- <unsubscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
- </unsubscribe>
- <archive>
-
http://sourceforge.net/mailarchive/forum.php?forum=jwebunit-development
- </archive>
- </mailingList>
- <mailingList>
- <name>jWebUnit User Mailing list</name>
- <subscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-users
- </subscribe>
- <unsubscribe>
-
http://lists.sourceforge.net/mailman/listinfo/jwebunit-users
- </unsubscribe>
- <archive>
-
http://sourceforge.net/mailarchive/forum.php?forum=jwebunit-users
- </archive>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>jimweaver</id>
- <name>Jim Weaver</name>
- <email>jimweaver at users.sourceforge.net</email>
- <organization>Thoughtworks</organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <id>prospero2000us</id>
- <name>Jim Weaver</name>
- <email>prospero2000us at users.sourceforge.net</email>
- <organization>Thoughtworks</organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <id>wilkesj</id>
- <name>Wilkes Joiner</name>
- <email>wilkesj at users.sourceforge.net</email>
- <organization></organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- </developer>
- <developer>
- <id>vivekv</id>
- <name>Vivek Venugopalan</name>
- <email>vivek at magic hypen cauldron dot com</email>
- <url>http://www.magic-cauldron.com</url>
- <organization></organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>+5.5</timezone>
- </developer>
- <developer>
- <id>dashorst</id>
- <name>Martijn Dashorst</name>
- <email>dashorst at users.sourceforge.net</email>
- <url>http://www.dashorst.dds.nl</url>
- <organization>Topicus B.V.</organization>
- <roles>
- <role>All-Hands person</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>nneuberger</id>
- <name>Nicholas Neuberger</name>
- <email>nneuberger at users.sourceforge.net</email>
- <url></url>
- <organization>Sunshine Solar</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-6</timezone>
- </developer>
- <developer>
- <id>henryju</id>
- <name>Julien Henry</name>
- <email>henryju at users.sourceforge.net</email>
- <url></url>
- <organization>Capgemini</organization>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>+2</timezone>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>BSD License</name>
- <url>${topDirectoryLocation}/LICENSE.txt</url>
- </license>
- </licenses>
- <scm>
- <connection>
-
scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/trunk
- </connection>
- <developerConnection>
-
scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/trunk
- </developerConnection>
- <url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/</url>
- </scm>
- <organization>
- <name>SourceForge</name>
- <url>http://sourceforge.net</url>
- </organization>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- </extension>
- </extensions>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.1-SNAPSHOT</version>
- <!-- <configuration>
-
<descriptor>path/to/descriptor.xml</descriptor>
- <finalName>final_name</finalName>
-
<outputDirectory>output/directory</outputDirectory>
-
<workDirectory>target/assembly/work</workDirectory>
- </configuration> -->
- </plugin>
- </plugins>
- </build>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <updatePolicy>daily</updatePolicy>
- </releases>
- <snapshots>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- <id>Maven CodeHaus Snapshots</id>
- <url>http://snapshots.maven.codehaus.org/maven2</url>
- </pluginRepository>
- </pluginRepositories>
- <properties>
- <topDirectoryLocation>.</topDirectoryLocation>
- </properties>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>
-
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
- </configLocation>
- <headerFile>
-
${basedir}/${topDirectoryLocation}/src/checkstyle/license-checkstyle.txt
- </headerFile>
- <xrefLocation>xref</xrefLocation>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>changes-maven-plugin</artifactId>
- <inherited>false</inherited>
- </plugin>
- </plugins>
- </reporting>
- <distributionManagement>
- <site>
- <id>jwebunit-website</id>
- <name>jWebUnit WebSite - Sourceforge</name>
- <url>
-
scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs
- <!--file://c:\temp-jwebunit-->
- </url>
- </site>
- </distributionManagement>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.sourceforge.jwebunit</groupId>
+ <artifactId>jwebunit</artifactId>
+ <name>jWebUnit</name>
+ <version>1.3-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <description>
+ jWebUnit is a Java framework that facilitates creation of
+ acceptance tests for web applications. It evolved from a project
+ where we were using HttpUnit and JUnit to create acceptance
+ tests. As the tests were being written, they were continuously
+ refactored to remove duplication and other bad smells in the
+ test code. jWebUnit is the result of these refactorings.
+ jWebUnit support multiple dialog as HtmlUnit or HttpUnit.
+ </description>
+ <url>http://jwebunit.sourceforge.net</url>
+ <issueManagement>
+ <system>sourceforge</system>
+ <url>
+ http://sourceforge.net/tracker/?atid=497982&group_id=61302
+ </url>
+ </issueManagement>
+ <inceptionYear>2002</inceptionYear>
+ <modules>
+ <module>jwebunit-core</module>
+ <module>jwebunit-commons-tests</module>
+ <module>jwebunit-httpunit-plugin</module>
+ <module>jwebunit-htmlunit-plugin</module>
+ <module>jwebunit-jacobie-plugin</module>
+ <module>jwebunit-selenium-plugin</module>
+ </modules>
+ <mailingLists>
+ <mailingList>
+ <name>jWebUnit Development Mailing list</name>
+ <subscribe>
+
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
+ </subscribe>
+ <unsubscribe>
+
http://lists.sourceforge.net/mailman/listinfo/jwebunit-development
+ </unsubscribe>
+ <archive>
+ http://sourceforge.net/mailarchive/forum.php?forum_id=40831
+ </archive>
+ <post>[email protected]</post>
+ </mailingList>
+ <mailingList>
+ <name>jWebUnit User Mailing list</name>
+ <subscribe>
+ http://lists.sourceforge.net/mailman/listinfo/jwebunit-users
+ </subscribe>
+ <unsubscribe>
+ http://lists.sourceforge.net/mailman/listinfo/jwebunit-users
+ </unsubscribe>
+ <archive>
+ http://sourceforge.net/mailarchive/forum.php?forum_id=40830
+ </archive>
+ <post>[email protected]</post>
+ </mailingList>
+ </mailingLists>
+ <developers>
+ <developer>
+ <id>jimweaver</id>
+ <name>Jim Weaver</name>
+ <email>jimweaver at users.sourceforge.net</email>
+ <organization>Thoughtworks</organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>prospero2000us</id>
+ <name>Jim Weaver</name>
+ <email>prospero2000us at users.sourceforge.net</email>
+ <organization>Thoughtworks</organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <id>wilkesj</id>
+ <name>Wilkes Joiner</name>
+ <email>wilkesj at users.sourceforge.net</email>
+ <organization></organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ </developer>
+ <developer>
+ <id>vivekv</id>
+ <name>Vivek Venugopalan</name>
+ <email>vivek at magic hypen cauldron dot com</email>
+ <url>http://www.magic-cauldron.com</url>
+ <organization></organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>+5.5</timezone>
+ </developer>
+ <developer>
+ <id>dashorst</id>
+ <name>Martijn Dashorst</name>
+ <email>dashorst at users.sourceforge.net</email>
+ <url>http://www.dashorst.dds.nl</url>
+ <organization>Topicus B.V.</organization>
+ <roles>
+ <role>All-Hands person</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>nneuberger</id>
+ <name>Nicholas Neuberger</name>
+ <email>nneuberger at users.sourceforge.net</email>
+ <url></url>
+ <organization>Sunshine Solar</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>-6</timezone>
+ </developer>
+ <developer>
+ <id>henryju</id>
+ <name>Julien Henry</name>
+ <email>henryju at users.sourceforge.net</email>
+ <url></url>
+ <organization>Capgemini</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>+2</timezone>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>BSD License</name>
+ <url>${topDirectoryLocation}/LICENSE.txt</url>
+ </license>
+ </licenses>
+ <scm>
+ <connection>
+ scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/trunk
+ </connection>
+ <developerConnection>
+ scm:svn:https://svn.sourceforge.net/svnroot/jwebunit/trunk
+ </developerConnection>
+ <url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/</url>
+ </scm>
+ <organization>
+ <name>SourceForge</name>
+ <url>http://sourceforge.net</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <!-- <configuration>
+ <descriptor>path/to/descriptor.xml</descriptor>
+ <finalName>final_name</finalName>
+ <outputDirectory>output/directory</outputDirectory>
+ <workDirectory>target/assembly/work</workDirectory>
+ </configuration> -->
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <topDirectoryLocation>.</topDirectoryLocation>
+ </properties>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <configLocation>
+
${basedir}/${topDirectoryLocation}/src/checkstyle/jwebunit-checkstyle.xml
+ </configLocation>
+ <headerFile>
+
${basedir}/${topDirectoryLocation}/src/checkstyle/license-checkstyle.txt
+ </headerFile>
+ <xrefLocation>xref</xrefLocation>
+ </configuration>
+ </plugin>
+ <!--plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ </plugin-->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>changes-maven-plugin</artifactId>
+ <inherited>false</inherited>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>changelog-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jxr-maven-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>
+ maven-project-info-reports-plugin
+ </artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <site>
+ <id>jwebunit-website</id>
+ <name>jWebUnit WebSite - Sourceforge</name>
+ <url>
+ scp://shell.sourceforge.net/home/groups/j/jw/jwebunit/htdocs
+ <!--file://c:\temp-jwebunit-->
+ </url>
+ </site>
+ </distributionManagement>
</project>
Modified: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml 2006-05-17 14:04:46 UTC (rev 456)
+++ trunk/src/site/site.xml 2006-05-17 15:25:31 UTC (rev 457)
@@ -1,72 +1,91 @@
<?xml version="1.0"?>
<project name="jWebUnit">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0-SNAPSHOT</version>
- </skin>
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-stylus-skin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </skin>
- <bannerLeft>
- <name>SourceForge</name>
-
<src>http://sourceforge.net/sflogo.php?group_id=61302&type=5</src>
- <href>http://sourceforge.net</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>SourceForge</name>
+ <src>
+ http://sourceforge.net/sflogo.php?group_id=61302&type=5
+ </src>
+ <href>http://sourceforge.net</href>
+ </bannerLeft>
- <bannerRight>
- <name>jWebUnit</name>
- <src>./images/jwebunit-logo.png</src>
- <href>http://jwebunit.sourceforge.net</href>
- </bannerRight>
- <body>
- <links>
- <item name="JUnit" href="http://www.junit.org"/>
- <item name="Maven" href="http://maven.apache.org"/>
- <item name="HTTPUnit"
href="http://httpunit.sourceforge.net"/>
- <item name="HTMLUnit"
href="http://htmlunit.sourceforge.net"/>
- <item name="Jacobie" href="http://jacobie.sourceforge.net"/>
- <item name="Selenium"
href="http://openqa.org/selenium-rc/"/>
- </links>
- <menu name="jWebUnit">
- <item name="Home" href="/index.html"/>
- <item name="Installation" href="/installation.html"
collapse="true">
- </item>
- <item name="Quick start" href="/quickstart.html"
collapse="true">
- <item name="Creating a TestCase" href="#Creating a
TestCase"/>
- <item name="Site Navigation" href="#Navigating Your Web
Application" />
- <item name="Validating Forms" href="#Working With
Forms"/>
- <item name="Frames and Windows" href="#Working With
Frames and Windows" />
- <item name="Validating Page Content" href="#Validating
Page Content" />
- <item name="Validating Table Content" href="#Validating
Table Content" />
- <item name="Using Element IDs" href="#Using Element IDs
to Validate Content" />
- <item name="Using Property Files" href="#Using Property
Files to Validate Content" />
- </item>
- </menu>
- <menu name="Available Plugins">
- <item name="HttpUnit Plugin" href="httpunit-plugin/index.html"/>
- <item name="HtmlUnit Plugin" href="htmlunit-plugin/index.html"/>
- <item name="Jacobie Plugin" href="jacobie-plugin/index.html"/>
- <item name="Selenium Plugin" href="selenium-plugin/index.html"/>
- </menu>
- <menu name="Building jWebUnit">
- <item name="With Ant" href="/building-ant.html"
collapse="true">
- <item name="Installing Ant"
href="/building-ant.html#Installing_Ant" />
- <item name="Building jWebUnit"
href="/building-ant.html#Building_jWebUnit" />
- <item name="Building a release"
href="/building-ant.html#Building_a_release" />
- </item>
- <item name="With Maven" href="/building-maven.html"
collapse="true">
- <item name="Installing Maven"
href="/building-maven.html#Installing_Maven" />
- <item name="Using Maven"
href="/building-maven.html#Using_Maven" />
- <item name="Building jWebUnit"
href="/building-maven.html#Building_jWebUnit" />
- <item name="Building the site"
href="/building-maven.html#Building_the_site" />
- <item name="Building a release"
href="/building-maven.html#Building_a_release" />
- </item>
- </menu>
- <menu name="Sourceforge">
- <item name="Project page"
href="http://sourceforge.net/projects/jwebunit"/>
- <item name="Download"
href="http://sourceforge.net/projects/jwebunit/files"/>
- </menu>
- ${modules}
- ${reports}
-
- </body>
+ <bannerRight>
+ <name>jWebUnit</name>
+ <src>./images/jwebunit-logo.png</src>
+ <href>http://jwebunit.sourceforge.net</href>
+ </bannerRight>
+ <body>
+ <links>
+ <item name="JUnit" href="http://www.junit.org" />
+ <item name="Maven" href="http://maven.apache.org" />
+ <item name="HTTPUnit"
+ href="http://httpunit.sourceforge.net" />
+ <item name="HTMLUnit"
+ href="http://htmlunit.sourceforge.net" />
+ <item name="Jacobie" href="http://jacobie.sourceforge.net" />
+ <item name="Selenium" href="http://openqa.org/selenium-rc/" />
+ </links>
+ <menu name="jWebUnit">
+ <item name="Home" href="/index.html" />
+ <item name="Installation" href="/installation.html"
+ collapse="true">
+ </item>
+ <item name="Quick start" href="/quickstart.html"
+ collapse="true">
+ <item name="Creating a TestCase"
+ href="#Creating a TestCase" />
+ <item name="Site Navigation"
+ href="#Navigating Your Web Application" />
+ <item name="Validating Forms"
+ href="#Working With Forms" />
+ <item name="Frames and Windows"
+ href="#Working With Frames and Windows" />
+ <item name="Validating Page Content"
+ href="#Validating Page Content" />
+ <item name="Validating Table Content"
+ href="#Validating Table Content" />
+ <item name="Using Element IDs"
+ href="#Using Element IDs to Validate Content" />
+ <item name="Using Property Files"
+ href="#Using Property Files to Validate Content" />
+ </item>
+ </menu>
+ <menu name="Building jWebUnit">
+ <item name="With Ant" href="/building-ant.html"
+ collapse="true">
+ <item name="Installing Ant"
+ href="/building-ant.html#Installing_Ant" />
+ <item name="Building jWebUnit"
+ href="/building-ant.html#Building_jWebUnit" />
+ <item name="Building a release"
+ href="/building-ant.html#Building_a_release" />
+ </item>
+ <item name="With Maven" href="/building-maven.html"
+ collapse="true">
+ <item name="Installing Maven"
+ href="/building-maven.html#Installing_Maven" />
+ <item name="Using Maven"
+ href="/building-maven.html#Using_Maven" />
+ <item name="Building jWebUnit"
+ href="/building-maven.html#Building_jWebUnit" />
+ <item name="Building the site"
+ href="/building-maven.html#Building_the_site" />
+ <item name="Building a release"
+ href="/building-maven.html#Building_a_release" />
+ </item>
+ </menu>
+ <menu name="Sourceforge">
+ <item name="Project page"
+ href="http://sourceforge.net/projects/jwebunit" />
+ <item name="Download"
+ href="http://sourceforge.net/projects/jwebunit/files" />
+ </menu>
+ ${modules}
+ ${reports}
+ </body>
</project>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development