The new release has been uploaded to ibiblio.org.
This means that from now on you can use the dependency of jwebunit in your maven POM's. Make sure you include the dependencies of jWebUnit in your POM as well. The XML entries below are the dependencies you need in your 'POM' to use the latest jWebUnit release (1.2). Include these in your <dependencies></dependencies> part of your maven file to use them.
Martijn Dashorst
<dependency>
<groupId>jwebunit</groupId>
<artifactId>jwebunit</artifactId>
<version>1.2</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url>http://jwebunit.sourceforge.net</url>
</dependency> <dependency>
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>0.8.1</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url>http://www.apache.org/~andyc/neko/doc/html/index.html</url>
</dependency><dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<version>1.5R4.1</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url>http://www.mozilla.org/rhino/download.html</url>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url>http://xml.apache.org/xerces2-j</url>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url>http://xml.apache.org/xerces2-j</url>
</dependency> <dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.3</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url></url>
</dependency> <dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.5.4</version>
<properties>
<war.bundle>false</war.bundle>
</properties>
<url>http://httpunit.sourceforge.net</url>
</dependency>--- Begin Message ---Message:The following issue has been closed. Resolver: Jason van Zyl Date: Wed, 16 Jun 2004 8:40 AM Uploaded --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-138 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVENUPLOAD-138 Summary: Upload of new version of jwebunit Type: Task Status: Closed Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-upload-requests Assignee: Jason van Zyl Reporter: Martijn Dashorst Created: Sun, 13 Jun 2004 7:21 PM Updated: Wed, 16 Jun 2004 8:40 AM Description: http://jwebunit.sourceforge.net/jwebunit-1.2-bundle.jar 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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--- End Message ---
