From elias at dhsdevelopments.com Sat Nov 15 04:49:26 2025 From: elias at dhsdevelopments.com (=?utf-8?Q?Elias_M=C3=A5rtenson?=) Date: Sat, 15 Nov 2025 04:49:26 +0000 Subject: Openjfx 25.0.1 documentation and source via mvnrepository Message-ID: My [project](https://codeberg.org/loke/array) uses javafx for the main UI, and it's working decently well. However, recently (well, I wasn't working on the UI side of things for several months, so I'm not sure exactly when it started) IntelliJ IDEA was unable to find neither the source code nor the documentation anymore. I'm not entirely shure where it's trying to download the source from, because all I get on the IDE side is an error stating that source download failed, and the message: "Sources were not downloaded for: org.openjfx:javafx-graphics:25.0.1:source" Did anything change such that I should be using a different repository or something like that? Regards, Elias -------------- next part -------------- An HTML attachment was scrubbed... URL: From tg at freigmbh.de Mon Nov 17 12:17:40 2025 From: tg at freigmbh.de (tg at freigmbh.de) Date: Mon, 17 Nov 2025 12:17:40 +0000 Subject: AW: Openjfx 25.0.1 documentation and source via mvnrepository In-Reply-To: References: Message-ID: <59176e7b1d42424ba94b1f7fe9e797fa@freigmbh.de> Hello, Looking at your sourcecode you are using gradle and I would guess using the javafx-gradle-plugin somewhere https://github.com/openjfx/javafx-gradle-plugin I would guess its because of how this plugins handles variants, intellij gets confused, one would have to debug the Plugin and intellij a bit to figure out what is happening. However I haven been unable to contact a maintainer for this project. So yes its broken for everyone? If you find a fix let me know ? Best regards Von: openjfx-discuss Im Auftrag von Elias M?rtenson Gesendet: Saturday, 15 November 2025 05:49 An: openjfx-discuss at openjdk.org Betreff: Openjfx 25.0.1 documentation and source via mvnrepository My project uses javafx for the main UI, and it's working decently well. However, recently (well, I wasn't working on the UI side of things for several months, so I'm not sure exactly when it started) IntelliJ IDEA was unable to find neither the source code nor the documentation anymore. I'm not entirely shure where it's trying to download the source from, because all I get on the IDE side is an error stating that source download failed, and the message: "Sources were not downloaded for: org.openjfx:javafx-graphics:25.0.1:source" Did anything change such that I should be using a different repository or something like that? Regards, Elias -------------- next part -------------- An HTML attachment was scrubbed... URL: From elias at dhsdevelopments.com Mon Nov 17 13:18:02 2025 From: elias at dhsdevelopments.com (=?utf-8?Q?Elias_M=C3=A5rtenson?=) Date: Mon, 17 Nov 2025 13:18:02 +0000 Subject: AW: Openjfx 25.0.1 documentation and source via mvnrepository In-Reply-To: <59176e7b1d42424ba94b1f7fe9e797fa@freigmbh.de> References: <59176e7b1d42424ba94b1f7fe9e797fa@freigmbh.de> Message-ID: Thanks. Yes, I'm indeed using the plugin. The code for that is in gui/build.gradle. It's kind of disappointing that I spent so much time building the javafx-based ui, if I have to move to something else. -------- Original Message -------- On Monday, 11/17/25 at 20:17 tg at freigmbh.de wrote: > Hello, > > Looking at your sourcecode you are using gradle and I would guess using the javafx-gradle-plugin somewhere > > https://github.com/openjfx/javafx-gradle-plugin > I would guess its because of how this plugins handles variants, intellij gets confused, one would have to debug the Plugin and intellij a bit to figure out what is happening. > > However I haven been unable to contact a maintainer for this project. > > So yes its broken for everyone? > > If you find a fix let me know ? > > Best regards > > Von: openjfx-discuss Im Auftrag von Elias M?rtenson > Gesendet: Saturday, 15 November 2025 05:49 > An: openjfx-discuss at openjdk.org > Betreff: Openjfx 25.0.1 documentation and source via mvnrepository > > My [project](https://codeberg.org/loke/array) uses javafx for the main UI, and it's working decently well. > > However, recently (well, I wasn't working on the UI side of things for several months, so I'm not sure exactly when it started) IntelliJ IDEA was unable to find neither the source code nor the documentation anymore. > > I'm not entirely shure where it's trying to download the source from, because all I get on the IDE side is an error stating that source download failed, and the message: > > "Sources were not downloaded for: org.openjfx:javafx-graphics:25.0.1:source" > > Did anything change such that I should be using a different repository or something like that? > > Regards, > > Elias -------------- next part -------------- An HTML attachment was scrubbed... URL: From tg at freigmbh.de Mon Nov 17 13:34:58 2025 From: tg at freigmbh.de (tg at freigmbh.de) Date: Mon, 17 Nov 2025 13:34:58 +0000 Subject: AW: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository In-Reply-To: <9sMa-gVc5KqtX3B9SvdV2saPZiDngYI9eH_YwVyum2dmHOL_zuWfLL_K02F69kCMyFRtoE2e4Pge5PNNavigxGgypTxUm9Gq8fGLXHXbwOI=@dhsdevelopments.com> References: <59176e7b1d42424ba94b1f7fe9e797fa@freigmbh.de> <63bf507770ec4a7e9184b5d261c06703@freigmbh.de> <9sMa-gVc5KqtX3B9SvdV2saPZiDngYI9eH_YwVyum2dmHOL_zuWfLL_K02F69kCMyFRtoE2e4Pge5PNNavigxGgypTxUm9Gq8fGLXHXbwOI=@dhsdevelopments.com> Message-ID: Well jfx is getting very actively developed: https://github.com/openjdk/jfx/commits/master/ The state of the somewhat semiofficial gradle plugin though? Yeah its not great ? Von: Elias M?rtenson Gesendet: Monday, 17 November 2025 14:32 An: tg at freigmbh.de Betreff: Re: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository Sorry. What I meant was that I've noticed the lack of actual development, with bugs not being fixed. So I felt that perhaps I shouldn't invest any more time on this. Sent from Proton Mail for Android. -------- Original Message -------- On Monday, 11/17/25 at 21:29 tg at freigmbh.de > wrote: Well you don?t have to move to something else, its just intellij autoresolve sourcecode and documentation feature that?s broken. You can still manually download the sources and attach them manually I think. Or look at them in a webbrowser.. Von: Elias M?rtenson > Gesendet: Monday, 17 November 2025 14:18 An: tg at freigmbh.de Cc: openjfx-discuss at openjdk.org Betreff: Re: AW: Openjfx 25.0.1 documentation and source via mvnrepository Thanks. Yes, I'm indeed using the plugin. The code for that is in gui/build.gradle. It's kind of disappointing that I spent so much time building the javafx-based ui, if I have to move to something else. -------- Original Message -------- On Monday, 11/17/25 at 20:17 tg at freigmbh.de > wrote: Hello, Looking at your sourcecode you are using gradle and I would guess using the javafx-gradle-plugin somewhere https://github.com/openjfx/javafx-gradle-plugin I would guess its because of how this plugins handles variants, intellij gets confused, one would have to debug the Plugin and intellij a bit to figure out what is happening. However I haven been unable to contact a maintainer for this project. So yes its broken for everyone? If you find a fix let me know ? Best regards Von: openjfx-discuss > Im Auftrag von Elias M?rtenson Gesendet: Saturday, 15 November 2025 05:49 An: openjfx-discuss at openjdk.org Betreff: Openjfx 25.0.1 documentation and source via mvnrepository My project uses javafx for the main UI, and it's working decently well. However, recently (well, I wasn't working on the UI side of things for several months, so I'm not sure exactly when it started) IntelliJ IDEA was unable to find neither the source code nor the documentation anymore. I'm not entirely shure where it's trying to download the source from, because all I get on the IDE side is an error stating that source download failed, and the message: "Sources were not downloaded for: org.openjfx:javafx-graphics:25.0.1:source" Did anything change such that I should be using a different repository or something like that? Regards, Elias -------------- next part -------------- An HTML attachment was scrubbed... URL: From elias at dhsdevelopments.com Mon Nov 17 13:47:01 2025 From: elias at dhsdevelopments.com (=?utf-8?Q?Elias_M=C3=A5rtenson?=) Date: Mon, 17 Nov 2025 13:47:01 +0000 Subject: AW: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository In-Reply-To: References: <59176e7b1d42424ba94b1f7fe9e797fa@freigmbh.de> <63bf507770ec4a7e9184b5d261c06703@freigmbh.de> <9sMa-gVc5KqtX3B9SvdV2saPZiDngYI9eH_YwVyum2dmHOL_zuWfLL_K02F69kCMyFRtoE2e4Pge5PNNavigxGgypTxUm9Gq8fGLXHXbwOI=@dhsdevelopments.com> Message-ID: Is the plugin really needed to use jfx though? Perhaps one could manually configure everything? Sent from [Proton Mail](https://proton.me/mail/home) for Android. -------- Original Message -------- On Monday, 11/17/25 at 21:35 tg at freigmbh.de wrote: > Well jfx is getting very actively developed: > https://github.com/openjdk/jfx/commits/master/ > > The state of the somewhat semiofficial gradle plugin though? > Yeah its not great ? > > Von: Elias M?rtenson > Gesendet: Monday, 17 November 2025 14:32 > An: tg at freigmbh.de > Betreff: Re: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository > > Sorry. What I meant was that I've noticed the lack of actual development, with bugs not being fixed. > > So I felt that perhaps I shouldn't invest any more time on this. > > Sent from [Proton Mail](https://proton.me/mail/home) for Android. > > -------- Original Message -------- > On Monday, 11/17/25 at 21:29 tg at freigmbh.de wrote: > >> Well you don?t have to move to something else, its just intellij autoresolve sourcecode and documentation feature that?s broken. >> >> You can still manually download the sources and attach them manually I think. >> >> Or look at them in a webbrowser.. >> >> Von: Elias M?rtenson >> Gesendet: Monday, 17 November 2025 14:18 >> An:tg at freigmbh.de >> Cc:openjfx-discuss at openjdk.org >> Betreff: Re: AW: Openjfx 25.0.1 documentation and source via mvnrepository >> >> Thanks. Yes, I'm indeed using the plugin. The code for that is in gui/build.gradle. >> >> It's kind of disappointing that I spent so much time building the javafx-based ui, if I have to move to something else. >> >> -------- Original Message -------- >> On Monday, 11/17/25 at 20:17 tg at freigmbh.de wrote: >> >>> Hello, >>> >>> Looking at your sourcecode you are using gradle and I would guess using the javafx-gradle-plugin somewhere >>> >>> https://github.com/openjfx/javafx-gradle-plugin >>> I would guess its because of how this plugins handles variants, intellij gets confused, one would have to debug the Plugin and intellij a bit to figure out what is happening. >>> >>> However I haven been unable to contact a maintainer for this project. >>> >>> So yes its broken for everyone? >>> >>> If you find a fix let me know ? >>> >>> Best regards >>> >>> Von: openjfx-discuss Im Auftrag von Elias M?rtenson >>> Gesendet: Saturday, 15 November 2025 05:49 >>> An:openjfx-discuss at openjdk.org >>> Betreff: Openjfx 25.0.1 documentation and source via mvnrepository >>> >>> My [project](https://codeberg.org/loke/array) uses javafx for the main UI, and it's working decently well. >>> >>> However, recently (well, I wasn't working on the UI side of things for several months, so I'm not sure exactly when it started) IntelliJ IDEA was unable to find neither the source code nor the documentation anymore. >>> >>> I'm not entirely shure where it's trying to download the source from, because all I get on the IDE side is an error stating that source download failed, and the message: >>> >>> "Sources were not downloaded for: org.openjfx:javafx-graphics:25.0.1:source" >>> >>> Did anything change such that I should be using a different repository or something like that? >>> >>> Regards, >>> >>> Elias -------------- next part -------------- An HTML attachment was scrubbed... URL: From tg at freigmbh.de Mon Nov 17 14:12:16 2025 From: tg at freigmbh.de (tg at freigmbh.de) Date: Mon, 17 Nov 2025 14:12:16 +0000 Subject: AW: AW: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository In-Reply-To: References: <59176e7b1d42424ba94b1f7fe9e797fa@freigmbh.de> <63bf507770ec4a7e9184b5d261c06703@freigmbh.de> <9sMa-gVc5KqtX3B9SvdV2saPZiDngYI9eH_YwVyum2dmHOL_zuWfLL_K02F69kCMyFRtoE2e4Pge5PNNavigxGgypTxUm9Gq8fGLXHXbwOI=@dhsdevelopments.com> Message-ID: Really being a loose term here.. You could also download the files and manually add them. There is also this https://bugs.openjdk.org/browse/JDK-8333146?jql=project%20%3D%20JDK%20AND%20component%20%3D%20javafx%20ORDER%20BY%20updated%20DESC and related issues to javafx internal build structure, so maybe one day the plugin isn?t needed anymore. Maybe someone whose actually works on the build infrastructure can be summoned here.. Von: Elias M?rtenson Gesendet: Monday, 17 November 2025 14:47 An: tg at freigmbh.de Cc: openjfx-discuss at openjdk.org Betreff: Re: AW: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository Is the plugin really needed to use jfx though? Perhaps one could manually configure everything? Sent from Proton Mail for Android. -------- Original Message -------- On Monday, 11/17/25 at 21:35 tg at freigmbh.de > wrote: Well jfx is getting very actively developed: https://github.com/openjdk/jfx/commits/master/ The state of the somewhat semiofficial gradle plugin though? Yeah its not great ? Von: Elias M?rtenson > Gesendet: Monday, 17 November 2025 14:32 An: tg at freigmbh.de Betreff: Re: AW: AW: Openjfx 25.0.1 documentation and source via mvnrepository Sorry. What I meant was that I've noticed the lack of actual development, with bugs not being fixed. So I felt that perhaps I shouldn't invest any more time on this. Sent from Proton Mail for Android. -------- Original Message -------- On Monday, 11/17/25 at 21:29 tg at freigmbh.de > wrote: Well you don?t have to move to something else, its just intellij autoresolve sourcecode and documentation feature that?s broken. You can still manually download the sources and attach them manually I think. Or look at them in a webbrowser.. Von: Elias M?rtenson > Gesendet: Monday, 17 November 2025 14:18 An: tg at freigmbh.de Cc: openjfx-discuss at openjdk.org Betreff: Re: AW: Openjfx 25.0.1 documentation and source via mvnrepository Thanks. Yes, I'm indeed using the plugin. The code for that is in gui/build.gradle. It's kind of disappointing that I spent so much time building the javafx-based ui, if I have to move to something else. -------- Original Message -------- On Monday, 11/17/25 at 20:17 tg at freigmbh.de > wrote: Hello, Looking at your sourcecode you are using gradle and I would guess using the javafx-gradle-plugin somewhere https://github.com/openjfx/javafx-gradle-plugin I would guess its because of how this plugins handles variants, intellij gets confused, one would have to debug the Plugin and intellij a bit to figure out what is happening. However I haven been unable to contact a maintainer for this project. So yes its broken for everyone? If you find a fix let me know ? Best regards Von: openjfx-discuss > Im Auftrag von Elias M?rtenson Gesendet: Saturday, 15 November 2025 05:49 An: openjfx-discuss at openjdk.org Betreff: Openjfx 25.0.1 documentation and source via mvnrepository My project uses javafx for the main UI, and it's working decently well. However, recently (well, I wasn't working on the UI side of things for several months, so I'm not sure exactly when it started) IntelliJ IDEA was unable to find neither the source code nor the documentation anymore. I'm not entirely shure where it's trying to download the source from, because all I get on the IDE side is an error stating that source download failed, and the message: "Sources were not downloaded for: org.openjfx:javafx-graphics:25.0.1:source" Did anything change such that I should be using a different repository or something like that? Regards, Elias -------------- next part -------------- An HTML attachment was scrubbed... URL: