Trains-In-Motion icon indicating copy to clipboard operation
Trains-In-Motion copied to clipboard

Eclipse batch doesnt work

Open EternalBlueFlame opened this issue 8 years ago • 4 comments

The eclipse option in the setup file doesn't seem to work, I'd need the entire exact setup process to hopefully get it working. (Assuming no one else knows how to write batch).

EternalBlueFlame avatar Jan 10 '17 04:01 EternalBlueFlame

I guess you just forgot to call "gradlew eclipse" after "gradlew setupdecompworkspace".

Hagrud avatar Dec 26 '17 12:12 Hagrud

gradlew eclipse rarely worked in my case on any/most 1.7.x forge projects, "missing .project" file it often was.


An alternative way to load a workspace into eclipse which I found recently is

  • download Gradle Plugin on the Eclipse Marketplace
  • import project as Gradle Project

Fexcraft avatar Dec 26 '17 13:12 Fexcraft

i doublechecked the batch file and it is set to call gradlew setupDecompWorkspace --refresh-dependencies eclipse as the eclipse setup. as ferd said, i receive the "missing .project file"

although if that gradle import plugin works, that setup would be even easier than intelij....

EternalBlueFlame avatar Dec 26 '17 20:12 EternalBlueFlame

hello

if you don't want the "missing .project file" you need to get a forgesrc.jar and copy the eclipse folder into your project first after making that i never getting this error anymore "another half solution from me ;)"

quentfr21 avatar Jan 24 '18 17:01 quentfr21