JordanSamhi / TSOpen

Open implementation of TriggerScope
GNU Lesser General Public License v2.1
5 stars 0 forks source link

mvn install ERROR at first, maybe lack of some dependency? #2

Open GeniusPudding opened 2 years ago

GeniusPudding commented 2 years ago

I cloned this project and installed by the instructions. However, first I got "Compilation failure: package com.google.common.collect does not exist" image

After I added the dependency of guava (following the solution in https://stackoverflow.com/questions/38007629/no-class-found-com-google-common-collect-lists) image

I got anothor ERROR: image

" Compilation failure [ERROR] /home/pudding/TSOpen/src/main/java/lu/uni/tsopen/graphTraversal/ICFGForwardTraversal.java:[51,33] cannot access heros.InterproceduralCFG" I can't find that class in this project

And then after I added the dependency and re-installed. I got "Compilation failure [ERROR] /home/pudding/TSOpen/src/main/java/lu/uni/tsopen/Analysis.java:[411,30] cannot access org.xmlpull.v1.XmlPullParserException"

I then added the dependency, and finally installed successfully.

GeniusPudding commented 2 years ago

Still have some error during the execution I got some Exception caused by "NoClassDefFoundError" image image image After I added their maven dependency in order, I got NoSuchMethodError: image

Is this because I wrongly modified the pom.xml? I am thinking that how to solve that.