-
-
Notifications
You must be signed in to change notification settings - Fork 13k
gwt: remove bottle :unneeded. #80145
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
Conversation
It obviously misses |
@yurikoles Yes. It also requires updating all the scripts so they can find JAVA_HOME. |
(bin/"benchmarkViewer").write <<~EOS | ||
#!/bin/sh | ||
APPDIR=#{libexec} | ||
java -Dcom.google.gwt.junit.reportPath="$1" -cp "$APPDIR/gwt-dev.jar" com.google.gwt.dev.RunWebApp -port auto $APPDIR/gwt-benchmark-viewer.war; | ||
EOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this still exists: #{libexec}/gwt-benchmark-viewer.war
❯ benchmarkViewer
Could not open war file '/usr/local/Cellar/gwt/2.9.0/libexec/gwt-benchmark-viewer.war'
Google Web Toolkit 2.9.0
❯ fd -IHe war
❯ fd -IHe jar
gwt-api-checker.jar
gwt-codeserver.jar
...
❯ fd benchmark
❯ fd i18nCreator
i18nCreator
i18nCreator.cmd
❯ fd webAppCreator
webAppCreator
webAppCreator.cmd
Checksums all match:
Just need review on script changes and should be good to merge. |
🤖 A scheduled task has triggered a merge. |
#75943
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Extracted from #79997 to work on separately