RE: Installers

2018-08-10 Thread Kenneth Fogel
After a bizarre experience with Eclipse's Windows installer, it dumped 350 meg into the user AppData folder in addition to where it was actually installed, I am questioning installers for Windows. I solved my Eclipse problem by just downloading the zipped version. NetBeans does not require any

Setting breakpoints in NetBeans IDE dev code

2018-08-10 Thread mark stephens
I have NetBeans IDE building from NetBeans sources using excellent instructions on https://cwiki.apache.org/confluence/display/NETBEANS/Development+Environment I can build and run it with tryme. I have identified a module I want to edit. I have opened the module in NetBeans IDE and can

Re: Public vs. Friend API Reloaded (Round 2)

2018-08-10 Thread Tim Boudreau
I'll pitch a couple of things in here: 1. Part of the problem with friend apis is your that the term gets overloaded for two different concerns: A. APIs undergoing stabilization, where the expectation is that a stable api will emerge, and B. Dependencies which are never intended to produce an

Re: Installers

2018-08-10 Thread Will Hartung
On Fri, Aug 10, 2018 at 1:10 PM, Kenneth Fogel wrote: > Yes, an installer is nice but all it should do on the Windows platform is > unzip NetBeans in the folder of choice and add a shortcut. > For some reason that I don't understand, and perhaps someone could explain, the installer for MacOS

Re: Installers

