Quote:
Originally Posted by nathanwalters
As for deploying, is there a way to deploy with a password? There doesn't seem to be a way to set one from the WPI options in Eclipse. If not, I guess we can live without a password.
|
It is possible to change the password by modifying the file: ~/wpilib/java/current/ant/build.properties. There is property called "password", which is blank by default. Keep in mind that this will probably be overwritten each time the plugins are updated. It might also be possible to override that property in the project specific "build.properties" file, but I have not tested this.