OpenCubicChunks / CubicChunks

Infinite* height mod for Minecraft
MIT License
534 stars 69 forks source link

cannot compile mod #402

Closed ProxyPlayerHD closed 6 years ago

ProxyPlayerHD commented 6 years ago

why do we even have to compile it ourself, is there no normal download?

first i tired to run "gradlew setupCIWorkspace" which worked and was done after 20 sec. then i ran "gradlew build" which almost instantly failed. https://pastebin.com/ZqhLPAH1

Foghrye4 commented 6 years ago

Try to clone project via Git instead of downloading a .zip or init Git in a directory.

Foghrye4 commented 6 years ago

Normal downloads located here: https://discord.gg/gBUm6Z

ProxyPlayerHD commented 6 years ago

and that with git means what?

Foghrye4 commented 6 years ago

It means run command git -clone https://github.com/OpenCubicChunks/CubicChunks.git

ProxyPlayerHD commented 6 years ago

run it where? CMD?

i have never used any of these features. so don't exptect me to know how it works.

Foghrye4 commented 6 years ago

You need to install Git first. And probably yes, in CMD. I'm using Ubuntu so I'm not sure.

ProxyPlayerHD commented 6 years ago

ok i'm still missing something, it doesn't recognize the "-clone" option

E:\Git>git -clone https://github.com/OpenCubicChunks/CubicChunks.git unknown option: -clone usage: git [--version] [--help] [-C ] [-c =] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] [--git-dir=] [--work-tree=] [--namespace=] []

E:\Git>

Foghrye4 commented 6 years ago

Try --clone

ProxyPlayerHD commented 6 years ago

same error.

is there some one time thing i have to run before i can do this?

Foghrye4 commented 6 years ago

@ProxyPlayerHD here: http://www.mediafire.com/file/i7mg0kzjyf6q29m/CubicChunks-1.12.2-0.0.881.0-SNAPSHOT-all.jar

Barteks2x commented 6 years ago

git clone https://github.com/OpenCubicChunks/CubicChunks.git. Or just join our discord for all the download links you may ever want.

Foghrye4 commented 6 years ago

Apparently Windows version of git uses another set of command. I can't help you.

ProxyPlayerHD commented 6 years ago

alright thanks

i never used discord so i tried this way

Barteks2x commented 6 years ago

And the real reason it failed is that you don't have JDK installed, only JRE. If you had JDK installed, it would compile successfully, and put some dummy version numbers because it couldn't determine the version without git repository.

ProxyPlayerHD commented 6 years ago

dammit, such a simple mistake