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

Explicitly enable extension functions with the XSLT factory #255

Merged

Conversation

kwin
Copy link
Contributor

@kwin kwin commented Jan 4, 2025

This is necessary to make Ant build work when triggered from within Eclipse with JDK9+.
A similar issue was reported in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=520437

This closes #254

This is necessary to make Ant build work when triggered from within
Eclipse with JDK9+.
A similar issue was reported in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=520437

This closes policeman-tools#254
@uschindler
Copy link
Member

This is ok.
I have no time to check the other PR at moment.

Normally the project should be built with Java 7 or 8 because that's the minimum requirement, but for developing purposes this should be fine.

Uwe

@uschindler uschindler merged commit 1a775da into policeman-tools:main Jan 4, 2025
1 check passed
@uschindler
Copy link
Member

uschindler commented Jan 4, 2025

Unfortunately this commit fails build with minimum supported and tested Ant version (compatibility requirement for Java 7).

@uschindler
Copy link
Member

@uschindler
Copy link
Member

Reverted for now do Jenkins can proceed.

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

Successfully merging this pull request may close these issues.

Ant script fails during XSLT task when called from Eclipse
2 participants