Ahh, JUnit 3 is required. I'll stick it on the Wiki. Should have played around for a little longer !
Tom On 31/07/14 12:58, Tom Chiverton wrote: > I've not done this for a while, but mustella can't seem to find JUnit. > There's no 'import' for the JUnit classes either. > If it's expecting to automatically find ones already installed on my > system, should I install junit 3 or 4 packages ? > > tchiverton@ev34:~/workspace/apache-flex-git/mustella$ ./mini_run.sh > tests/Validators > awk: program limit exceeded: sprintf buffer size=1020 > FILENAME="-" FNR=1 NR=1 > Skipping testcase check > Doing a regular mini run > Buildfile: /home/tchiverton/workspace/apache-flex-git/mustella/build.xml > [loadfile] > /home/tchiverton/workspace/apache-flex-git/mustella/local.properties > doesn't exist > > cleanswfs: > ... > compile-mustella: > [echo] Compiling mustella source code... > [javac] > /home/tchiverton/workspace/apache-flex-git/mustella/java/src/build.xml:79: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 9 source files to > /home/tchiverton/workspace/apache-flex-git/mustella/classes > [javac] > /home/tchiverton/workspace/apache-flex-git/mustella/java/src/utils/CompcUtils.java:304: > error: package junit.framework does not exist > [javac] junit.framework.Assert.fail("compc failed to > compile swc using these args: \n" + swc); > [javac] ^ > [javac] 1 error > >