I did a pull today on my Windows 7 laptop and my IntelliJ build started failing with compilation errors looking for "OQLLexerTokenTypes". This comes from the fix for GEODE-165. Refreshing the IntelliJ build structure picked up the antlr tasks needed to generate this and other OQL source files but IntelliJ would not execute them.

You either need to do a command-line build or close your IntelliJ project and import the gradle build into a new IntelliJ project.

Reply via email to