This document is intended for those who wish to build FitNesse and do development work.
INSTALLATION:
Unzip the source distribution some convenient directory. It extracts into several files and directory so you may want to extract it all into a fitnesse directory.
BUILDING:
The build.xml should be sufficient to build FitNesse as long as junit.jar is in your system classpath.
If not then open build.xml and modify the 'junitJar' property to reflect your environment.
Simply run ANT in the directory where everything was unpacked.
TESTING:
Our development environment is Intellij IDEA. We only used ANT to build zip files and such so it
doesn't have a test target or other targets you might expect.
To run the unit tests:
Direct any questions to the FitNesse YahooGroup or to micah@objectmentor.com.
[ User Guide] [.FrontPage] [.RecentChanges]
INSTALLATION:
Unzip the source distribution some convenient directory. It extracts into several files and directory so you may want to extract it all into a fitnesse directory.
BUILDING:
The build.xml should be sufficient to build FitNesse as long as junit.jar is in your system classpath.
If not then open build.xml and modify the 'junitJar' property to reflect your environment.
Simply run ANT in the directory where everything was unpacked.
TESTING:
Our development environment is Intellij IDEA. We only used ANT to build zip files and such so it
doesn't have a test target or other targets you might expect.
To run the unit tests:
- build all the class files
- set your working directory where you unpacked the source
- add to you classpath:
- the 'classes' directory
- fit.jar. It can be found in lib.
- junit.jar. Sold Seperately!
- run fitnesse.AllTestSuite.
Direct any questions to the FitNesse YahooGroup or to micah@objectmentor.com.
[ User Guide] [.FrontPage] [.RecentChanges]