Resolved Unable to compile? [Windows]

Ste

New Member
Hi all,

Basically i started off trying on the mac side to which i had no luck then i found the video Josh created and thought it would be easier that way so i followed his video, downloaded the latest build from github, installed groovy plug-in for eclipse, imported it to eclipse and i have errors as soon as it builds the workplace and doesn't run. I've added the links to the images next to them as apparently picture link doesn't like droplr links. Thank you

Steve

This is the outcome of 'gradlew eclipse' i assume its correct and it was a successful build
http://d.pr/i/7EDb
Here are the errors that appear after importing
http://d.pr/i/Xaz1
Here is the console output when trying to run
http://d.pr/i/TWyi
 

Immortius

Lead Software Architect
Contributor
Architecture
GUI
That compile error looks like the groovy plugin isn't working correct.
Those runtime warnings and errors are currently expected behaviour.
 

Ste

New Member
Hi Immorius,

thanks for the reply, would this be caused by an incompatibility by windows 8? I've uninstalled and re-installed the plug-in twice and i get the same result, should i try using something other than eclipse? (if i can?)

Steve
 

Immortius

Lead Software Architect
Contributor
Architecture
GUI
I don't know about Windows 8, I would doubt it is responsible but I guess it could be.

I'm wondering if perhaps the project is not importing correctly. You are using Import->Existing Projects and selecting the terasology directory, yes?

I use IntelliJ, it has groovy support built in so works off the bat. The difference in setup is running "gradlew idea" instead of "gradlew eclipse"
 

Ste

New Member
Hmm, if all else fails I will install windows 7, Yeah that's exactly what i'm doing i followed Josh's video with the whole import existing project.

I will try IntelliJ later on as you said it might be the groovy plugin not working properly for me, Will post results later.

Thank you Immortius

Steve
 
Top