Re: JavaFX 11 run problem

2018-09-22 Thread Dragan Bjedov
And for debug add following action to nbactions.xml debug jar process-classes org.codehaus.mojo:exec-maven-plugin:1.5.0:exec -agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address} --

Re: JavaFX 11 run problem

2018-09-22 Thread Dragan Bjedov
Hello, I manage to make that *Compile on Save* feature working. It still needs to be modular app. This my nbactions.xml: run jar process-classes org.codehaus.mojo:exec-maven-plugin:1.5.0:exec

Re: JavaFX 11 run problem

2018-09-22 Thread Dragan Bjedov
Hello Mathew, Thanks. This works, but it has disadvantage that I need to do Clean&Build (which is mvn clean install) when I make any change in order to see change in run app. With this, Compile on Save feature is not working. Also is there way make this working in plain Java app, without modules.

JavaFX 11 run problem

2018-09-22 Thread Dragan Bjedov
Hello, I have problem with running JavaFx Maven application. I created JavaFX Maven project using project wizard and updated pom as specified on this page: https://openjfx.io/openjfx-docs/#maven. I'm using JDK11 early access build 28 - http://jdk.java.net/11/. I tried both Open JDK and Oracle JDK,

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Chuck Davis
As an alternative you might consider PDFBox. I used iReport for a period before it went private since at that time Java Print was unusable for business reporting. At that point I looked for alternatives and landed with PDFBox. Maybe it will work and maybe not. It is, however, an Apache project

Re: [Platform] Maven artefacts

2018-09-22 Thread Geertjan Wielenga
Since very recently the netbeans.org domain was officially donated to Apache, the org.netbeans Maven id can be used by Apache for the very first time. Howrver, somebody (maybe you?) needs to now actually take the steps to put everything in the right place, put artifacts on Maven, etc. It could all

[Platform] Maven artefacts

2018-09-22 Thread Yann Dameron
Hi, I'm working on an application based on the Netbeans 8.2 platform. I'm currently using Maven (Netbeans RELEASE82 version) and I'm looking to upgrade it to the Netbeans 9 platform. Did you released Netbeans 9 artefacts on a Maven Repo ? Is it planed for Netbeans 10? Thanks, Yann

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Sven Reimers
I think we got rid of org.jdesktop.layout for 9.0 due to licensing constraints. So either someone publishes a replacement module on the plugin portal or the iReport plugin needs to be fixed to use the new packages from JDK. Just my 2€cents -Sven Sabintxo schrieb am Sa., 22. Sep. 2018, 11:25:

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Sabintxo
Thank you El 22/09/18 a las 11:10, Geertjan Wielenga escribió: Don't be worried, instead, please point to where you're getting it from so that others can try and reproduce the problem. If it works in 8.2, then it should probably work in 9.0, or we can ask the provider of the plugin to recomp

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Geertjan Wielenga
Don't be worried, instead, please point to where you're getting it from so that others can try and reproduce the problem. If it works in 8.2, then it should probably work in 9.0, or we can ask the provider of the plugin to recompile it for 9.0. Gj On Sat, Sep 22, 2018 at 11:05 AM, Sabintxo wro

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Sabintxo
Thanks John, I will try with jasper studio built on eclipse. Jasper report plugin for netbeans works fine in netbeans 8.2 and I use it for my projects integrated with netbeans IDE. So I'm worried about the support of this plugin in netbeans 9.0. Thank you El 22/09/18 a las 10:56, John Mc

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread John McDonnell
Hi, Hate to promote another IDE, but if your working with Jasper Reports, I would only use the supported Jasper Studio application(Built on Eclipse): https://community.jaspersoft.com/project/jaspersoft-studio Done alot with Jasper Reports this year, and the Studio app is by far the best app to us

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Geertjan Wielenga
Where does it say that iReport supports Apache NetBeans 9.0? Thanks, Gj On Sat, Sep 22, 2018 at 10:35 AM, Sabintxo wrote: > Hi Geertjan, > > My target is to install ireport designer from jasper reports. But i have > this error installing plugin: > > And I thought that the required plugin org.j

Re: problem installing GUI Builder in netbeans9.0

2018-09-22 Thread Sabintxo
Hi Geertjan, My target is to install ireport designer from jasper reports. But i have this error installing plugin: And I thought that the required plugin org.jdesktop.layout was in GUI Builder. Any suggestion? Thank you El 22/09/18 a las 01:15, Geertjan Wielenga escribió: Why are you i