TachiWeb / TachiWeb-Server

A port of the Tachiyomi manga reader to the desktop and server
407 stars 46 forks source link

Build error: gradle project dex-translator not found #31

Open covert8 opened 5 years ago

covert8 commented 5 years ago

Hi, awesome work so far. I was looking at making an Arch aur package but ran into a build error. The following is my error. * What went wrong: Project :dex-translator not found.

It's obviously refering to the settings.gradle file includeBuild('dex2jar') { dependencySubstitution { substitute module('dex2jar:dex-translator') with project(':dex-translator') } }

When looking in the dex2jar folder, it's suspiciously empty. Is this somekind of script or gradle error? Thanks for the help.

null-dev commented 5 years ago

Hey! A fellow Arch user!

So the reason that the build is failing is because you didn't clone the git submodules. This project is quite complex so it's git repo actually contains a bunch of nested git repos inside of it.

I've never made an AUR package myself so I have no clue how to get a repo with submodules working but there's some tips here apparently: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules

Some more tips that might be helpful:

Thanks for your effort in bringing this into the AUR and don't hesitate to ask if you need more help!