RE: Re: Re: Re: How to change text colour in the console

2023-02-25 Thread Peter Ream
FYI ANSI_RESET has no effect. System.out.println(ANSI_RED + "This text should be red!" + ANSI_RESET); System.out.println("Hello World!”); Hello World! Is white with / without ANSI_RESET.

Re: Re: Re: How to change text colour in the console

2023-02-25 Thread Peter Ream
Works perfect! Thank you. Peter On Feb 25, 2023 at 9:57:31 AM, Neil C Smith wrote: > On Sat, 25 Feb 2023 at 14:47, Peter Ream wrote: > > I can’t get this to work. Probably user error, although I have used NB for > about 5 years, I’m not too handy into changing a lot of th

RE: Re: How to change text colour in the console

2023-02-23 Thread Peter Ream
s, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists Thank you. Peter Ream

RE: Re: How to increase NB Search limit ?

2022-05-07 Thread Peter Ream
arguments, but you have to prefix each with -J so that the launcher knows that it is for the JVM and not for the launcher. -J-Dnetbeans.search.count.limit=2000 would set a property -J-Xmx3G would be a JVM flag. -mbien On 07.05.22 16:43, Peter Ream wrote: > I hate to ask such a d

RE: Re: How to increase NB Search limit ?

2022-05-07 Thread Peter Ream
I hate to ask such a dumb question, but where are the properties found (/Applications/NetBeans/Apache NetBeans 13.app/Contents/Resources/NetBeans/netbeans/etc/netbeans.conf?)? I don’t see those properties there. On 2022/05/06 22:36:16 Michael Bien wrote: actually I was wrong - it has been indeed

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: 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 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 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:

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

2022-03-06 Thread Peter Ream
I installed NB13 using carljmosca/netbeans-macos-bundle: NetBeans installation script for Mac OS X (github.com) on MacOS 12.2.1 on MacBook Air M1. The install went without a hitch. However none of my maven projects will open. I get: 1 problem

RE: Re: NetBeans freezes randomly

2022-01-12 Thread Peter Ream
recipient is prohibited. If you received > this in error, please contact the sender and delete the material from any > computer. > La información transmitida está destinada únicamente a la persona o > entidad a quien que va dirigida y puede contener información confidencial > y/o material privilegiado. Cualquier revisión, retransmisión, difusión u > otros usos, o cualquier acción tomada por personas o entidades distintas al > destinatario basándose en esta información está prohibida. Si usted recibe > este mensaje por error, por favor contacte al remitente y elimine el > material de cualquier computadora. > Thank you. Peter Ream

RE: Blank Terminal window on M1 Mac with Netbeans 12.5

2021-11-13 Thread Peter Ream
This works fine on M1 Macbook Air with Big Sur 11.6.1. On 2021/11/12 20:34:54 Tim Mullé wrote: > Hi, > > Just found something interesting when running Netbeans on my new M1 Mac > (Silicon) Monterey 12.0.1 with JDK 11 or JDK17 where > the “Open in Terminal” option under the Tools menu opens a

Deployment Tutorial Source Files

2021-04-21 Thread Peter Ream
I am looking at the netbeans website “Java SE Learning Trail”, specifically “Packaging and Distributing Java Desktop Application.” There is a reference to “Deployment Tutorial Source Files” : https://netbeans.org/projects/samples/downloads/download/Samples%252FJava%252FDeploymentTutorial.zip

Java - System.out.print("Command: "); problem

2020-09-18 Thread Peter Ream
I had a java program that worked in mood.fi’s plugin in netbeans. I tried it in Netbeans 12.0, but it would not work. Here is an example that does not work in Netbeans 12: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new

_remote.repositories FileLockInterruptionException NB 12.0

2020-08-27 Thread Peter Ream
I'm having a problem on Netbeans 12.0 using maven. I have an internal class Icontils that I use in several projects. Everytime I try to delete or move a project with this dependency, I get the error below. If I do the move or delete from Netbeans 11.3, no problem. I am using maven bundled with