helios-decompiler / standalone-app

All-in-one Java reverse engineering tool
Apache License 2.0
179 stars 39 forks source link

Repository #39

Closed FFY00 closed 7 years ago

FFY00 commented 7 years ago

Dependence is missing from repository.

[ERROR] Failed to execute goal on project standalone-app: Could not resolve dependencies for project com.heliosdecompiler:standalone-app:jar:1.0.2: Could not find artifact com.heliosdecompiler:transformer-api:jar:2.0.3 in helios-decompiler-repo (https://repo.samczsun.com/repository/helios-decompiler/)

Janmm14 commented 7 years ago

build the transformer-api locally with mvn install

FFY00 commented 7 years ago

I successfully built the standalone-app from the develop branch with jenkins. I tried to add artifacts with jenkins to the master branch but it still failed. Should I run mvn install before compiling the standalone-app from the master branch?

Janmm14 commented 7 years ago

https://github.com/helios-decompiler/transformer-api

FFY00 commented 7 years ago

Yes, I've already built transformer-api and I'm adding the artifact. The only problem I've run into now is the transformer-api version because I've built the 2.0.5 but the project specifies the 2.0.3. Can you update the pom file? If not, I can fork and do it but the project wouldn't be always up to date. Thanks for the help.

Janmm14 commented 7 years ago

you could checkout this commit of the transformer-api: https://github.com/helios-decompiler/transformer-api/commit/ae5de5bb0d5a007bd586b5b7820d5598de062d4c (some git knowledge required)

Janmm14 commented 7 years ago

Alternatively simply change the version in one of the poms it seems to be compatible. (i can't update)

FFY00 commented 7 years ago

It's working. Thanks for your help.