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 2968a9b8c5..c64936357d 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
@@ -60,17 +60,19 @@
password="${password}"
trust="true"
failonerror="no"
- command="rm ${deploy.dir}/FRCUserProgram" />
+ command="rm -f ${deploy.dir}/FRCUserProgram" />
[athena-deploy] Copying code over.
+
+ command="killall -q netconsole-host || :"/>
@@ -82,8 +84,14 @@
trust="true"
command=". /etc/profile.d/natinst-path.sh; chmod a+x ${deploy.dir}/${out}; ${deploy.kill.command};"/>
+
+
-
+
-
+
diff --git a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml
index 500904263d..8c34c98008 100644
--- a/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml
+++ b/eclipse-plugins/edu.wpi.first.wpilib.plugins.java/src/main/resources/java-zip/ant/build.xml
@@ -100,17 +100,19 @@
+ Reference: http://stackoverflow.com/questions/6430001/ant-doesnt-recompile-constants -->
[athena-deploy] Copying code over.
+
+ command="killall -q netconsole-host || :"/>
@@ -122,6 +124,12 @@
trust="true"
command="${deploy.kill.command};"/>
+
+
@@ -214,7 +222,7 @@
-
+