-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mac installer - ensure clear steps after JRE removal #38
Comments
Removes the dependency on ant-contrib-0.6.jar by temporarily removing the option of bundling the jre for MacOS. How to solve this in the long run will be decided in the scope of ticket #38.
My thoughts to make the bugs/app more reproducible and simple are:
I know that in the existing version we have the choice to download a version that uses (or not) the bundled JRE. But I'm asking:
What do you think? |
I would bundle it not just for the Mac, but for all platforms. It's currently popular solution of solving dependency on runtime and related issues.
Why this? We can't hardly expect that someone will update configuration to run on a different version of java. If yes it's just an unsupported scenario.
Currently I don't see enough power but this possibility could be changed later if needed.
I don't think so.
|
JRE was bundled automatically in the Mac installer. We removed it because of security concerns about ant-contrib discussed in #35
We need to ensure that there won't be any obstacles for Mac users. Document it, bundle it or find better solutions.
The text was updated successfully, but these errors were encountered: