Update Guide
Colby Skeggs edited this page Nov 11, 2015
·
7 revisions
Pages 17
- Home
- [Tutorial 1.1] Setting up the CCRE
- [Tutorial 1.2] Your first Igneous project
- [Tutorial 1.3] Making your robot drive
- [Tutorial 1.4] Making your robot shift and use other pneumatics
- [Tutorial 1.5] Organizing your code
- [Tutorial 1.6] Basic Autonomous
- [Tutorial 2.1] The Logging Framework
- [Tutorial 2.2] Control Structures ExpirationTimer, PauseTimer, MultipleSourceBooleanController, Ticker
- [Tutorial 2.3] The CCRE Collections Framework
- [Tutorial 2.4] The Cluck Communication System Basic Usage
- [Tutorial 2.5] Using the Poultry Inspector
- [Tutorial 2.6] Constant Tuning
- [Tutorial 3.1] The Concurrency Framework
- [Tutorial 3.2] The Networking Framework
- [Tutorial 3.3] The Storage Framework
- Update Guide
- Show 2 more pages…
Clone this wiki locally
WARNING: THIS DOCUMENTATION IS FOR CCRE v2, NOT CCRE v3!
See the readme on the main page for the correct documentation.
Update Guide
If you are currently on the NetBeans edition (v0.*.*, v1.0.*, or v1.1.*)
To update to the latest version, you will need to reinstall the CCRE completely. You will not be able to transfer your projects, but you will be able to move your source code by coping it to the new src folder.
Go to Tutorial 1.1 for help installing the CCRE.
If you are currently on the Eclipse edition (v2.0.*)
- Check this page to make sure that there aren't any breaking changes. (These are rare, but you should check anyway just in case.)
- Right-click on the CommonChickenRuntimeEngine project and select Team->Pull. This will update all CCRE projects, not just the CommonChickenRuntimeEngine project.
- Press Okay.
- Press Project -> Clean...; press OK with "Clean all projects" selected.
- Press Project -> Build All; wait for everything to complete successfully.
- Look below to see if your version has special notes.
If you are upgrading from v2.1.2 or earlier to any later version
The ApolloGemini2014 source code has been moved to the SampleIgneousRobot project. This means that the ApolloGemini2014 project must be deleted. If you have an older version of the CCRE, you'll see it appear as a closed project and you will be unable to open it. Simply right-click on the project, select Delete, and press OK.
If you are upgrading to a recent version and don't have Java JDK 8 installed
Install JDK 8. It'll make everything easier. Just do it.