| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Fitnesse
Revision: 317
Author: deanwampler
Date: 15 Aug 2008 16:12:10
Changes:Nasty build problem; the distribution did not contain the FitNesseRoot directory!
Files:| ... | ...@@ -3,6 +3,18 @@ | |
| 3 | 3 | Fitnesse is a wiki wrapper for fit, an acceptance test framework. |
| 4 | 4 | </description> |
| 5 | 5 | |
| 6 | <property name="src" location="src" /> | |
| 7 | <property name="src2" location="srcFitServerTests" /> | |
| 8 | <property name="classes" location="classes" /> | |
| 9 | <property name="lib" location="lib" /> | |
| 10 | <property name="fitnesseRoot" value="FitNesseRoot" /> | |
| 11 | <property name="fitnesseRootZip" value="FitNesseRoot.zip" /> | |
| 12 | <property name="zipDir" location="dist/fitnesse" /> | |
| 13 | <property name="results.dir" location="test-results" /> | |
| 14 | ||
| 15 | <property name="cobertura.root" value="${lib}/cobertura-1.8" /> | |
| 16 | <property name="cobertura.dir" value="${results.dir}/cobertura" /> | |
| 17 | ||
| 6 | 18 | <path id="classpath"> |
| 7 | 19 | <pathelement path="classes" /> |
| 8 | 20 | <fileset dir="lib"> |