Re: [ scala ] Just asking for update on Scala for NetBeans

2019-11-28 Thread Mark Phipps
the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and

Re: Building Windows Launchers only

2019-05-16 Thread Mark Phipps
mi joi, 16 mai 2019, 11:51 Mark Phipps <mailto:mark.phi...@sucfin.com>> a scris: On the Apache NetBeans github page, is the instruction to build the Windows launchers: ant -Ddo.build.windows.launchers=true This also builds the entire system, which takes a long time.

Building Windows Launchers only

2019-05-16 Thread Mark Phipps
On the Apache NetBeans github page, is the instruction to build the Windows launchers: ant -Ddo.build.windows.launchers=true This also builds the entire system, which takes a long time. Is there an addition to this incantation which builds JUST the launchers? Thanks Mark *Mark Phipps

Re: How to Push NetBeans Plugins Silently to End Users?

2019-01-22 Thread Mark Phipps
omehow how you did this, could be useful for many others. Gj On Wed, 19 Dec 2018 at 14:57, Mark Phipps <mailto:mark.phi...@sucfin.com>> wrote: Thanks Emilian, I was able to use that class as the outline of an auto-updater-and-restarter mechanism in my client. I am not

Re: How to Push NetBeans Plugins Silently to End Users?

2018-12-19 Thread Mark Phipps
don't worry too much about it. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Wed, Dec 12, 2018 at 7:26 PM Mark Phipps <mailto:mark.phi...@sucfin.com>> wrote: Hi all, I am keen to follow the way of "pushing" updates to my NB pl

How to Push NetBeans Plugins Silently to End Users?

2018-12-12 Thread Mark Phipps
ss the WakaTime netbeans plugin - is this the same/similar thing? https://github.com/wakatime/netbeans-wakatime/blob/master/src/org/wakatime/netbeans/plugin/UpdateHandler.java Any help is much appreciated Thanks Mark *Mark Phipps |***Front Office Development Manager *Sucden Financial Limited |*P

Re: Configurable autoupdate site url in maven platform app

2018-08-30 Thread Mark Phipps
. On 2018/08/28 16:57:14, Mark Phipps wrote: > Hi all,> > > I am building a multi-branded nb platform application with maven and I > > want to parameterize the location of my auto update site, but I cannot > > find a way to get the check-for-updates mechanism to work, unless I

Configurable autoupdate site url in maven platform app

2018-08-28 Thread Mark Phipps
Hi all, I am building a multi-branded nb platform application with maven and I want to parameterize the location of my auto update site, but I cannot find a way to get the check-for-updates mechanism to work, unless I have the autoupdate url hard coded in the branding module's layer.xml file a