jflex-de / idea-jflex

A plugin for IntelliJ IDEA to enable JFlex support
Apache License 2.0
17 stars 9 forks source link

Use actual JFlex.jar version #19

Open VladBozhenok opened 8 years ago

VladBozhenok commented 8 years ago

Hi, when Im trying to "Run Jfex generator" it tryes to download https://github.com/JetBrains/intellij-community/raw/master/tools/lexer/jflex-1.4/lib/JFlex.jar, but currently it doesnt exist in repository. About two weks ago developers of intelliij-community replaced it by new version jflex-1.7.0-SNAPSHOT.jar. Obviously this is a reason of issue. Could you please take a look.

tnnn commented 8 years ago

It appears to be a Grammar-Kit issue. It was already reported - take a look at https://github.com/JetBrains/Grammar-Kit/issues/112 (you will also find a temporary solution to your problem there).

VladBozhenok commented 8 years ago

Thanks, it should help for a while