Skip to content
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

SmartDashboard-2023.4.1-macarm64.jar missing on m1 mac in wpilib update #172

Closed
cosmosified opened this issue Feb 18, 2023 · 5 comments
Closed

Comments

@cosmosified
Copy link

❯ ./gradlew build InstallAllTools -Dorg.gradle.java.home="/Users/cmorton/wpilib/2023/jdk"

Task :SmartDashboardInstall FAILED
Dependency Error!
GradleRIO detected this build failed due to missing dependencies!
Try again with ./gradlew build whilst connected to the internet (not the robot!)
If the error persists, ensure you are not behind a firewall / proxy server (common in schools)

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':SmartDashboardInstall'.

Could not resolve all files for configuration ':wpiTools'.
Could not find SmartDashboard-2023.4.1-macarm64.jar (edu.wpi.first.tools:SmartDashboard:2023.4.1).
Searched in the following locations:
https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/tools/SmartDashboard/2023.4.1/SmartDashboard-2023.4.1-macarm64.jar

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

@cosmosified
Copy link
Author

i did not have this issue updating to the previous versions of wpilib

@PeterJohnson
Copy link
Member

SmartDashboard has never been available for Apple Silicon. The issue regarding using GradleRIO to install it is wpilibsuite/GradleRIO#648. You can use the installer to upgrade all the other tools.

@cosmosified
Copy link
Author

Ok it was ust that this update it gave an error and on prvious ones didn't. i'll checkout #648 . sorry for the duplicate.

@ThadHouse
Copy link
Member

You probably hadn't ran InstallAllTools before. Its not possible for it to have worked this season on Apple Silicon macs. The installer doesn't run that task, and we generally recommend using the installer, so it was never noticed.

@PeterJohnson
Copy link
Member

Fixed in wpilibsuite/GradleRIO#650.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants