Quote:
Originally Posted by mspoehr
I am currently working on this. I don't like Eclipse, only because I don't think it is as polished as NetBeans is. In theory, as long as you have the libraries and the necessary build scripts, you should be able to use any IDE. I am working on simply using Ant to build and deploy. I have it working to the point that it compiles and deploys code the roboRIO, but for some reason the rio doesn't like something about the code. I'll get back to you if I figure it out.
|
You should just be able to use the existing ant scripts in ~/wpilib/java/current/ant/. The relevant files are the build.xml, build.properties, and the robotCommand/robotDebugCommand scripts.