TEIC / oxygen-tei

Automatically exported from code.google.com/p/oxygen-tei
15 stars 6 forks source link

Use of JavaScript in Ant build file fails in Java 15+ #56

Closed martindholmes closed 1 year ago

martindholmes commented 2 years ago

As long promised, Java 15 has removed support for the Nashorn JS engine, which I was using to do some simple string manipulation, so the builds won't work on those Javas. There should be a simple replacement using the replaceregexp task, so I'm working on that now.

martindholmes commented 2 years ago

Working on this is branch issue-56-replace-javascript.

martindholmes commented 2 years ago

Fix added in commit #253f9cd, followed by some cleanup. If no errors appear in the next few builds of the bleeding-edge plugin, this can be closed.