Debug console

2020-05-25 Thread HRH
Hi,Up to last night, the debugger console was showing the variables. As of this 
morning, I do not see the variables anymore. Instead, the debugger console 
contains messages like "user program is running" and the breakpoint line 
number(s) and so on. The only action, I have performed since last night was 
Tools->options->misc-> run janitor!
Any insights will be great.
Thanks


Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Carl Mosca
A while back, I wrote a NetBeans installation script for MacOS here:
https://github.com/carljmosca/netbeans-macos-bundle

There have been a number of contributions and although the script is no
longer necessary (for the most part), you can also do this (or something
similar):

./install.sh --netbeans-uri
https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/16/artifact/dist/netbeans/netbeans-12.0-beta5-bin.zip
--netbeans-version 12.0-beta5

to install any given version.

HTH,
Carl

On Mon, May 25, 2020 at 7:05 PM Malcolm Fitzgerald <
malc...@notyourhomework.net> wrote:

> If you already have a copy of netbeans installed you can easily use the
> latest code without waiting for a MacOS bundle to be prepared.
>
>
>
>- Download 12.0 beta 5
>- Extract it
>- Duplicate your existing Netbeans and rename it.
>- Control click the new Netbeans copy and select "Show Package
>Contents"
>- Open the Resources folder
>- You will find  a Netbeans directory there. Note the capitalisation
>of that folder then delete it.
>- Copy the netbeans directory you extracted from the v12.0 beta 5 zip
>bundle into the Resources directory. You may need to rename it to Netbeans
>if the original was capitalised.
>- At this point you should be able to move back up the folder chain
>until you see your app and run it normally.
>- Optionally, you can open the netbeans folder, open the bin folder
>and toss away the two .exe files
>
>
> Malcolm
>
>
> On 25/05/20 11:05 pm, David Gradwell wrote:
>
> Mac installer to test ?
>
>
>
> Regards
>
>
>
> David
>
>
>
>
>
>
>
> *From: *Geertjan Wielenga  
> *Date: *Monday, 25 May 2020 at 11:49
> *To: *NetBeans Mailing List 
> 
> *Subject: *Apache NetBeans 12.0 Beta 5
>
>
>
> Hi all,
>
> The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker.
>
> Source and binaries are here:
>
>
> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
> ns/job/release120/16/artifact/dist/netbeans/
> 
>
> binaries sha512
>
> 49be4866cac811c3eb1d435f2c0ac422e31aa705529def17c1610a3820f7728f694d7b1e06e9
> 6d25b8688b1bce48b86a47b61411f8dc25d9bf594f5cbb1eda57
>
> source sha512
>
> dbb531db3a9dc1368ea96d5e026ba6431219e995c4ca7146fbf3a2b423eecd52bd1178882e40
> ec33417113e807c23272c2bc14a69746374efbaac6eb957f8412
>
> Installer (not certified, no sha512):
>
>
> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
> ns/job/release120/16/artifact/dist/installers/
> 
>
> What is included in Beta 5 that was not in Beta 4:
>
>
>
> https://github.com/apache/netbeans/pull/2146
>
> Do not forget the survey, please fill it in:
> https://forms.gle/k7JnPCSQh5MJUCzh8
>
>
>
> Hopefully we'll send out the voting thread to release 12.0 this week.
>
>
>
> Thanks,
>
>
>
> Gj
>
>

-- 
Carl J. Mosca


Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Malcolm Fitzgerald
If you already have a copy of netbeans installed you can easily use the 
latest code without waiting for a MacOS bundle to be prepared.



 * Download 12.0 beta 5
 * Extract it
 * Duplicate your existing Netbeans and rename it.
 * Control click the new Netbeans copy and select "Show Package Contents"
 * Open the Resources folder
 * You will find  a Netbeans directory there. Note the capitalisation
   of that folder then delete it.
 * Copy the netbeans directory you extracted from the v12.0 beta 5 zip
   bundle into the Resources directory. You may need to rename it to
   Netbeans if the original was capitalised.
 * At this point you should be able to move back up the folder chain
   until you see your app and run it normally.
 * Optionally, you can open the netbeans folder, open the bin folder
   and toss away the two .exe files


Malcolm


On 25/05/20 11:05 pm, David Gradwell wrote:


Mac installer to test ?

Regards

David

*From: *Geertjan Wielenga 
*Date: *Monday, 25 May 2020 at 11:49
*To: *NetBeans Mailing List 
*Subject: *Apache NetBeans 12.0 Beta 5

Hi all,

The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker.

Source and binaries are here:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/netbeans/ 



binaries sha512
49be4866cac811c3eb1d435f2c0ac422e31aa705529def17c1610a3820f7728f694d7b1e06e9
6d25b8688b1bce48b86a47b61411f8dc25d9bf594f5cbb1eda57

