Trains-In-Motion
Trains-In-Motion copied to clipboard
Eclipse batch doesnt work
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).
I guess you just forgot to call "gradlew eclipse" after "gradlew setupdecompworkspace".
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
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....
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 ;)"