Skip to end of metadata
Go to start of metadata

FEST-Swing is composed of several jars, which can make it confusing to decide which ones should be in the classpath.

The proper FEST-Swing jars are the following:

Jar File

Description

Required

fest-swing.jar

  • Main Jar file

Always

fest-swing-junit.jar

Only when using FEST's JUnit extension (JUnit 4.3.1 or 4.5)

fest-swing-junit-4.3.1.jar

Only if using JUnit 4.3.1 and using FEST's Runner

fest-swing-junit-4.5.jar

Only if using JUnit 4.5 and using FEST's Runner

fest-swing-testng.jar

Only if using TestNG

As Bernard Farrell correctly points out, the whole list of dependencies can be found here.

Labels
  • None
  1. Sep 16, 2009

    The locations for these jars can be found on the FEST Swing Project Dependencies page.

  2. Sep 16, 2009

    Thanks Bernard! (smile)