ErickErickson commented on a change in pull request #1248: LUCENE-9134: Port 
ant-regenerate tasks to Gradle build
URL: https://github.com/apache/lucene-solr/pull/1248#discussion_r377627813
 
 

 ##########
 File path: 
lucene/core/src/java/org/apache/lucene/util/automaton/createLevAutomata.py
 ##########
 @@ -22,7 +22,7 @@
 import os
 import sys
 # sys.path.insert(0, 'moman/finenight/python')
-sys.path.insert(0, '../../../../../../../../build/core/moman/finenight/python')
+sys.path.insert(0, '../../../../../../../../../build/moman/finenight/python')
 
 Review comment:
   Dawid:
   
   Yeah, I wondered about that. But please don't make me run the whole 
regenerate task in ant ;).
   
   I'll change this to take an argument and get it working in Gradle, and leave 
a comment in the Ant build file about using Gradle.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to