|
Re: Permission denied when pushing code
OK, so based on the inputs from several on this thread, I've created a new build.xml that solves all of the permission problems and successfully deploys code from within Eclipse. I've attached it to this post.
Simply, copy the build.xml.txt file to:
c:\Users\<username>\wpilib\cpp\current\ant\build.x ml
(Make sure to substitute your user name and it should be build.xml -- for some reason the formatting is inserting what looks like a space between the x and the ml)
And the deploy will start working again. This does 2 chmods and that seems to correct the problem until Brad & Co. can find the real fix.
HTH,
Mike A.
FRC #116
Last edited by taichichuan : 01-03-2016 at 15:50.
|