Download JSFUnit
There are three ways to get the JSFUnit binaries. Choose one below.
Direct Downloads
| Name | Description | Size | Release date | License | Download |
|---|---|---|---|---|---|
| jboss-jsfunit-core-1.2.0.Final.jar | JSFUnit Core jar | 77 KB | 2010-03-02 | LGPL | Download Downloads: 79 |
| jboss-jsfunit-richfaces-1.2.0.Final.jar | RichFaces/Ajax4jsf Client jar for JSFUnit | 6 KB | 2010-03-02 | LGPL | Download Downloads: 45 |
| jboss-jsfunit-ant-1.2.0.Final.jar | JSFUnit Ant Task jar | 13 KB | 2010-03-02 | LGPL | Download Downloads: 34 |
| jboss-jsfunit-microdeployer-1.2.0.Final.jar | JSFUnit Deployer for JBoss AS 5.x and 6.x | 4 MB | 2010-03-02 | LGPL | Download Downloads: 31 |
| jboss-jsfunit-analysis-1.2.0.Final.jar | JSFUnit Static Analysis Tools | 120 KB | 2010-03-02 | LGPL | Download Downloads: 40 |
For Maven Users
Maven users can point to the JBoss Maven Repository at http://repo1.maven.org/maven2.
Sample pom declarations are as follows:
<repositories>
<repository>
<id>jboss</id>
<name>JBoss Repository</name>
<url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<!-- Core jar needed for all JSFUnit tests -->
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-core</artifactId>
<version>1.2.0.Final</version>
</dependency>
<!-- RichFaces and Ajax4jsf Client jar -->
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-richfaces</artifactId>
<version>1.2.0.Final</version>
</dependency>
<!-- Ant task used to "jsfunify" a WAR file -->
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-ant</artifactId>
<version>1.2.0.Final</version>
</dependency>
<!-- JSFUnit Static Analysis Tools -->
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-analysis</artifactId>
<version>1.2.0.Final</version>
</dependency>
Download from Maven Repository
You can also download everything directly from the JBoss Maven Repository
at http://repository.jboss.org/maven2/org/jboss/jsfunit/
This also includes the example WARs, .md5, and .sha1 files.