View Single Post
  #4   Spotlight this post!  
Unread 31-01-2015, 21:31
sau sau is offline
Registered User
FRC #2220 (Blue Twilight)
Team Role: Programmer
 
Join Date: Sep 2014
Rookie Year: 2012
Location: Eagan
Posts: 8
sau is an unknown quantity at this point
Re: My laptop can't upload code to robot.

The roboRio is connected, the team number is set, and power cycling does not help, and when I try to upload and fail, other people are able to upload immediately after I fail

Code:
Buildfile: C:\Users\***\git\BlueTwilightRobot2015\build.xml
Trying to override old definition of task classloader
clean:
   [delete] Deleting directory C:\Users\***\git\BlueTwilightRobot2015\build
   [delete] Deleting directory C:\Users\***\git\BlueTwilightRobot2015\dist
compile:
    [mkdir] Created dir: C:\Users\***\git\BlueTwilightRobot2015\build
     [echo] [athena-compile] Compiling src with classpath=C:\Users\***/wpilib/java/current/lib/WPILib.jar:C:\Users\***/wpilib/java/current/lib/NetworkTables.jar to build
    [javac] Compiling 33 source files to C:\Users\***\git\BlueTwilightRobot2015\build
jar:
     [echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
    [mkdir] Created dir: C:\Users\***\git\BlueTwilightRobot2015\dist
    [mkdir] Created dir: C:\Users\***\git\BlueTwilightRobot2015\build\jars
     [echo] [athena-jar] Copying jars from C:\Users\***/wpilib/java/current/lib/WPILib.jar:C:\Users\***/wpilib/java/current/lib/NetworkTables.jar to build/jars.
     [copy] Copying 2 files to C:\Users\***\git\BlueTwilightRobot2015\build\jars
      [jar] Building jar: C:\Users\***\git\BlueTwilightRobot2015\dist\FRCUserProgram.jar
get-target-ip:
     [echo] Trying Target: roboRIO-2200.local
Unknown host: roboRIO-2200.local
     [echo]  roboRIO not found via mDNS, falling back to static USB
     [echo] roboRIO not found via USB, falling back to static address of 10.22.0.2

BUILD FAILED
C:\Users\***\wpilib\java\current\ant\build.xml:45: Assertion failed boolean test.
roboRIO not found, please check that the roboRIO is connected, imaged and that the team number is set properly in Eclipse

Total time: 15 seconds