https://bugzilla.redhat.com/show_bug.cgi?id=1763544
--- Comment #14 from Jerry James loganjerry@gmail.com --- I finally did this about 12 hours ago. However, I absent-mindedly forgot that freemarker needs a patch to build successfully with 7.0.12. The freemarker build.xml changes the string "private final LookaheadSuccess" to "private static final LookaheadSuccess" in the javacc-generated files. However, in javacc 7.0.12, the declaration is "static private final LookaheadSuccess". After the freemarker replacement, that is "static private static final LookaheadSuccess". The double static declaration is an error. There is an existing freemarker PR to address this. I opened a PR for the Fedora package here: https://src.fedoraproject.org/rpms/freemarker/pull-request/7.
java-sig-commits@lists.fedoraproject.org