Skip to content

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

@GeniusPudding

Description

@GeniusPudding

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions