https://bz.apache.org/bugzilla/show_bug.cgi?id=61389
--- Comment #6 from Stefan Bodewig <[email protected]> --- The Java7/8 hack is still in place and used unless Ant detects it is running on Java9+. So you don't need to set the feature. Unfortunately I assume trying to set the feature on Java8 may fail, so setting it unconditionally could cause problems on older JVMs. I'm not sure, though, the feature may as well simply get ignored and all would be well. For org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer we only set it if we detect Java9 and are sure the XSLT processor is the one of the classlib and not a manually configured Xalan. -- You are receiving this mail because: You are the assignee for the bug.
