Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Eclipse changing project type to FRC project (http://www.chiefdelphi.com/forums/showthread.php?t=142073)

team_3494 01-18-2016 05:18 PM

Eclipse changing project type to FRC project
 
We imported a project from github as a generic project in eclipse. Now we need to change it to a FRC/WPIlib project. Does anyone know how to do this?

euhlmann 01-18-2016 07:08 PM

Re: Eclipse changing project type to FRC project
 
Close eclipse, then open your project's ".project" file in a text editor. Under <natures> add
Code:

<nature>edu.wpi.first.wpilib.plugins.core.nature.FRCProjectNature</nature>
Then start eclipse again and it should be a wpilib project.

Next time you import something from github, choose the "New project wizard" option and make it a wpilib project directly.

team_3494 01-21-2016 07:18 PM

Re: Eclipse changing project type to FRC project
 
Quote:

Originally Posted by euhlmann (Post 1526213)
Close eclipse, then open your project's ".project" file in a text editor. Under <natures> add
Code:

<nature>edu.wpi.first.wpilib.plugins.core.nature.FRCProjectNature</nature>
Then start eclipse again and it should be a wpilib project.

Next time you import something from github, choose the "New project wizard" option and make it a wpilib project directly.

Thanks, doing that worked just fine for us. :D


All times are GMT -5. The time now is 09:11 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi