Advertisement
Guest User

Untitled

a guest
Nov 7th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. Configuration on demand is an incubating feature.
  2. Incremental java compilation is an incubating feature.
  3. :TeamCode:clean
  4. :TeamCode:buildInfoDebugLoader
  5. :TeamCode:preBuild UP-TO-DATE
  6. :TeamCode:preDebugBuild UP-TO-DATE
  7. :TeamCode:checkDebugManifest
  8. :FtcRobotController:preBuild UP-TO-DATE
  9. :FtcRobotController:preReleaseBuild UP-TO-DATE
  10. :FtcRobotController:checkReleaseManifest
  11. :FtcRobotController:preReleaseUnitTestBuild UP-TO-DATE
  12. :FtcRobotController:prepareAnalyticsReleaseLibrary UP-TO-DATE
  13. :FtcRobotController:prepareBlocksReleaseLibrary UP-TO-DATE
  14. :FtcRobotController:prepareFtcCommonReleaseLibrary UP-TO-DATE
  15. :FtcRobotController:prepareHardwareReleaseLibrary UP-TO-DATE
  16. :FtcRobotController:prepareInspectionReleaseLibrary UP-TO-DATE
  17. :FtcRobotController:prepareModernRoboticsReleaseLibrary UP-TO-DATE
  18. :FtcRobotController:prepareRobotCoreReleaseLibrary UP-TO-DATE
  19. :FtcRobotController:prepareWirelessP2pReleaseLibrary UP-TO-DATE
  20. :FtcRobotController:prepareReleaseDependencies
  21. :FtcRobotController:compileReleaseAidl UP-TO-DATE
  22. :FtcRobotController:compileReleaseNdk UP-TO-DATE
  23. :FtcRobotController:compileLint UP-TO-DATE
  24. :FtcRobotController:copyReleaseLint UP-TO-DATE
  25. :FtcRobotController:mergeReleaseShaders UP-TO-DATE
  26. :FtcRobotController:compileReleaseShaders UP-TO-DATE
  27. :FtcRobotController:generateReleaseAssets UP-TO-DATE
  28. :FtcRobotController:mergeReleaseAssets UP-TO-DATE
  29. :FtcRobotController:mergeReleaseProguardFiles UP-TO-DATE
  30. :FtcRobotController:packageReleaseRenderscript UP-TO-DATE
  31. :FtcRobotController:compileReleaseRenderscript UP-TO-DATE
  32. :FtcRobotController:generateReleaseResValues UP-TO-DATE
  33. :FtcRobotController:generateReleaseResources UP-TO-DATE
  34. :FtcRobotController:packageReleaseResources UP-TO-DATE
  35. :FtcRobotController:processReleaseManifest UP-TO-DATE
  36. :FtcRobotController:generateReleaseBuildConfig UP-TO-DATE
  37. :FtcRobotController:mergeReleaseResources UP-TO-DATE
  38. :FtcRobotController:processReleaseResources UP-TO-DATE
  39. :FtcRobotController:generateReleaseSources UP-TO-DATE
  40. :FtcRobotController:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE
  41. :FtcRobotController:compileReleaseJavaWithJavac
  42. :FtcRobotController:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
  43.  
  44. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopPOV_Linear.java:113: error: cannot find symbol
  45. robot.leftClaw.setPosition(robot.MID_SERVO + clawOffset);
  46. ^
  47. symbol: variable MID_SERVO
  48. location: variable robot of type HardwarePushbot
  49. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopPOV_Linear.java:113: error: cannot find symbol
  50. robot.leftClaw.setPosition(robot.MID_SERVO + clawOffset);
  51. ^
  52. symbol: variable leftClaw
  53. location: variable robot of type HardwarePushbot
  54. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopPOV_Linear.java:114: error: cannot find symbol
  55. robot.rightClaw.setPosition(robot.MID_SERVO - clawOffset);
  56. ^
  57. symbol: variable MID_SERVO
  58. location: variable robot of type HardwarePushbot
  59. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopPOV_Linear.java:114: error: cannot find symbol
  60. robot.rightClaw.setPosition(robot.MID_SERVO - clawOffset);
  61. ^
  62. symbol: variable rightClaw
  63. location: variable robot of type HardwarePushbot
  64. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopPOV_Linear.java:118: error: cannot find symbol
  65. robot.armMotor.setPower(robot.ARM_UP_POWER);
  66. ^
  67. symbol: variable ARM_UP_POWER
  68. location: variable robot of type HardwarePushbot
  69. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopPOV_Linear.java:120: error: cannot find symbol
  70. robot.armMotor.setPower(robot.ARM_DOWN_POWER);
  71. ^
  72. symbol: variable ARM_DOWN_POWER
  73. location: variable robot of type HardwarePushbot
  74. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopTank_Iterative.java:124: error: cannot find symbol
  75. robot.armMotor.setPower(robot.ARM_UP_POWER);
  76. ^
  77. symbol: variable ARM_UP_POWER
  78. location: variable robot of type HardwarePushbot
  79. C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\external\samples\PushbotTeleopTank_Iterative.java:126: error: cannot find symbol
  80. robot.armMotor.setPower(robot.ARM_DOWN_POWER);
  81. ^
  82. symbol: variable ARM_DOWN_POWER
  83. location: variable robot of type HardwarePushbot
  84. Note: C:\ftc_app-master\ftc_app-master\FtcRobotController\src\main\java\org\firstinspires\ftc\robotcontroller\internal\FtcRobotControllerActivity.java uses or overrides a deprecated API.
  85. Note: Recompile with -Xlint:deprecation for details.
  86. 8 errors
  87.  
  88. :FtcRobotController:compileReleaseJavaWithJavac FAILED
  89.  
  90. FAILURE: Build failed with an exception.
  91.  
  92. * What went wrong:
  93. Execution failed for task ':FtcRobotController:compileReleaseJavaWithJavac'.
  94. > Compilation failed; see the compiler error output for details.
  95.  
  96. * Try:
  97. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  98.  
  99. BUILD FAILED
  100.  
  101. Total time: 5.476 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement