cqengine icon indicating copy to clipboard operation
cqengine copied to clipboard

CQNGrammar Sources missing from master

Open akumaburn opened this issue 2 years ago • 1 comments

import com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarLexer; import com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser;

in com.googlecode.cqengine.query.parser.cqn.CQNParser seem to be missing,

Is there build instructions for this somewhere?

akumaburn avatar Apr 06 '23 17:04 akumaburn

If you run mvn generate-sources or mvn compile it should generate those sources.

npgall avatar Apr 07 '23 10:04 npgall