source sha512
dbb531db3a9dc1368ea96d5e026ba6431219e995c4ca7146fbf3a2b423eecd52bd1178882e40
ec33417113e807c23272c2bc14a69746374efbaac6eb957f8412

Installer (not certified, no sha512):

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/installers/ 



What is included in Beta 5 that was not in Beta 4:

https://github.com/apache/netbeans/pull/2146

Do not forget the survey, please fill it in: 
https://forms.gle/k7JnPCSQh5MJUCzh8


Hopefully we'll send out the voting thread to release 12.0 this week.

Thanks,

Gj



Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Neil C Smith
On Mon, 25 May 2020 at 12:37, Ty Young  wrote:
> BTW, Why do beta versions not remember old beta version profiles? For safety? 
> Every time I start a new beta version it imports 11.3.

Pretty much yes.  But if you really want to, choose no to import, then
use Tools / Options / Import button and you can bring in most settings
from another beta version.

> and what happens to these beta version profiles? They aren't temporary(same 
> beta version can remembers just fine) so I can only assume they are still 
> on-disk eating space.

Yes, but you should also get a Janitor notification about them?

Or under Tools / Options / Misc / Janitor you can manually run and it
will find all old user directories and give option to delete any you
want to.

Or you can delete them all manually from the userdir and cache locations.

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Installer

2020-05-25 Thread HRH
 Thank you

On Monday, May 25, 2020, 4:03:45 PM GMT+4:30, Geertjan Wielenga 
 wrote:  
 
 Indeed, we only have installers for our official releases, not for betas.
Gj
On Mon, May 25, 2020 at 1:32 PM Geertjan Wielenga  wrote:

https://netbeans.apache.org/download/nb113/nb113.html

Gj
On Mon, May 25, 2020 at 1:29 PM HRH  wrote:

GeertJan, you mentioned of a Netbeans installer. I rather use the installer to 
install and uninstall these incremental mini releases of NB. Google search for 
the Apache Netbeans installer points to this link:

You can install NetBeans IDE in different ways:
Via an installer: Apache NetBeans Releases


| 
| 
|  | 
Apache NetBeans Releases

Apache NetBeans

Apache NetBeans Releases Page
 |

 |

 |


The link, however, takes me to the download page for NB 11.3 instead. Would you 
please send me the ink to the installer.
Thanks





  

Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Ty Young

Downloaded! Will fill out survey once I use it for a bit.


BTW, Why do beta versions not remember old beta version profiles? For 
safety? Every time I start a new beta version it imports 11.3.



and what happens to these beta version profiles? They aren't 
temporary(same beta version can remembers just fine) so I can only 
assume they are still on-disk eating space.




On 5/25/20 5:49 AM, Geertjan Wielenga wrote:

Hi all,

The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker.

Source and binaries are here:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/netbeans/ 



binaries sha512
49be4866cac811c3eb1d435f2c0ac422e31aa705529def17c1610a3820f7728f694d7b1e06e9
6d25b8688b1bce48b86a47b61411f8dc25d9bf594f5cbb1eda57

source sha512
dbb531db3a9dc1368ea96d5e026ba6431219e995c4ca7146fbf3a2b423eecd52bd1178882e40
ec33417113e807c23272c2bc14a69746374efbaac6eb957f8412

Installer (not certified, no sha512):

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/installers/ 



What is included in Beta 5 that was not in Beta 4:

https://github.com/apache/netbeans/pull/2146

Do not forget the survey, please fill it in: 
https://forms.gle/k7JnPCSQh5MJUCzh8


Hopefully we'll send out the voting thread to release 12.0 this week.

Thanks,

Gj


Re: Installer

2020-05-25 Thread Geertjan Wielenga
Indeed, we only have installers for our official releases, not for betas.

Gj

On Mon, May 25, 2020 at 1:32 PM Geertjan Wielenga 
wrote:

> https://netbeans.apache.org/download/nb113/nb113.html
>
> Gj
>
> On Mon, May 25, 2020 at 1:29 PM HRH  wrote:
>
>> GeertJan, you mentioned of a Netbeans installer. I rather use the
>> installer to install and uninstall these incremental mini releases of NB.
>> Google search for the Apache Netbeans installer points to this link:
>>
>> You can install NetBeans IDE in different ways:
>> Via an installer: Apache NetBeans Releases
>> 
>>
>> Apache NetBeans Releases
>>
>> Apache NetBeans
>>
>> Apache NetBeans Releases Page
>> 
>>
>> The link, however, takes me to the download page for NB 11.3 instead.
>> Would you please send me the ink to the installer.
>>
>> Thanks
>>
>>
>>
>>


Re: Installer

2020-05-25 Thread Geertjan Wielenga
https://netbeans.apache.org/download/nb113/nb113.html

Gj

On Mon, May 25, 2020 at 1:29 PM HRH  wrote:

