|
Re: Remote command failed with exit status 1
I was having a similar problem but I found that in the build.properties it was "frc.team5259" when it needs to be "frc5259"
if you go into your build.properties in Eclipse look for the package=, should be the first line, and just delete the ".team" out of it that should fix the problem. If not, it reads as if its opening files. If you go into the robot program project folder you can go into the src. it goes from org>usfirst>frc(teamnumber)>(projectname) to build.propreties its org.usfirst.frc(teamnumber).(projectname)
make sure that they match.
I think its an issue with the base program that Eclipse gives you and when Robotbuilder imports code.
Last edited by TeamMagicSmoke : 30-01-2015 at 16:02.
|