tkobayas commented on code in PR #5640:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5640#discussion_r1441233856


##########
drools-drl/drools-drl-parser/pom.xml:
##########
@@ -127,47 +127,47 @@
                                             <path 
refid="maven.compile.classpath"/>
                                         </path -->
                                         <echo message="Generating Lexer 
(${antlr.debugParser})"/>
+<!--                                        <java classname="org.antlr.Tool" 
fork="true">-->
+<!--                                            <jvmarg line="-Xmx750M 
-Xincgc"/>-->
+<!--                                            <arg 
line="${antlr.debugParser} -lib src/main/resources/org/drools/compiler/lang 
src/main/resources/org/drools/compiler/lang/DRL5Lexer.g"/>-->
+<!--                                            <classpath 
refid="maven.compile.classpath"/>-->
+<!--                                        </java>-->
                                         <java classname="org.antlr.Tool" 
fork="true">
-                                            <jvmarg line="-Xmx750M -Xincgc"/>
-                                            <arg line="${antlr.debugParser} 
-lib src/main/resources/org/drools/compiler/lang 
src/main/resources/org/drools/compiler/lang/DRL5Lexer.g"/>
-                                            <classpath 
refid="maven.compile.classpath"/>
-                                        </java>
-                                        <java classname="org.antlr.Tool" 
fork="true">
-                                            <jvmarg line="-Xmx750M -Xincgc"/>
-                                            <arg line="${antlr.debugParser} 
-lib src/main/resources/org/drools/compiler/lang 
src/main/resources/org/drools/compiler/lang/DRL6Lexer.g"/>
+                                            <jvmarg line="-Xmx750M"/>
+                                            <arg line="${antlr.debugParser} 
-lib src/main/resources/org/drools/drl/parser 
src/main/resources/org/drools/drl/parser/DRL6Lexer.g"/>

Review Comment:
   My change is basically on `DRL6Expressions.g`, but I needed to also enable 
`DRL6Lexer.g` gen to use `DRL6Lexer.tokens`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to