tkobayas commented on code in PR #5640:
URL:
https://github.com/apache/incubator-kie-drools/pull/5640#discussion_r1441232656
##########
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">
Review Comment:
I commented out unused Antlr gen tasks. If you want to use them, you would
need to fix the file paths to keep up with past refactoring directory changes.
--
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]