On Wed, 17 Aug 2022 20:30:10 GMT, Nir Lisker <[email protected]> wrote:
>> Andy Goryachev has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains 13 additional >> commits since the last revision: >> >> - Merge branch 'openjdk:master' into 8290473.apps >> - Merge branch 'openjdk:master' into 8290473.apps >> - 8290473: removed empty src sir >> - 8290473: whitespace >> - 8290473: init shader dirs >> - 8290473: junit 5 >> - Merge remote-tracking branch 'origin/master' into 8290473.apps >> - 8290473: removed eclipse project in buildSrc >> - 8290473: whitespace >> - 8290473: added initDirs task >> - ... and 3 more: https://git.openjdk.org/jfx/compare/65c861c0...e86cb390 > > 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 ------------- PR: https://git.openjdk.org/jfx/pull/858
