Open-RIO / ToastAPI

An Open Source robot API for FRC - The Best thing since Sliced Bread
MIT License
71 stars 12 forks source link

Cannot find symbol CrashInfoToast #2

Closed anidev closed 9 years ago

anidev commented 9 years ago

Build fails during compilation because the symbol CrashInfoToast could not be found. This happens in CrashHandler.java line 45. I couldn't find a file with CrashInfoToast as part of its name anywhere in the file tree, nor could I find the text CrashInfoToast in any file except the one that fails to compile.

I was trying to build by first running ./gradlew wpi then ./gradlew build, in case that might be relevant to the issue.

JaciBrunning commented 9 years ago

Re-Download the repository, the file should be added now

anidev commented 9 years ago

All right, it works now