Re: [External] : Re: Eclipse and Gradle in OpenJFX

2024-06-18 Thread Nir Lisker
; > > > > > > *From: *Kevin Rushforth > *Date: *Tuesday, June 18, 2024 at 16:09 > *To: *Andy Goryachev , Thiago Milczarek Sayão < > thiago.sa...@gmail.com> > *Cc: *openjfx-dev@openjdk.org > *Subject: *Re: [External] : Re: Eclipse and Gradle in OpenJFX > > W

Re: Eclipse and Gradle in OpenJFX

2024-06-18 Thread Nir Lisker
It has been a while since I tried a clean import of jfx, but the instructions in https://wiki.openjdk.org/display/OpenJFX/Using+an+IDE#UsinganIDE-UsingEclipse seem correct, unless something changed. What you describe is written there. Only the initial import requires a gradle build, and after rever

Re: [External] : Re: Eclipse and Gradle in OpenJFX

2024-06-18 Thread Andy Goryachev
Nir's view on the subject. -andy From: Kevin Rushforth Date: Tuesday, June 18, 2024 at 16:09 To: Andy Goryachev , Thiago Milczarek Sayão Cc: openjfx-dev@openjdk.org Subject: Re: [External] : Re: Eclipse and Gradle in OpenJFX We also did that for NetBeans, meaning we removed the NetBean

Re: [External] : Re: Eclipse and Gradle in OpenJFX

2024-06-18 Thread Kevin Rushforth
*Subject: *[External] : Re: Eclipse and Gradle in OpenJFX Andy, We kind of did the opposite for Intellij (got rid of the .iml files and went for gradle import): https://github.com/openjdk/jfx/pull/1009 <https://urldefense.com/v3/__https:/github.com/openjdk/jfx/pull/1009__;!!AC

Re: [External] : Re: Eclipse and Gradle in OpenJFX

2024-06-18 Thread Andy Goryachev
From: Thiago Milczarek Sayão Date: Tuesday, June 18, 2024 at 12:51 To: Andy Goryachev Cc: openjfx-dev@openjdk.org Subject: [External] : Re: Eclipse and Gradle in OpenJFX Andy, We kind of did the opposite for Intellij (got rid of the .iml files and went for gradle import): https://github.com/op

Re: Eclipse and Gradle in OpenJFX

2024-06-18 Thread Thiago Milczarek Sayão
Andy, We kind of did the opposite for Intellij (got rid of the .iml files and went for gradle import): https://github.com/openjdk/jfx/pull/1009 I couldn't get it to detect the manual tests tho. Changing some gradle files worked, but would require a deeper review, so we went without it. -- Thiag

Eclipse and Gradle in OpenJFX

2024-06-18 Thread Andy Goryachev
Dear developers: Does anyone use gradle in Eclipse (Buildship plug-in) with the OpenJFX repo? The reason I am asking is that in my experience, the gradle nature in OpenJFX is either misconfigured, or obsolete, or both. There is a rather old wiki page [0] which describes the Eclipse setup, thou