|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Creating Separate WPIlib Installs on one User
My team was recently accepted as a Beta Tester for the 2017 software. The eclipse plugins of the new software are different in ways that make previous year's code uncompilable when using them. In order to maintain backwards compatibility, we decided to manage two separate Eclipse installations. However, the WPIlib plugins always install to C:/Users/USER/wpilib. Is there any way to define this during installation? If not, what method would you recommend of maintaining backwards compatibility with the WPI plugins?
TL;DR Is there any way to change the WPILib plugin installation directory? Thanks so much, Bradley Boxer Team 303 |
|
#2
|
|||||
|
|||||
|
This is probably better suited to be answered through the discussion boards in TeamForge. To get there, click Discussion in the top navigation bar.
|
|
#3
|
||||
|
||||
|
Re: Creating Separate WPIlib Installs on one User
Thanks, I will post there as well.
|
|
#4
|
||||
|
||||
|
Re: Creating Separate WPIlib Installs on one User
Quote:
Regarding the multiple packages, I believe those locations are hardcoded into the plugins. I will take a look and see if there is anything we can do. |
|
#5
|
|||
|
|||
|
Short answer is no, there's no easy way. Longer answer is to take a look at this issue: https://github.com/wpilibsuite/EclipsePlugins/issues/15. If you change your HOME environment variable and then fix up things inside eclipse, you can do it. I'd suggest instead just keeping a backup of the ~/wpilib directory and swapping it as needed. If you also have two eclipse instances, each with a different version installed, you can just delete the ~/wpilib directory and then let them restore it.
|
|
#6
|
||||
|
||||
|
Re: Creating Separate WPIlib Installs on one User
Quote:
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|