View Single Post
  #4   Spotlight this post!  
Unread 30-01-2015, 15:53
TeamMagicSmoke's Avatar
TeamMagicSmoke TeamMagicSmoke is offline
Registered User
AKA: The Entire Team
FRC #5259 (Magic Smoke)
Team Role: Leadership
 
Join Date: Mar 2014
Rookie Year: 2013
Location: Arkansas
Posts: 11
TeamMagicSmoke is an unknown quantity at this point
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.
Reply With Quote