I compile trough Maven on intellij 2016 but the problem comes from antlr v3. A language parser that is not understood natively by the compiler. I tried the antlworks plugin but It still didn't. I'll try tomorow read the doc to configure it properly
Le 3 oct. 2016 17:22, "Mark Payne" <[email protected]> a écrit : > Mathias, > > How are you trying to compile it? If using Maven, it should work just > fine. If you are using > an IDE such as Eclipse you may need to first compile via Maven to get the > generated code > and then add those directories as source directories. > > Thanks > -Mark > > > On Oct 3, 2016, at 10:33 AM, Mathias Tiberghien < > [email protected]> wrote: > > > > Hi All, > > I have an issue trying to compiling project nifi-hl7-query-language due > to HL7Query.java file > > Compiler doesn’t found depdency > > import org.apache.nifi.hl7.query.antlr.HL7QueryLexer; > > import org.apache.nifi.hl7.query.antlr.HL7QueryParser; > > > > I see the files HL7QueryLexer.g and HL7QueryParser.g files under > org.apache.nifi.hl7.query.antr but the .g puzzles me. I should probably > configure something to make it work. > > Any suggestions? > > > > Thanks, > > > > Mathias > > > > Mathias TIBERGHIEN > > CTO > > Cell. : +33(0)6 27 58 13 68 > > > > 87 Bd Chanzy > > 93100 Montreuil > > France > > > > Tel : +33(0)1 42 87 16 57 > > www.code192.com <http://www.code192.com/> > > > > > > > > <https://www.avast.com/sig-email?utm_medium=email&utm_ > source=link&utm_campaign=sig-email&utm_content=emailclient> > > L'absence de virus dans ce courrier électronique a été vérifiée par le > logiciel antivirus Avast. > > www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_ > source=link&utm_campaign=sig-email&utm_content=emailclient> >
