-
Notifications
You must be signed in to change notification settings - Fork 147
[ANT] Only attempt to set security-manager when it is supported #1655
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
[ANT] Only attempt to set security-manager when it is supported #1655
Conversation
89c7cba to
1bdcba1
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
This avoids trowing+catching an UnsupportedOperationException and additional (error) logs if setting a SecurityManager is disallowed. The latter breaks ant-tests that check the log output. Part of eclipse-platform/eclipse.platform.releng.aggregator#2623
74a67a6 to
fbfc5dc
Compare
This avoids trowing+catching an UnsupportedOperationException and additional (error) logs if setting a SecurityManager is disallowed. The latter breaks ant-tests that check the log output.
Part of eclipse-platform/eclipse.platform.releng.aggregator#2623