On Fri, 28 Oct 2022 20:42:39 GMT, John Hendrikx <[email protected]> wrote:

>> yes, something is wrong with test projects.
>> Nir's screenshot shows a project-like Properties UI, mine shows a different 
>> UI:
>> 
>> <img width="651" alt="Screen Shot 2022-10-28 at 13 34 58" 
>> src="https://user-images.githubusercontent.com/107069028/198727492-2961ad7b-b0a0-4725-b952-afdd794bb6fb.png";>
>> 
>> 
>> (also, Nir, you have some .classpath modified in your screenshot)
>> 
>> Something gets messed up between gradle and eclipse project hierarchy.  What 
>> could it be?
>
> @andy-goryachev-oracle I think your `systemTests` project is probably 
> incorrect.  Under builders it should only have `Gradle Project Builder` and 
> nothing else.  It looks like it may have the Java nature or a Java source 
> folder configured somehow.  Can you give us the contents of it's `.project` 
> file and the files in `.settings` ? It shouldn't have a `.classpath` file, 
> but if it does, also that one.

@hjohn : 
how could be my systemTests/.project be incorrect if I am using your branch, 
commit 93c47400a34e2cace3041dc158f3d1f585e4270f
and zero changes?


anyway, here it is:


<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
        <name>systemTests</name>
        <comment></comment>
        <projects>
        </projects>
        <buildSpec>
                <buildCommand>
                        
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
        </buildSpec>
        <natures>
                <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
        </natures>
</projectDescription>

-------------

PR: https://git.openjdk.org/jfx/pull/930

Reply via email to