Re: Issue Building JavaFX Project with Maven Dependency

2023-11-28 Thread Nir Lisker
Perhaps the review should continue for https://github.com/openjdk/jfx/pull/1232. Then try to continue to the maven publication part of the build file as discussed on that issue by consulting with the author (who is very helpful). On Tue, Nov 28, 2023 at 11:21 AM Johan Vos wrote: > Hi Sarang, > >

Re: Issue Building JavaFX Project with Maven Dependency

2023-11-28 Thread Florian Kirmaier
I'm really curious about how this is supposed to work without the Maven Build. Nowadays, most projects use maven artifacts for their build - instead of copying jars. How do you test your own build - without publishing maven artifacts? The jars created in the distributions folder are useful - but u

Re: Issue Building JavaFX Project with Maven Dependency

2023-11-28 Thread Bruno Carle
Hi Sarang In case that helps, I used these steps recently to publish jars to local maven repo. (I dont know if it is the proper way, but it did the job for me, on linux) in build.gradle change line 546: defineProperty("MAVEN_PUBLISH", "true") and line 1730: (add brackets) artifact (project.tasks.

Re: Issue Building JavaFX Project with Maven Dependency

2023-11-28 Thread Johan Vos
Hi Sarang, Yes, the maven publication parts in the build.gradle are not working with the latest gradle anymore. I believe we discussed this before, and at least my personal opinion is that those parts need to be removed from the build.gradle. Frequent changes in gradle are causing lots of maintena

Issue Building JavaFX Project with Maven Dependency

2023-11-27 Thread sarang s
Dear OpenJFX Development Team, I hope this email finds you well. My name is [Your Name], and I am currently facing an issue while trying to build a JavaFX project with Maven dependency. I have encountered the following warnings during the build process: csharp [WARNING] Failed to build parent pro