On 2021-04-19 10:32 AM, Phill Campbell wrote:
/development/solr//lucene/common-build.xml:1126: Reference junit.classpath not
found.
...
I don’t know if I have a system configuration problem, or if I am running the
ANT scripts incorrectly.
Any help appreciated.
Try adding something like
```
<path id="junit.classpath">
<pathelement location="."/>
</path>
```
to your top-level build.xml and see what happens.
My guess is junit.classpath would be set somewhere in junit configs but
I haven't done java in forever and have no idea how lucene build
environment is set up, so...
Dima