From 82795d6a3a25f7c8f98b518475abd3013aa48749 Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Wed, 16 Apr 2014 15:20:52 -0400 Subject: [PATCH] Fix 2 path problems in some scripts Fix build.xml to use the correct path for ar that is used to build the libraries package when the version updates. Also update the runjavaprogram script to run java from the /usr/local/frc/JRE directory. Change-Id: Ifbc60e4975ca7e23f05cfcc92d3b3ab0d695b5e6 --- .../src/main/resources/cpp-zip/ant/build.xml | 2 +- .../src/main/resources/cpp-zip/ant/runjavaprogram | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml index 166ea15bb8..3627d1784b 100644 --- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml +++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/src/main/resources/cpp-zip/ant/build.xml @@ -109,7 +109,7 @@ ${md5.hal} usr/local/frc/lib/libHALAthena.so - +