I'm trying to run the tests in the lucene/analysis module (really I'd
like to run tests in lucene/analysis/kuromoji), but I'm having trouble
figuring out the naming convention and/or the project structure. It
doesn't seem to be the same as the directory structure? EG I am able
to run tests in core with:

    ./gradlew lucene:lucene-core:test

although I expected it to be

    ./gradlew lucene:core:test

I forget how I stumbled on the "correct" naming

but none of these work:

    ./gradlew lucene:analysis:test
    ./gradlew lucene:lucene-analysis:test
    ./gradlew lucene:analyzers:test
    ./gradlew lucene:lucene-analyzers:test

(gradle suggested the "lucene-analyzers" project name)

where is the mapping from module to gradle project name kept? Can we
make it consistent with the directory naming, and ideally not have an
explicit mapping at all?

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

Reply via email to