Skip to content

Commit 0099bd1

Browse files
committed
Remove note about Java 8 issues with antlr
Antlr has been updated to version 3.5.2 in commit 842bebb. This solves the issue mentioned in the readme.
1 parent 22c498e commit 0099bd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Building metafacture-core from source is easy. All you need is git and [maven](h
5252
$ mvn clean install
5353

5454
It is important to perform this step *before* importing the project into your IDE because it generates the lexer and parser sources for Flux from antlr grammar definitions. Otherwise your IDE will fail to compile the sources if it has integrated background compilation (like Eclipse has, for instance).
55-
2014-05-13: The currently used antlr library (version 3.5.1) isn't compatible with the latest Java 8 version. Using mvn clean install throws an error trying to build the classes in the org/culturegraph/mf/flux/parser package. [antlr github](https://github.com/antlr/antlr3/issues/151) Use Java version <= 7 until metafacture-core has updated the dependencies. .
5655

5756
See [Code Quality and Style](https://github.com/culturegraph/metafacture-core/wiki/Code-Quality-and-Style) on the wiki for further information on the sources.
5857

0 commit comments

Comments
 (0)