rmuir commented on a change in pull request #722: LUCENE-8863: handle some edge
cases in Kuromoji DictionaryBuilder, en…
URL: https://github.com/apache/lucene-solr/pull/722#discussion_r294575405
##########
File path: lucene/analysis/kuromoji/build.xml
##########
@@ -136,8 +136,8 @@
</compile>
</target>
- <target name="test-tools" depends="compile-tools-tests">
- <test-macro dataDir="src/tools/test"
junit.classpath="tools.test.classpath"/>
+ <target name="test-tools" depends="install-junit4-taskdef,
compile-tools-tests">
+ <test-macro testsDir="${build.dir}/classes/tools-test"
workDir="src/tools/test" junit.classpath="tools.test.classpath"/>
Review comment:
just an idea for the future: if we are fixing this tooling (e.g. replacing
bogus asserts with real checks so it is usable like this PR does), maybe we
should simply move all the `tools*` stuff and tests into the regular source
tree?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]