Project Home

Trackers

Source Code

File Releases

Documents

Wiki

Discussions

Reports

Project Info
Artifact artf4796 : Robot Builder overwrites Robot.cpp and Subsystems instead of modifying Print Preview
Tracker:Bugs
Title:Robot Builder overwrites Robot.cpp and Subsystems instead of modifying
Description:
Originally reported by powster at http://www.chiefdelphi.com/forums/showthread.php?t=141342

All changes to Subsystems cpp files and Robot.cpp are overwritten when a project is re-exported. The cause is the New 
type isn't being set, although I haven't been able to figure it out any deeper.

Saved type: IterativeRobot
  New type:
Overwriting C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Robot.cpp
Saved type: IterativeRobot
  New type: IterativeRobot
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Robot.h
Saved type:
  New type:
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\RobotMap.cpp
Saved type:
  New type:
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\RobotMap.h
Saved type:
  New type:
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\OI.cpp
Saved type:
  New type:
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\OI.h
Saved type: Command
  New type: Command
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Commands\AutonomousCommand.cpp
Saved type: Command
  New type: Command
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Commands\AutonomousCommand.h
Saved type: Command
  New type: Command
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Commands\Command1.cpp
Saved type: Command
  New type: Command
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Commands\Command1.h
Saved type: Subsystem
  New type:
Overwriting C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Subsystems\Subsystem1.cpp
Saved type: Subsystem
  New type: Subsystem
Modifying C:\Users\Joe-XPS13-W7\workspace\RBCPPExport\src\Subsystems\Subsystem1.h
Submitted By:Joe Ross (330)
Submitted On:01/11/2016 4:22 AM GMT
Last Modified:01/25/2016 3:48 PM GMT
Closed:01/25/2016 3:48 PM GMT

Active Tab Status / Comments Inactive Tab - left sideChange Log Inactive Tab - left sideAssociations Inactive Tab - left sideDependencies Inactive Tab - left sideAttachmentsInactive Tab - right side  
Robot Builder
Status
Planning Folder:*None
2
Closed
Sam Carlberg (WPI)
Comments
#6Sam Carlberg (WPI): 01/25/2016 3:48 PM GMT
 Action:Update
Closed set to 01/25/2016
Status changed from In Progress to Closed
#5Joe Ross (330): 01/24/2016 12:28 AM GMT
 Action:Update
Assigned To set to Sam Carlberg (WPI)
Status changed from Open to In Progress
#4Sam Carlberg (WPI): 01/22/2016 1:57 AM GMT
 Comment:
Submitted a fix at https://usfirst.collab.net/gerrit/#/c/1328/
 Action:Update
#3Joe Ross (330): 01/11/2016 7:12 AM GMT
 Action:Update
Title changed   []



#2Joe Ross (330): 01/11/2016 4:23 AM GMT
 Comment:
Java works correctly
 Action:Update
#1Joe Ross (330): 01/11/2016 4:22 AM GMT
 Action:Create