View Single Post
  #1   Spotlight this post!  
Unread 04-02-2015, 16:09
mattoreo310 mattoreo310 is offline
Registered User
FRC #4012
 
Join Date: Feb 2015
Location: New York
Posts: 20
mattoreo310 is an unknown quantity at this point
Code Won't Deploy

Hello,

When I deploy the code to the Roborio I get this message.


Buildfile: C:\Users\Robouser\workspace\2015\build.xml
Trying to override old definition of task classloader
get-target-ip:
[echo] Trying Target: roboRIO-4012.local
[echo] roboRIO found via mDNS
dependencies:
[echo] roboRIO image version validated
deploy:
[sshexec] Connecting to roboRIO-4012.local:22
[sshexec] cmd : rm /home/lvuser/FRCUserProgram
[sshexec] rm: can't remove '/home/lvuser/FRCUserProgram': No such file or directory
[sshexec] Remote command failed with exit status 1
[echo] [athena-deploy] Copying code over.
[scp] Connecting to roboRIO-4012.local:22

BUILD FAILED
C:\Users\Robouser\wpilib\cpp\current\ant\build.xml :66: com.jcraft.jsch.JSchException: Could not send 'C:\Users\Robouser\workspace\2015\Debug\FRCUserPro gram' to '/home/lvuser' - 4: java.io.FileNotFoundException: C:\Users\Robouser\workspace\2015\Debug\FRCUserProg ram (The system cannot find the file specified)

Total time: 3 seconds
Reply With Quote