Quote:
Originally Posted by java4first
This latest update now runs an FRC build, but when trying to deploy, it complains about missing some version of a zip file, and saying to go to the WPI site and update. Which we do, and it comes back and says you have the latest. I'm not sitting at the lab right now, so I don't have the exact file and message, but I think it was saying it found v25 and wanted v27.
|
It sounds like you did not reimage the cRIO after installing the update.
Quote:
Originally Posted by java4first
Are you supposed to re-create your workspace / project each time? Or is there some other magic set of steps to make this work?
And, just to be clear - the latest set of plugin updates is supposed to fix the static get all method?
|
There were two possible ways to fix the dashboard example, change the library or change the example. For whatever reason, they decided to do the latter. If you create a new dashboard example, you'll see different solenoid code that does compile. Unfortunately, any existing code is still broken, unless you change it to the same method the dashboard example is using.
This is based on my review of netbeans, there may be differences in eclipse.