SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
208 stars 106 forks source link

Creating astor.jar #145

Closed ssk1216 closed 5 years ago

ssk1216 commented 5 years ago

Trying to create astor.jar based on the instructions in the below document (Appendix)

https://hal.archives-ouvertes.fr/hal-01321615/document

I downloaded astor cd astor> astor>mvn BUILD fails astor>mvn package is again sort of infinite runs(doesn't create any jar as well)

Any inputs

hsellik commented 5 years ago

@ssk1216 , did you try mvn package -DskipTests=true?

This should skip tests and finish in a reasonable amount of time.