Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Geertjan Wielenga
Yes, done. Gj On Thu, 5 Dec 2019 at 07:25, Emilian Bold wrote: > Should be easy for the NetBeans PMC to contact Apache Legal and mention > this. > > --emi > > On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach > wrote: > > > > So that suggests that this mispelling of apache.org is being used

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Emilian Bold
Should be easy for the NetBeans PMC to contact Apache Legal and mention this. --emi On Wed, Dec 4, 2019 at 9:45 PM Eric J. Schwarzenbach wrote: > > So that suggests that this mispelling of apache.org is being used > maliciously. I seem to recall reading that this is illegal and there are > act

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-04 Thread Eric J. Schwarzenbach
So that suggests that this mispelling of apache.org is being used maliciously. I seem to recall reading that this is illegal and there are actions Apache could take to have this domain shut down. On 12/3/19 10:19 AM, Jens Zurawski wrote: I know, it's just a typo. But I accidentally clicked on

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Jens Zurawski
I know, it's just a typo. But I accidentally clicked on it and after that my browser went nuts in trying to open some very suspicious stuff on and on again, so that I had to stop my browser the hard way by killing the process. Of course I didn't try the link again, so maybe it's gone by now.

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Neil C Smith
On Tue, 3 Dec 2019, 14:53 Chuck Davis, wrote: > If you hover on the link google created it indicates it's going to maven > but then goes anyplace else. > It's just a typo, not malicious. Spell Apache right and you're fine. Best wishes, Neil

Re: WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Chuck Davis
It wasn't intended to be a link gmail did that. It was just a message where to find the maven documentation. If you hover on the link google created it indicates it's going to maven but then goes anyplace else. Correctdo not use the link. Put the address in the browser manually. On Tue

WARNING: INFECTED: Re: deployable javafx app

2019-12-03 Thread Jens Zurawski
Warning, this is a malicious link in this mail. Do not click on it! Am 03.12.2019 um 03:54 schrieb Chuck Davis: Chris, the documentation @ maven.apahce.org is getting better all the time.  It's even gotten understandable lately.  Certainly enough to get you started.  S

Re: deployable javafx app

2019-12-02 Thread Chuck Davis
Chris, the documentation @ maven.apahce.org is getting better all the time. It's even gotten understandable lately. Certainly enough to get you started. Start in the "User Center". On Mon, Dec 2, 2019 at 6:22 PM Chris Olsen wrote: > Hello, Everyone -- > > I have a (possibly) related questio

Re: deployable javafx app

2019-12-02 Thread Chris Olsen
Hello, Everyone -- I have a (possibly) related question. I am also writing JavaFX programs and I am thinking of moving from Ant to Maven (and Java 8 to Java ??). Is there a good resource about Maven that non-developers would benefit from? Java is about my 5th language so I'm OK with readi

Re: deployable javafx app

2019-12-02 Thread Luff,Chris
Right, it depends on if you want modular or non-modular and that is generally predicated by what kind of dependencies you include that you cannot influence. If you want a non-modular binary you can use a shaded JAR with a launcher class that literally calls the main method of the main that exten

Re: deployable javafx app

2019-12-01 Thread William Reynolds
I sent this out a couple of weeks ago: For my application, I've had need of some reliable, reusable NBI installer scripts, so I've implemented some: https://github.com/wnreynoldsWork/InstallersWithEmbeddedJVM.git Here is the README: This is a demonstration of a Netbeans Rich Client Platform

deployable javafx app

2019-12-01 Thread joe schmo
I have created a javafx application using Netbeans 11.1, it is a maven based project. I want to create a deployable executable jar file. Is there a good tutorial or documentation on how to do this with Netbeans/maven? Thanks