> GeertJan, you mentioned of a Netbeans installer. I rather use the
> installer to install and uninstall these incremental mini releases of NB.
> Google search for the Apache Netbeans installer points to this link:
>
> You can install NetBeans IDE in different ways:
> Via an installer: Apache NetBeans Releases
> 
>
> Apache NetBeans Releases
>
> Apache NetBeans
>
> Apache NetBeans Releases Page
> 
>
> The link, however, takes me to the download page for NB 11.3 instead.
> Would you please send me the ink to the installer.
>
> Thanks
>
>
>
>


Installer

2020-05-25 Thread HRH
GeertJan, you mentioned of a Netbeans installer. I rather use the installer to 
install and uninstall these incremental mini releases of NB. Google search for 
the Apache Netbeans installer points to this link:

You can install NetBeans IDE in different ways:
Via an installer: Apache NetBeans Releases


| 
| 
|  | 
Apache NetBeans Releases

Apache NetBeans

Apache NetBeans Releases Page
 |

 |

 |


The link, however, takes me to the download page for NB 11.3 instead. Would you 
please send me the ink to the installer.
Thanks





Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Geertjan Wielenga
No, that will be made once we have released.

Gj

On Mon, May 25, 2020 at 1:06 PM David Gradwell  wrote:

> Mac installer to test ?
>
>
>
> Regards
>
>
>
> David
>
>
>
>
>
>
>
> *From: *Geertjan Wielenga 
> *Date: *Monday, 25 May 2020 at 11:49
> *To: *NetBeans Mailing List 
> *Subject: *Apache NetBeans 12.0 Beta 5
>
>
>
> Hi all,
>
> The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker.
>
> Source and binaries are here:
>
>
> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
> ns/job/release120/16/artifact/dist/netbeans/
> 
>
> binaries sha512
>
> 49be4866cac811c3eb1d435f2c0ac422e31aa705529def17c1610a3820f7728f694d7b1e06e9
> 6d25b8688b1bce48b86a47b61411f8dc25d9bf594f5cbb1eda57
>
> source sha512
>
> dbb531db3a9dc1368ea96d5e026ba6431219e995c4ca7146fbf3a2b423eecd52bd1178882e40
> ec33417113e807c23272c2bc14a69746374efbaac6eb957f8412
>
> Installer (not certified, no sha512):
>
>
> https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
> ns/job/release120/16/artifact/dist/installers/
> 
>
> What is included in Beta 5 that was not in Beta 4:
>
>
>
> https://github.com/apache/netbeans/pull/2146
>
> Do not forget the survey, please fill it in:
> https://forms.gle/k7JnPCSQh5MJUCzh8
>
>
>
> Hopefully we'll send out the voting thread to release 12.0 this week.
>
>
>
> Thanks,
>
>
>
> Gj
>


Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread David Gradwell
Mac installer to test ?

Regards

David



From: Geertjan Wielenga 
Date: Monday, 25 May 2020 at 11:49
To: NetBeans Mailing List 
Subject: Apache NetBeans 12.0 Beta 5

Hi all,

The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker.

Source and binaries are here:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/netbeans/

binaries sha512
49be4866cac811c3eb1d435f2c0ac422e31aa705529def17c1610a3820f7728f694d7b1e06e9
6d25b8688b1bce48b86a47b61411f8dc25d9bf594f5cbb1eda57

source sha512
dbb531db3a9dc1368ea96d5e026ba6431219e995c4ca7146fbf3a2b423eecd52bd1178882e40
ec33417113e807c23272c2bc14a69746374efbaac6eb957f8412

Installer (not certified, no sha512):

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/installers/

What is included in Beta 5 that was not in Beta 4:

https://github.com/apache/netbeans/pull/2146

Do not forget the survey, please fill it in: https://forms.gle/k7JnPCSQh5MJUCzh8

Hopefully we'll send out the voting thread to release 12.0 this week.

Thanks,

Gj


Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Geertjan Wielenga
Hi all,

The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker.

Source and binaries are here:

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/netbeans/

binaries sha512
49be4866cac811c3eb1d435f2c0ac422e31aa705529def17c1610a3820f7728f694d7b1e06e9
6d25b8688b1bce48b86a47b61411f8dc25d9bf594f5cbb1eda57

source sha512
dbb531db3a9dc1368ea96d5e026ba6431219e995c4ca7146fbf3a2b423eecd52bd1178882e40
ec33417113e807c23272c2bc14a69746374efbaac6eb957f8412

Installer (not certified, no sha512):

https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea
ns/job/release120/16/artifact/dist/installers/

What is included in Beta 5 that was not in Beta 4:

https://github.com/apache/netbeans/pull/2146

Do not forget the survey, please fill it in:
https://forms.gle/k7JnPCSQh5MJUCzh8

Hopefully we'll send out the voting thread to release 12.0 this week.

Thanks,

Gj