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

macAppBundle plugin breaks the build on Linux and Windows. #4

Open
msgilligan opened this issue Oct 13, 2015 · 2 comments
Open

macAppBundle plugin breaks the build on Linux and Windows. #4

msgilligan opened this issue Oct 13, 2015 · 2 comments

Comments

@msgilligan
Copy link
Member

The workaround is to comment out some lines in beelinj-browser-fx/build.gradle.

Try commenting out:

  1. The macAppBundle closure (currently on lines 27-34.)
  2. The inclusion of the edu.sc.seis.macAppBundle Gradle plugin (currently line 3.)

I'll look into a way of making sure this plugin doesn't activate on Linux and Windows.

@msgilligan
Copy link
Member Author

I reported this upstream as crotwell/gradle-macappbundle#33 for the macAppBundle Gradle Plugin.

@msgilligan
Copy link
Member Author

Work-around in: b5d6100

This means the macAppBundle can still be built on Windows and Linux, but it won't be built with a bundled JRE. Since I don't expect Windows or Linux developers to be building a full Mac release for a while (though this may change if we start using a CI server) I think we can probably close this issue.

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

1 participant