![]() |
Errors when deploying code to robot
I am writing the code for my robot in C++. I tried to deploy the code to my robot by right-clicking the project and then going to Run As>WPILIB C++ deploy. I have been able to build the code before without getting any errors but when I deploy it I get an error in build.xml
Here is the file: Code:
<?xml version="1.0" encoding="UTF-8"?>Code:
<project name="FRC Deployment" default="deploy">Code:
<import file="${wpilib.ant.dir}/build.xml"/>Buildfile: /Users/victordusa/workspace/MyRobot/build.xml BUILD FAILED /Users/victordusa/workspace/MyRobot/build.xml:26: Cannot find /Users/victordusa/workspace/MyRobot/${wpilib.ant.dir}/build.xml imported from /Users/victordusa/workspace/MyRobot/build.xml Total time: 197 milliseconds I have no idea what the problem is. Any help is appreciated. |
Re: Errors when deploying code to robot
Try creating a new "dummy" project (you can delete it after creation) then try building your old project.
|
Re: Errors when deploying code to robot
Creating a dummy project did not work, also I am curious about what is in the ${wpilib.ant.dir}/build.xml file. Could I just remove the line to fix part of the problem without cause more problems??
|
Re: Errors when deploying code to robot
I've tried this on two computers one running osx one running windows 7 and both have the same problem.
|
Re: Errors when deploying code to robot
I am having this same problem. Mine happened when I brought code in from github and it just wont work now.
|
Re: Errors when deploying code to robot
We've had the same problem. We found that disabling the wired and wireless LAN adapters on the laptop and only using the USB cable makes the deploy option work.
|
| All times are GMT -5. The time now is 02:44. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi