JBoss Community

Download JSFUnit

There are three ways to get the JSFUnit binaries.  Choose one below.

Direct Downloads

NameDescriptionSizeRelease dateLicenseDownload
jboss-jsfunit-core-1.2.0.Final.jarJSFUnit Core jar77 KB2010-03-02LGPLDownload
Downloads: 79
jboss-jsfunit-richfaces-1.2.0.Final.jarRichFaces/Ajax4jsf Client jar for JSFUnit6 KB2010-03-02LGPLDownload
Downloads: 45
jboss-jsfunit-ant-1.2.0.Final.jarJSFUnit Ant Task jar13 KB2010-03-02LGPLDownload
Downloads: 34
jboss-jsfunit-microdeployer-1.2.0.Final.jarJSFUnit Deployer for JBoss AS 5.x and 6.x4 MB2010-03-02LGPLDownload
Downloads: 31
jboss-jsfunit-analysis-1.2.0.Final.jarJSFUnit Static Analysis Tools120 KB2010-03-02LGPLDownload
Downloads: 40
Note: Downloads counter is updated once per day.

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.