-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d2j-base-cmd and d2j-jasminMissing POM preventing build #669
Comments
I got the same issue with SootUp 1.1.2, which #623 said it's fixed. Please check it out. |
The dependency seems to have disappeared from maven central. I can only find v57 but dex2jars GitHub lists v64 as released version. We are working on another way to transform dex to jimple, to resolve these problems around dex2jar. As a workaround you could download the dex2jar version yourself. |
The used Dex2Jar version was never on Maven central. It is used in SootUp via https://jitpack.io "repository" which generates the artifacts on-the-fly from the Github project. |
Thanks for the correction. I did not work on the dex2jar problem, I only know that we decided to go for an approach without dex2jar 😅 |
API_ASSIST had the dependency problem as well. We guessed it was a problem with the jitpack integration and included the sourcecode of the dex2jar repo via gradle and compiled it ourselves.. |
Hey there, I got a bug report regarding a similar problem in my dex2jar fork. Might it make your lives easier if I publish dex2jar releases to GitHub packages instead? |
First of all, thanks for further maintaining dex2jar. We switched to your release, but we had to use Jitpack to access your releases. But sometimes Jitpack seems to not provide previously successfully requested releases or sometimes Maven does not use Jitpack to look up the dependencies. So yes if you would publish a version on GitHub packages, we don't need Jitpack to provide us with fresh builds. That will hopefully fix the issues in the lookup of your releases. That could really help us in the time before we will release the new Android frontend that creates Jimple directly from Dex. |
You're more than welcome, I'm glad that I can help! I am thinking about whether it makes sense to publish it to Maven Central instead. |
yeah the easiest solution would be publishing directly on Maven. If you publish on Git Packages, we have to configure the repository to grab the dependency which could introduce some problems again. |
News: https://repo.maven.apache.org/maven2/de/femtopedia/dex2jar/ ;) |
I'm building a project with Soot-Up as a dependency and I'm getting a warning saying
Then I get the error:
The file "d2j-base-cmd-v61.jar.lastUpdated" exists at this location. Is there something wrong with this dependency?
The text was updated successfully, but these errors were encountered: