Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
GNU General Public License v2.0
207
stars
106
forks
source link
Error when running with 'Option 1: the installation route' #295
Closed
MaximoOliveira closed 3 years ago
I've cloned the latest version of Astor and followed the instructions from Option 1: the installation route.
After executing the following command:
java -cp /home/max/Desktop/tese/astor/target/astor-1.0.0-SNAPSHOT-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jMutRepair -location /home/max/Desktop/tese/astor/examples/math_70 -srcjavafolder /src/java/ -srctestfolder /src/test/ -binjavafolder /target/classes -bintestfolder /target/test-classes -dependencies /home/max/Desktop/tese/astor/examples/libs/junit-4.4.jar
I get the same error as in issue #292:
I also don't get a summary of the program execution as I would get when running with Option 2: compiling and building class path separately ()
I'm not sure how to surpass this problem, is there something missing in the readme file to surpass this problem?
Thank you