2018-08-10 Thread Carl Mosca
I work in a place where you need admin rights to install on Windows as well but that's a policy. As far as the MacOS goes, it's based on BSD. Therefore if /Applications is owned by root:wheel (or something similar that's not the current user), you need privileges to "su or sudo" in order to

Re: Apache Jenkins Help Needed: Testing Snap package build

2018-08-10 Thread Laszlo Kishalmi
Thanks John! Finally it worked. We can produce a snap image on Apache infrastructure. BTW what should be the strategy with these Jenkins files. Separate repo? In the future I'd like to track two branches with this: master and the actual release. On 08/09/2018 03:21 PM, John McDonnell

Launchpad Account for an Apache Project for Publishing Snap-s

2018-08-10 Thread Laszlo Kishalmi
Dear Support, We've reached two important milestones recently. We did our first release under Apache a few weeks ago and we were able to built our first Snap on Apache infrastructure yesterday. We would like to move forward with the process uploading our Snaps to snapstore. In order to do

Re: Apache Jenkins Help Needed: Testing Snap package build

2018-08-10 Thread John McDonnell
Hi, No problem Laszlo, glad I could help. So Jenkinsfiles can be stored in the same repo, let's say in nbbuild directory for example (maybe under a CI or Jenkins folder), and with multi-branch pipeline job in Jenkins, Jenkins will automatically create jobs for each branch. I've taken a look

Re: Setting breakpoints in NetBeans IDE dev code

2018-08-10 Thread Will Hartung
On Fri, Aug 10, 2018 at 7:35 AM, mark stephens < marksteph...@idrsolutions.com> wrote: > I have identified a module I want to edit. I have opened the module in > NetBeans IDE and can reinstall it with reload it in target platform from > NetBeans IDE. I am now trying to figure out if I can set

Re: ApacheCon Montreal NetBeans Presentation Suggestions

2018-08-10 Thread Antonio Vieiro
The more the merrier, as Emilian once said (I think) El El mié, 8 ago 2018 a las 10:39, mark stephens < marksteph...@idrsolutions.com> escribió: > > > > On 7 Aug 2018, at 21:39, Antonio Vieiro wrote: > > > > So we can update our events page at > >

Re: Installers

2018-08-10 Thread Scott Palmer
The macOS “installer” should be nothing more than a disk image with the application bundle. It should not be a .pkg file that might require admin privileges as it would be a drag and drop install. The user should be able to drag the app bundle wherever they want. Scott > On Aug 10, 2018, at

Re: Apache NetBeans Release Cycle

2018-08-10 Thread Wilfred Kigenyi
On 2018/08/07 08:46:06, Geertjan Wielenga wrote: > Hi all,> > > We've discussed this informally, i.e., the topic of the release> > cycle/cadence, a few times over the past months.> > > Let's nail it down as far as possible so that we can give clarity to our> > users about our intentions and also

Re: Apache NetBeans Release Cycle

2018-08-10 Thread alex
An IDE release is not same as language support release. NetBeans (or any other) IDE, as far as I am concerned is “just an editor” and a framework for other language plugins. Then, say, PHP and even Java rides on top of that. Mixing these two concepts together creates too much conflict. Then,

Re: Apache NetBeans Release Cycle

2018-08-10 Thread Alexander Romanenko
An IDE release is not same as language support release. NetBeans (or any other) IDE, as far as I am concerned is “just an editor” and a framework for other language plugins. Then, say, PHP and even Java rides on top of that. Mixing these two concepts together creates too much conflict. Then,

AW: Case sensitive in directory name it is a issue

2018-08-10 Thread Christian Lenz
Which operating System do you have? For Windows, it is one Directory. If you have MyProjectFolder and myprojectfolder, it is the same. Cheers Chris Von: Piotr Hoppe Gesendet: Donnerstag, 9. August 2018 21:30 An: dev@netbeans.incubator.apache.org Betreff: Case sensitive in directory name it is

Re: Installers

2018-08-10 Thread Geertjan Wielenga
Yes, if you can create installers, that would be wonderful! I’ve seen about three different Mac OSX installers around so far. Please don’t wait, create installers if you can, and write back here with instructions when you’ve done so. Gj On Wednesday, August 8, 2018, Carl Mosca wrote: > I am

Re: AW: Case sensitive in directory name it is a issue

2018-08-10 Thread Piotr Hoppe
This issue occurs for: - NetBeans 9.0 - PHP projects - Mac OS high Sierra 10.13.6 with case sensitive APFS partition. W dniu 10.08.2018 o 09:18, Christian Lenz pisze: Which operating System do you have? For Windows, it is one Directory. If you have MyProjectFolder and myprojectfolder, it

Re: [GROOVY] Enhancements to groovy support

2018-08-10 Thread Josh Juneau
Hi Sven, I'd be interested in helping out as time allows. Thanks On Thu, Aug 9, 2018 at 4:58 PM John McDonnell wrote: > Not sure how I'll be set work wise in September but I'd be happy to learn > and help out if free or just learn from a distance if not. > > I do some stuff with Jenkinsfiles

Creating Installers for 32 and 64 bit in the UI

2018-08-10 Thread Oliver Rettig
Hi, for my platform apps I typically use the build-in installer creation for windows and linux installers. The new situation for me is that I need to create 64bit and 32 bit installers/ applications. This is of course possible easy by changing properties in the ant scripts but it would be

Re: Installers

2018-08-10 Thread Carl Mosca
OK but I probably should have been a little more specific about the coordination part of my question. I am assuming that building the installers would, at some point, be part of the build process. I believe Jenkins and ant are currently used. Is there any history or preference with solutions to

Re: Installers

2018-08-10 Thread Geertjan Wielenga
Which kinds of installers, i.e., for which operating systems, do you want to create installers? Indeed, makes sense to me the idea of them being created during the build. Gj On Friday, August 10, 2018, Carl Mosca wrote: > OK but I probably should have been a little more specific about the >

Re: AW: Case sensitive in directory name it is a issue

2018-08-10 Thread William Beebe
And if that is the case it will also effect any Linux distribution. On Fri, Aug 10, 2018 at 3:21 AM Piotr Hoppe wrote: > This issue occurs for: > > - NetBeans 9.0 > > - PHP projects > > - Mac OS high Sierra 10.13.6 with case sensitive APFS partition. > > > W dniu 10.08.2018 o 09:18, Christian

Re: Installers

2018-08-10 Thread Carl Mosca
Well first off is MacOS dmg because that's where I code mostly. Secondly I like the idea of both an RPM and a deb for those Linux distros but I get the "yum install" "apt-get" thing to it's just as high a priority for me. And yes, I know Windows has to be addressed a well but that's my order of

RE: AW: Case sensitive in directory name it is a issue

2018-08-10 Thread Delfi Ramirez
Hi all: Case sensitive is a mandatory directive in folders [ considered as Internationalized Resource Identifiers (IRIs) ] and or timestamps namespaces UUID URN Namespaces https://www.ietf.org/rfc/rfc3987.txt https://www.ietf.org/rfc/rfc4122.txt may this be the issue? Delfi Ramirez