Who was it who hit the issue with line endings on Linux?

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
I forgot and can't find any clues to the original incident - maybe it was only ever on IRC :(

Anyway, I made sure I had the right "change to LF on commit" setting for Git and touched the gradlew script in attempt to force Git to update the line-endings. But since I'm on Windows I'm not sure how I'd test it :D

So anybody on Linux or Mac - if you pull that file what do you get? Could whoever hit this issue on Linux (the gradlew command completely failed due to line endings) try it again?

https://github.com/MovingBlocks/Terasol ... 973c2d08b5
 

maximinus

New Member
Gradlew seems to run fine with the current repo in Linux here.

I can't get it to build either via Gradlew or via Eclipse, but that's a different set of problems.
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
Thanks for the check! Much appreciated. And welcome :)
 

maximinus

New Member
Phew! And for those of you based on Linux systems who can't get Terasology to build, you'll need to set a bash variable:

Code:
export JAVA_HOME="/usr/lib/jvm/java-6-sun"
and then run ./gradlew run should work fine.
 
Top