Hi everyone, I am new to Recoder and was wondering how I run all junit tests from the ant build script. It looks like I need to provide a .prj file as input? Thank you,
Diarmuid
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am afraid that we haven't maintained the ANT script so that the testsuite can be run from it.
However, if you just run
recoder.testsuite.CompleteTestSuite
then you don't need to provide anything extra.
Note that in the current SVN version, there are a lot of tests failing.
In the 0.92 release, there may be two testcases failing if you run it with a 1.5 JDK.
Best regards,
Tobias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone, I am new to Recoder and was wondering how I run all junit tests from the ant build script. It looks like I need to provide a .prj file as input? Thank you,
Diarmuid
Hej,
I am afraid that we haven't maintained the ANT script so that the testsuite can be run from it.
However, if you just run
recoder.testsuite.CompleteTestSuite
then you don't need to provide anything extra.
Note that in the current SVN version, there are a lot of tests failing.
In the 0.92 release, there may be two testcases failing if you run it with a 1.5 JDK.
Best regards,
Tobias
Tobias, thanks , I will try that.
Diarmuid