|
Build.xml
I've been having an issue for ages now where eclipse will connect to our roboRio, but the code will not deploy to the robot. Now, after not touching the code for ages, the build.xml file has an error that causes the build to fail.
<import file="${wpilib.ant.dir}/build.xml"/>
That line of code has a warning on it that says it cannot find the file.
<project default= "deploy" name= "FRC Deployment">
The error on this line tells me "Default Target deploy does not exist in this project.
What does this mean, and how can I fix this? Thank you.
Spanaway Lake High School, 2906.
|