-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDEA fails to run Toast module #41
Comments
I can fix the issue by adding the Toast jar as a compile dependency in the module settings. |
Can you please attach a copy of your |
Also, which version of IntelliJ are you using? |
`/** buildscript { apply plugin: 'java' repositories { gradlerio.team = "865" //Your FRC team number (e.g. 5333 for team 'Can't C#', or 47 for Chief Delphi) dependencies { build.gradle generated by toast init, |
IntelliJ IDEA 2016.2.1 here... same issue.
buildscript { apply plugin: 'java' repositories { gradlerio.team = "4050" //Your FRC team number (e.g. 5333 for team 'Can't C#', or 47 for Chief Delphi) dependencies { |
We've been having the same issue with other projects running the 2016 version of IntelliJ. It seems that the 'idea' gradle plugin is causing issues and breaking compatibility. If you run |
Have not been having this issue at all with GradleRIO and IntelliJ. |
Following the instructions in the Wiki, after generating an IDEA project file, a Gradle module simulation build fails with the following error:
Exception in thread "main" java.lang.ClassNotFoundException: jaci.openrio.toast.core.ToastBootstrap
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
The text was updated successfully, but these errors were encountered: