Re: Snap - Linux packaging

2018-07-30 Thread Peter Steele
Thanks, looks like the INFRA ticket is progressing On Mon, Jul 30, 2018 at 6:36 PM Laszlo Kishalmi wrote: > Well, we need to figure out how can we build the Snap package on Apache > infra. > > https://issues.apache.org/jira/browse/NETBEANS-341 > > https://issues.apache.org/jira/browse/INFRA-1672

Re: 9.0 Update Center

2018-07-30 Thread Emilian Bold
OTOH, big products have staged releases. So, delaying a few days the update centers versus having the installer available isn't outside the norms. --emi ‐‐‐ Original Message ‐‐‐ On 30 July 2018 2:14 AM, Geertjan Wielenga wrote: > Ah, this is probably why we needed to wait to announce,

Re: Where is RELEASE82 for Maven

2018-07-30 Thread Peter Cheung
sorry, that was chinese style english, we always say something is crazy, nothing offense 😊 Thanks From Peter From: Geertjan Wielenga Sent: Monday, July 30, 2018 10:20 PM To: dev@netbeans.incubator.apache.org Cc: d...@netbeans.apache.org Subject: Re: Where is REL

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
Thanks GJ Thanks >From Peter From: Geertjan Wielenga Sent: Tuesday, July 31, 2018 12:46 AM To: dev@netbeans.incubator.apache.org Subject: Re: Netbeans 9.0 mac installer forever lost? Here's something else related to this: https://github.com/phaus/netbeans-mac-b

Re: Determine the "current" project from module code

2018-07-30 Thread Jan Lahoda
There is org.netbeans.spi.project.ui.support.ProjectSensitiveActions.projectSensitiveAction in module projectuiapi, which may be useful (a custom performer is called with the current project when the action is invoked). Alternatively, you could look into the Lookup returned from org.openide.util.U

Re: Determine the "current" project from module code

2018-07-30 Thread Svata Dedic
Dne 30.7.2018 v 22:53 georgetrou...@gmail.com napsal(a): I'm a little bit new to some of the NetBeans terminologies (i.e. Nodes etc), but I can try my best to explain. I'm thinking in terms of how the "Run Project" button works in the main toolbar, and how that must determine which project

Re: Determine the "current" project from module code

2018-07-30 Thread georgetroulis
On 2018/07/30 19:42:59, Svata Dedic wrote: > Dne 30.7.2018 v 21:05 georgetrou...@gmail.com napsal(a): > > Hi, I'm developing a module for Netbeans, and it needs to have > > "project-specific" functionality i.e. similar to how the "Run Application" > > button in the toolbar compiles and runs

Re: Determine the "current" project from module code

2018-07-30 Thread Tim Boudreau
Find the file (via data object most likely) in the current selection, then ask project manager what project owns it. Note multiple files may be selected in different projects or a file that belongs to no project may be selected. -Tim On Mon, Jul 30, 2018 at 3:06 PM georgetrou...@gmail.com < geor

Re: Determine the "current" project from module code

2018-07-30 Thread Svata Dedic
Dne 30.7.2018 v 21:05 georgetrou...@gmail.com napsal(a): Hi, I'm developing a module for Netbeans, and it needs to have "project-specific" functionality i.e. similar to how the "Run Application" button in the toolbar compiles and runs only the current project. Define what is "current" :) Is

Re: Determine the "current" project from module code

2018-07-30 Thread Geertjan Wielenga
Listen to the Lookup for your Object to determine which Node is selected/current. Gj On Mon, Jul 30, 2018 at 9:05 PM, georgetrou...@gmail.com < georgetrou...@gmail.com> wrote: > Hi, I'm developing a module for Netbeans, and it needs to have > "project-specific" functionality i.e. similar to how

Determine the "current" project from module code

2018-07-30 Thread georgetroulis
Hi, I'm developing a module for Netbeans, and it needs to have "project-specific" functionality i.e. similar to how the "Run Application" button in the toolbar compiles and runs only the current project. I can't however figure out how to determine the "current project" from within the applicati

Re: Apache-Netbeans-9.0-MacOSX

2018-07-30 Thread Neil C Smith
On Mon, 30 Jul 2018 at 19:01, Laszlo Kishalmi wrote: > > Well you could create a PR and the place of that script could live in > the NB repo under nbbuild/packaging/mac directory. As I said in another thread, don't we already have an ant task for this? There is one at least for RCP applications.

Re: Apache-Netbeans-9.0-MacOSX

2018-07-30 Thread Laszlo Kishalmi
Well you could create a PR and the place of that script could live in the NB repo under nbbuild/packaging/mac directory. On 07/30/2018 10:49 AM, Ahmed Alawy wrote: Good Morning, I was giving this email address by Emilian Bold, on Twitter. It seems that he's suggesting that this package could

Apache-Netbeans-9.0-MacOSX

2018-07-30 Thread Ahmed Alawy
Good Morning, I was giving this email address by Emilian Bold, on Twitter. It seems that he's suggesting that this package could be included in the dev/release process of your product. It was a package that I put together to run netbeans, as I found it quite annoying to have to traverse to the bi

Re: Snap - Linux packaging

2018-07-30 Thread Laszlo Kishalmi
Well, we need to figure out how can we build the Snap package on Apache infra. https://issues.apache.org/jira/browse/NETBEANS-341 https://issues.apache.org/jira/browse/INFRA-16728 Till it happens: wget https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0_amd64.snap

Snap - Linux packaging

2018-07-30 Thread Peter Steele
Hi What's the latest of getting Netbeans 9 packaged up as a snap? I saw some emails a while back but nothing seemed to indicate if anything was going to happen or not. Having a snap would make it very easy to install on Linux. I see some discussions on Mac packaging, would be good to close the Li

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Geertjan Wielenga
Here's something else related to this: https://github.com/phaus/netbeans-mac-bundle Gj On Mon, Jul 30, 2018 at 3:55 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Don’t be scared. :-) > > You’ll be OK and you have many here to advise and support you, though bear > in mind th

Re: Where is RELEASE82 for Maven

2018-07-30 Thread Geertjan Wielenga
Maven archetypes for 9.0 are not yet available. Oracle has not yet donated netbeans.org to Apache and hence org.netbeans cannot yet be used by Apache for Maven archetypes and hence 9.0 Maven archetypes are not yet available. Try avoid using words like ‘crazy’ and just relax. We’ve been working on

Where is RELEASE82 for Maven

2018-07-30 Thread Peter Cheung
Hi S.O.S : my plugin can't be install to 9.0, i think it is because i am using RELEASE80, but http://bits.netbeans.org/nexus/content/groups/netbeans dont have RELEASE90. Please read attachment too, it is crazy i tried to create a new "module" project and doesn't have RELEASE90 or even RELEASE

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Geertjan Wielenga
Don’t be scared. :-) You’ll be OK and you have many here to advise and support you, though bear in mind the number 1 priority is integration of the 2nd donation, everything else will be of lower priority for a while. Gj On Monday, July 30, 2018, Peter Cheung wrote: > Thanks for the answers. I

Re: Protecting the Apache NetBeans trademark (was: Netbeans 9.0 mac installer forever lost?)

2018-07-30 Thread Geertjan Wielenga
Good idea. Gj On Monday, July 30, 2018, Bertrand Delacretaz wrote: > On Mon, Jul 30, 2018 at 1:31 PM Geertjan Wielenga > wrote: > > ...Will try to track this (completely random) person (who AFAIK I don’t > know > > at all, which is great, the more new people involved the better) down... > > Gi

Re: Protecting the Apache NetBeans trademark (was: Netbeans 9.0 mac installer forever lost?)

2018-07-30 Thread Bertrand Delacretaz
On Mon, Jul 30, 2018 at 1:31 PM Geertjan Wielenga wrote: > ...Will try to track this (completely random) person (who AFAIK I don’t know > at all, which is great, the more new people involved the better) down... GitHub makes it easy, just send a pull request ;-) -Bertrand ---

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
Thanks for the answers. I think i will re-compile and re-test all my plugins on 9.0 first. I scare they don't work. From: Geertjan Wielenga Sent: Monday, July 30, 2018 9:04 PM To: dev@netbeans.incubator.apache.org Subject: Re: Netbeans 9.0 mac installer forever lo

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Geertjan Wielenga
Wow, cool, let’s discuss, with Peter, who started this thread, the random person who created the solution discussed below, me, and anyone else who wants to participate. Gj On Monday, July 30, 2018, Jim Jagielski wrote: > One of the things I do with Apache Open Office is make the > (community) m

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Jim Jagielski
One of the things I do with Apache Open Office is make the (community) macOS builds... Do you all want/need something like that for NetBeans? > On Jul 30, 2018, at 8:13 AM, Geertjan Wielenga > wrote: > > Everything is part of the donation. But not everything is donated yet. > > Gj > > > On M

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Neil C Smith
On Mon, 30 Jul 2018 at 13:06, Javier Ortiz wrote: > > Was about to post about it. Is it something we could integrate being open > source? Well, NetBeans has long had the ability to create such a bundle for an RCP app. I'm even including the JDK in mine. Not sure what there is to integrate from

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Geertjan Wielenga
Everything is part of the donation. But not everything is donated yet. Gj On Monday, July 30, 2018, Javier Ortiz wrote: > I was wondering why the original installer was not part of the donation? > > On Mon, Jul 30, 2018, 7:06 AM Javier Ortiz > wrote: > > > Was about to post about it. Is it so

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Javier Ortiz
I was wondering why the original installer was not part of the donation? On Mon, Jul 30, 2018, 7:06 AM Javier Ortiz wrote: > Was about to post about it. Is it something we could integrate being open > source? > > On Mon, Jul 30, 2018, 5:55 AM Geertjan Wielenga > wrote: > >> Hey, here it is, loo

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Javier Ortiz
Was about to post about it. Is it something we could integrate being open source? On Mon, Jul 30, 2018, 5:55 AM Geertjan Wielenga wrote: > Hey, here it is, look what someone did. :-) > > https://github.com/Webbiefourth/Apache-Netbeans-9.0-MacOSX > > Gj > > On Mon, Jul 30, 2018 at 12:51 PM, Geert

Re: Protecting the Apache NetBeans trademark (was: Netbeans 9.0 mac installer forever lost?)

2018-07-30 Thread Geertjan Wielenga
Awesome, thanks. Will try to track this (completely random) person (who AFAIK I don’t know at all, which is great, the more new people involved the better) down. Gj On Monday, July 30, 2018, Bertrand Delacretaz wrote: > On Mon, Jul 30, 2018 at 12:55 PM Geertjan Wielenga > wrote: > ... > > htt

Protecting the Apache NetBeans trademark (was: Netbeans 9.0 mac installer forever lost?)

2018-07-30 Thread Bertrand Delacretaz
On Mon, Jul 30, 2018 at 12:55 PM Geertjan Wielenga wrote: ... > https://github.com/Webbiefourth/Apache-Netbeans-9.0-MacOSX ... Note that in terms of Apache trademarks "Apache-Netbeans-9.0-MacOSX" is not an appropriate name for something that's not from Apache. It should rather be called somethin

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Geertjan Wielenga
Hey, here it is, look what someone did. :-) https://github.com/Webbiefourth/Apache-Netbeans-9.0-MacOSX Gj On Mon, Jul 30, 2018 at 12:51 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Please really try to understand what Apache is about: > > https://www.apache.org/ > > Nothin

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Geertjan Wielenga
Please really try to understand what Apache is about: https://www.apache.org/ Nothing is ever 'lost', nothing is ever not going to be done -- depending on you and your involvement. What is it that you want and need? You are welcome to create it and contribute it to Apache NetBeans. Gj On Mon

Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
Hi Netbeans 9.0 mac installer forever lost? not going to make one? Thanks >From Peter