Hello all,
I recently came upon this project and thought it was pretty cool, and since I just finished a Java course, I figured I might see if I can't figure out what's going in the code here and possibly help out!
So I was plugging away through the Dev setup on github, and I've run into a problem with gradle
I try to run the command
and I receive the error
I know gradle is installed, i've run
and it returns the version number.
This is on a ubuntu 12.04 box.
Any help is appreciated! I'm excited to get this up and running so I can start messing around in the code!
Sorry to any mod if this isn't posted in the correct section, I searched the forum for this question and couldn't find anything so I figured I might ask.
I recently came upon this project and thought it was pretty cool, and since I just finished a Java course, I figured I might see if I can't figure out what's going in the code here and possibly help out!
So I was plugging away through the Dev setup on github, and I've run into a problem with gradle
I try to run the command
Code:
gradlew idea
Code:
storr@storr-desktop:~/Dev/Terasology$ gradlew idea
No command 'gradlew' found, did you mean:
Command 'gradle' from package 'gradle' (universe)
gradlew: command not found
Code:
gradle -v
This is on a ubuntu 12.04 box.
Any help is appreciated! I'm excited to get this up and running so I can start messing around in the code!
Sorry to any mod if this isn't posted in the correct section, I searched the forum for this question and couldn't find anything so I figured I might ask.