Closed cecilialau6776 closed 5 years ago
Are you sure you have the latest KadenK version of GradleRIO installed on your machine, and are connected to the internet? And have the Phoenix-vmx.json file in your project vendordeps?
The logs indicate that this build is only searching at this location:
Searched in the following locations: file:/C:/Users/Public/frc2019/maven/com/ctre/phoenix/cci/5.14.1/cci-5.14.1-linuxraspbian.zip
Your Phoenix-vmx.json vendordeps file should contain this:
"mavenUrls": [ "http://devsite.ctr-electronics.com/maven/release/", "https://repo1.maven.org/maven2/" ],
And so these sites should be searched for these files.
I've updated, and now it doesn't work. I have both of those URLS in my Phoenix-vmx.json.
I've found the files myself and downloaded them, and now it builds.
To resolve this, we've got an updated Phoenix-vmx.json file. This resolves an issue with Java and the phoenix libraries. Please replace your existing CTRE Phoenix vendordeps file with the latest version (https://www.kauailabs.com/dist/frc/2019/Phoenix-vmx.json); this has been tested with Java and C++ and both are working in our testing.
When I try to build with the CTRE-Phoenix-vmx library (http://www.kauailabs.com/dist/frc/2019/Phoenix-vmx.json), I get this error:
It builds fine without the library, and I don't have a cci-5.14.1-linuxraspbian.zip file. Am I missing something?
EDIT: this is only an issue with the new (version 12) GradleRIO. It builds fine on the previous version.