Re: RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread Carl Mosca
But it would be cool to figure out how to trigger it because the installer is a nice fallback IMHO. On Tue, Mar 8, 2022 at 5:52 PM Peter Ream wrote: > Dave, thanks for your input. It is not necessary to have Security & > Privacy unlocked before the trigger. Unlocking is necessary for deleting >

RE: RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread Peter Ream
Dave, thanks for your input. It is not necessary to have Security & Privacy unlocked before the trigger. Unlocking is necessary for deleting the app from Files and Folders. I was able to delete NB12.6 from Files and Folders, and get the retriggerr on first ~/Documents access. This mechanism I

RE: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-08 Thread David Green
I used the release candidate of the OSX installer that has been retracted. I had already unlocked the Security & Privacy panel of System Preferences. When I used File Open Project of NetBeans and moved it to my user directory, I got a prompt to allow Apache NetBeans 13 to access my Desktop

Re: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
Sorry, typo on the OS version. On Sun, Mar 6, 2022 at 4:48 PM Carl Mosca wrote: > Yes I am running an M1 with the same 22.2.1 macOS. Also tried same on my > Intel Mac. > > Both are working with no mods. > > On Sun, Mar 6, 2022 at 4:42 PM Peter Ream wrote: > >> Are you running same environment

Re: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
Yes I am running an M1 with the same 22.2.1 macOS. Also tried same on my Intel Mac. Both are working with no mods. On Sun, Mar 6, 2022 at 4:42 PM Peter Ream wrote: > Are you running same environment as me? Latest release Monterey 12.2.1 on > Apple Silicon? I modified init.sh as I outlined in

RE: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Are you running same environment as me? Latest release Monterey 12.2.1 on Apple Silicon? I modified init.sh as I outlined in my last post with xattr. I don’t think this had any affect. Gj, this has to be an installer issue and not related to the project. I created a “Java with Maven | Java

Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
What were the modifications? The script has a fair number of options that folks contributed so that it shouldn’t need modification. I used it to install 13 unmodified and I am not having application, file or directory read write or execute permission issues. But it’s difficult to diagnose

Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Geertjan Wielenga
Nobody is going to be able to help you, with or without the installer, without the project or a similar project, that can be used to reproduce the problem. Gj On Sun, Mar 6, 2022 at 9:52 PM Peter Ream wrote: > > Still not there, but have a different result. I’m still using >

RE: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Still not there, but have a different result. I’m still using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) . After downloading the code, I modified install.sh. After the netbeans download, I added

RE: Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Last login: Sun Mar 6 12:42:40 on ttys000 userid@Peters-MacBook-Air Handicap % ls -l total 32 -rw-r--r-- 1 userid staff 1028 Jan 25 12:42 nb-configuration.xml -rw-r--r-- 1 userid staff 2309 Jan 25 12:42 nbactions.xml -rw-r--r-- 1 userid staff 5336 Nov 16 14:14 pom.xml drwxr-xr-x 5

Re: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
Peter, Can you provide the output from ls -l for the project(s) that you're trying to open? Are you signed in to this computer as "user"? Carl On Sun, Mar 6, 2022 at 12:46 PM Peter Ream wrote: > Carl, I think permission/ownership is the problem. Not sure what I need > to do. I substituted

RE: Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Peter Ream
Carl, I think permission/ownership is the problem. Not sure what I need to do. I substituted “user” for my userid. Stan. I think you are onto something. I have always used the installers to install NB. Used this script for the first time. Took awhile to figure it out. I do see this:

Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Giles Winstanley
The downloaded zip file would likely be flagged by macOS as quarantined, so it's very likely needs the flag removed for the application to function as expected. This can either be done on the zip file before unzipping, or on the contents afterwards.     xattr -r -d com.apple.quarantine

Re: [NB13] [Maven] [POM] Netbeans 13 Maven POM problem

2022-03-06 Thread Carl Mosca
Hello Peter, Have you confirmed that there is not a file permission/ownership issue with these files/directories? It seems you are user "user" from the location of the Documents directory. Is that the owner that has rw permissions on pom.xml? Regards, Carl On Sun, Mar 6, 2022 at 11:53 AM