GRIP
GRIP copied to clipboard
GRIP will not import into newest version of Eclipse
Hello,
I downloaded and installed Eclipse Neon.2 version 4.6.2 and attempted to follow the instructions for building GRIP from source in Eclipse from here (https://github.com/WPIRoboticsProjects/GRIP/wiki/Building-GRIP-from-Source-in-Eclipse)
Eclipse 4.6.2 comes preloaded with Gradle support, so I skipped to the Importing GRIP Gradle Project step. When I try to finish the import, I get the following errors:

Full details of message:
http://pastebin.com/80GWVp1v
P.S. I was able to get the project working in IntelliJ using the instructions found here: https://github.com/WPIRoboticsProjects/GRIP/wiki/Setting-up-build-tools
Just thought you should know that some instructions on the WIKI don't work.
Thanks for the great tool!
I was the one who originally set up the wiki instructions. When trying to open the GRIP project in Eclipse a few weeks ago, I found that Gradle had broken. I ran into multiple issues trying to use Eclipse gradle integration for other projects, so I ended up having to use the Gradle command line. I believe that the Eclipse Gradle integration broke sometime after I set up that wiki page.
I will add a note to the wiki article noting that the instructions no longer work.