Re: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-28 Thread Glenn Holmer
On 04/28/2018 04:28 AM, Emilian Bold wrote: > Fixed https://github.com/apache/incubator-netbeans/pull/524 Built from source, works great. Thanks! -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe." --

Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Platou, Halvor
Thanks! I will look into that. Halvor > 28. apr. 2018 kl. 09:26 skrev Emilian Bold : > > I assumed your app might be large, but a non-GUI Platform has only a few > JARs, you can probably build a classpath by hand and launch it with a .bat > file or something. > > But if you know that other Java

Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Platou, Halvor
Hi, So far I’m testing with an interactive terminal. Halvor 28. apr. 2018 kl. 10:32 skrev Boris Heithecker mailto:boris.heithec...@gmx.net>>: Hi, in Docker, the container exits if the main process exits, nonregarding any processes spawned by the first one. How did you start the application? U

Re: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-28 Thread Emilian Bold
Fixed https://github.com/apache/incubator-netbeans/pull/524 --emi ‐‐‐ Original Message ‐‐‐ On 28 April 2018 8:48 AM, Emilian Bold wrote: > I'll try to work on this issue next week. > > --emi > > ‐‐‐ Original Message ‐‐‐ > > On 25 April 2018 4:30 PM, Glenn Holmer ce...@kolab

Re: NetBeans platform application in Windows Docker container

2018-04-28 Thread Boris Heithecker
Hi, in Docker, the container exits if the main process exits, nonregarding any processes spawned by the first one. How did you start the application? Using CMD, or ENTRYPOINT? Boris 2018-04-28 0:13 GMT+02:00 Platou, Halvor : > Hi, > > > > Anyone been able to run a NetBeans platform application(n

RE: NetBeans platform application in Windows Docker container

2018-04-28 Thread Emilian Bold
I assumed your app might be large, but a non-GUI Platform has only a few JARs, you can probably build a classpath by hand and launch it with a .bat file or something. But if you know that other Java apps launch fine, it's clearly the launcher. If you jump over to dev@ there was a discussion rec