RFR: 8290473: update Eclipse .classpath in apps, buildSrc [v11]
Kevin Rushforth
kcr at openjdk.org
Wed Aug 17 22:22:05 UTC 2022
On Wed, 17 Aug 2022 22:05:24 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> apps/samples/.classpath line 21:
>>
>>> 19: <classpathentry kind="lib" path="Ensemble8/lib/lucene-core-7.7.3.jar"/>
>>> 20: <classpathentry kind="lib" path="Ensemble8/lib/lucene-grouping-7.7.3.jar"/>
>>> 21: <classpathentry kind="lib" path="Ensemble8/lib/lucene-queryparser-7.7.3.jar"/>
>>
>> I'm getting the following errors on Samples:
>>
>> Description Resource Path Location Type
>> Project 'samples' is missing required library: 'Ensemble8/lib/lucene-core-7.7.3.jar' samples Build path Build Path Problem
>> Project 'samples' is missing required library: 'Ensemble8/lib/lucene-grouping-7.7.3.jar' samples Build path Build Path Problem
>> Project 'samples' is missing required library: 'Ensemble8/lib/lucene-queryparser-7.7.3.jar' samples Build path Build Path Problem
>> Project 'samples' is missing required source folder: '3DViewer/src/test/java' samples Build path Build Path Problem
>> Project 'samples' is missing required source folder: '3DViewer/src/test/resources' samples Build path Build Path Problem
>>
>> Indeed, there is no `3DViewer/src/test` folder. How do you not get errors?
>
> For lucene, you'd need to run
> For lucene, you'd need to run
>
> ```
> /bin/sh gradlew getLucene
> ```
>
> to bring in the dependencies which are not a part of the repository.
Btw, `gradle apps` will also work.
-------------
PR: https://git.openjdk.org/jfx/pull/858
More information about the openjfx-dev
mailing list