Sublime Forum

Ant Build Does Not Work the Same as from the Command Line

#1

Hello, I am having an issue building some java software with ant from sublime text. I am on a robotics team and we are using java to write code for it. The build and deploy system is done using ANT to automate the process. If we use either netbeans, or the command line to call ANT, the build runs just fine. However when we use sublime to run it, the build runs fine but the build is trying to observe the robot restart and fails to see it restart. I think that it is due to sublime setting some environment variable when it runs ANT, but I have been unable to figure out what it is. I’m going to try to implement https://github.com/aphex/SuperAnt/blob/master/SuperAnt_exec.py to see if it has the same issue, but I was wondering if any one had ideas on fixing the built in ANT build tool.

0 Likes