Guest User

Untitled

a guest
Feb 8th, 2016
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Buildfile: C:\Users\hersh\git\RoboRams21321\build.xml
  2. Trying to override old definition of task classloader
  3. clean:
  4. [delete] Deleting directory C:\Users\hersh\git\RoboRams21321\build
  5. [delete] Deleting directory C:\Users\hersh\git\RoboRams21321\dist
  6. compile:
  7. [mkdir] Created dir: C:\Users\hersh\git\RoboRams21321\build
  8. [echo] [athena-compile] Compiling src with classpath=C:\Users\hersh/wpilib/java/current/lib/WPILib.jar:C:\Users\hersh/wpilib/java/current/lib/NetworkTables.jar: to build
  9. [javac] Compiling 1 source file to C:\Users\hersh\git\RoboRams21321\build
  10. jar:
  11. [echo] [athena-jar] Making jar dist/FRCUserProgram.jar.
  12. [mkdir] Created dir: C:\Users\hersh\git\RoboRams21321\dist
  13. [mkdir] Created dir: C:\Users\hersh\git\RoboRams21321\build\jars
  14. [echo] [athena-jar] Copying jars from C:\Users\hersh/wpilib/java/current/lib/WPILib.jar:C:\Users\hersh/wpilib/java/current/lib/NetworkTables.jar: to build/jars.
  15. [copy] Copying 2 files to C:\Users\hersh\git\RoboRams21321\build\jars
  16. [jar] Building jar: C:\Users\hersh\git\RoboRams21321\dist\FRCUserProgram.jar
  17. get-target-ip:
  18. [echo] Trying Target: roboRIO-6078-FRC.local
  19. [echo] roboRIO found via mDNS
  20. dependencies:
  21. [echo] roboRIO image version validated
  22. [echo] Checking for JRE. If this fails install the JRE using these instructions: https://wpilib.screenstepslive.com/s/4485/m/13503/l/288822-installing-java-8-on-the-roborio-using-the-frc-roborio-java-installer-java-only
  23. [sshexec] Connecting to roboRIO-6078-FRC.local:22
  24. [sshexec] cmd : test -d /usr/local/frc/JRE
  25. deploy:
  26. [echo] [athena-deploy] Copying code over.
  27. [scp] Connecting to roboRIO-6078-FRC.local:22
  28. [scp] done.
  29. [sshexec] Connecting to roboRIO-6078-FRC.local:22
  30. [sshexec] cmd : killall -q netconsole-host || :
  31. [scp] Connecting to roboRIO-6078-FRC.local:22
  32. [scp] done.
  33. [echo] [athena-deploy] Starting program.
  34. [sshexec] Connecting to roboRIO-6078-FRC.local:22
  35. [sshexec] cmd : . /etc/profile.d/natinst-path.sh; /usr/local/frc/bin/frcKillRobot.sh -t -r;
  36. [sshexec] Connecting to roboRIO-6078-FRC.local:22
  37. [sshexec] cmd : sync
  38. BUILD SUCCESSFUL
  39. Total time: 14 seconds
Advertisement
Add Comment
Please, Sign In to add comment