|
Re: Eclipse won't connect to roboRIO
My team ran into the same problem in a C++ environment. We ended up having to add the below line of code to our build.xml file at the bottom of the rest of the "property file" lines (including this one, we had 3), clean project, and build. Not sure if it'll work for you guys, but I hope it does!
<property file="${user.home}/wpilib/cpp/${version}/ant/build.properties"/>
|