Closed Gregadeaux closed 3 years ago
I cannot reproduce this. Can you send your project folder?
I was getting this last night when running PathWeaver on master
with gradle run
. I think it had to do with an incompatible version of WPILib, or maybe a bad WPILib build snapshot.
I worked around it by changing the WPILib version range to 2019.1.2 in build.gradle.kts
.
compile(group = "edu.wpi.first.wpiutil", name = "wpiutil-java", version = "2020.1.2")
compile(group = "edu.wpi.first.wpilibj", name = "wpilibj-java", version = "2020.1.2")
Ughhh. I know what's going on now. If you try and generate an invalid path it breaks. I'll push an update today or tommorow.
Yeah, my workaround above was a fluke.
@carbotaniuman can you look at this again or more fully explain what is going on?
Closing as fixed via #169
Describe the bug
On a fresh build, I was able to create a path, and then export it to json. But every other path I tried to make (or when I tried to update the original path), I received a ClassNotFoundException and it was not able to export the path.
Running on Windows.