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_r377369604
 
 

 ##########
 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:
   Yeah. I'm pretty sure it does break the ant regenerate. Since the whole 
regenerate process is apparently run extremely rarely (like every couple of 
years or so from what I can tell), I think we'll be on gradle exclusively the 
next time this is run.

----------------------------------------------------------------
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