Re: Maven indexing

2023-03-11 Thread Glenn Holmer
On 3/11/23 14:43, Michael Bien wrote:
> We could however, potentially tell maven-indexer to use a sub folder of
> tmp and clean that folder on IOException - just to be sure - as second
> fallback.
>
> i'll take a look,

Thanks!

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



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

2023-03-11 Thread Glenn Holmer
On 3/9/23 23:52, Michael Bien wrote:
> Hi Glenn,
>
> the index is downloaded to tmp in compressed form and then imported into
> a lucene index which should be in the netbeans cache folder (about 1.9GB).
>
> The cache location can be changed via the regular
> netbeans_default_cachedir property (netbeans.conf or CLI flag).
>
> All temp files should be automatically cleaned up but it is possible
> that something remains in tmp if NB is closed during a late stage of the
> extraction process - but thats why its in tmp :)

Nope. NetBeans crashes, leaving a 1.6G gzip and a 5.5G directory
containing the partially-extracted data, both in /tmp. Doesn't go away
until the OS decides to do something about it.

> i have some pending PRs in that area, although some are blocked by the
> JDK 8 requirement of NB which is a bit sad

Another thing blocked by JDK8?

> but it is what it is.

My boss used to say that. My stock reply was "No, George. It is what we
make it."

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



-
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



Maven indexing

2023-03-09 Thread Glenn Holmer
I keep a relatively small OS partition (typically around 24G) and put
everything else on other partitions. Unfortunately, this means that when
NetBeans decides to download the entire Maven index, I lose about 5-6G,
often exhausting the free space on my OS partition. And of course if it
fails, it will try again...

Is there a way to tell NetBeans where to do the indexing? The files in
/tmp are the guilty ones, and are often left behind after failed indexing.

What about Emilian's Maven Remote Search plugin? Could something like
that help? (Looks like it currently doesn't work because it uses unpack200).

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
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: creating faces-config.xml

2022-10-02 Thread Glenn Holmer
On 10/2/22 15:22, Josh Juneau wrote:
> Using Jakarta EE 8 or Jakarta EE 9/9.1 should provide a current
> faces-config…at least when producing a new project.  We will have to
> look into the generation of the faces-config for older projects.

I was updating an existing app to Jakarta 9.1. Didn't know what was
supposed to be in faces-config so I did New -> JSF Faces Configuration
from the project's context menu. Previous faces-config was for JSF 2.3.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



-
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



creating faces-config.xml

2022-10-02 Thread Glenn Holmer
I created a new faces-config.xml from the NetBeans context menu for my
web app, but it contained this:

http://java.sun.com/dtd/web-facesconfig_1_1.dtd";>

Is this something that's just gotten overlooked over the years?

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
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: registering latest Payara

2022-10-02 Thread Glenn Holmer
On 10/2/22 00:23, Josh Juneau wrote:
> Yes, Michael is correct that there are PRs coming for Jakarta EE 10 and
> Payara 6 in NetBeans 16.  You should be able to run Payara 5, GlassFish
> 6 along with Jakarta EE 9.1 in NetBeans 15.

Thanks for the answers. Latest bleeding edge not supported, fair enough!
I'll update it to Payara 5/Jakarta 9.1 instead.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



-
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



netbeans.info

2022-10-01 Thread Glenn Holmer
What the heck is this?

https://netbeans.info/

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
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



registering latest Payara

2022-10-01 Thread Glenn Holmer
I haven't done much EE programming since I retired, but want to update
an app I wrote to the latest Jakara EE.

Is that supported in NetBeans 15? Because I had trouble registering the
server in NetBeans. It's installed (payara-6.2022.1.Alpha4.zip), and I
can get the pages on 8080 and 4848, but here's what happens when I try
to register Payara:

0) I select a location (/opt/payara6)
1) I get "Detected a 6.2022.1 install. Click Next to register remote or
custom local domains." ("Local Domain" is selected, "Download Now..." is
greyed out)
2) I click Next, but nothing happens except that the "Click Next"
message disappears. "Finish" is greyed out.

What am I doing wrong? I'm running on openjdk 17.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
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: setting default Java platform

2022-06-03 Thread Glenn Holmer
On 6/3/22 09:12, Michael Bien wrote:
> the default platform is the JDK NB is running on. If you don't define
> any platform that is what NB is going to use.
>
> I suppose NB could allow setting a different platform as default, but it
> can't do that atm, since default means "runtime".
>
> changing it right now would require to set it in netbeans.conf and restart
> https://github.com/apache/netbeans#log-config-and-cache-locations

Nope, doesn't work. In netbeans.conf, the installer left
netbeans_jdkhome unset, so I set it to "/opt/jdk-17.0.2". The About box
shows that it is indeed running on 17.0.2, but the dialog still looks
the same as in the previous screenshot. It looks to me like one of those
things where it's working properly but isn't displayed right.

The one listed as default, btw, is the one that Debian installed. I
don't remove it because it would break too many dependencies, but
instead use a symlink "/opt/java" pointing to jdk-17.0.2 or whatever
version I want to use (with the $PATH pointing to /opt/java before the
Debian one). Just for fun, I ran "bin/java -version" from the
"default's" directory and did get the correct response (i.e. "The
specified folder does not contain a Java platform" is incorrect).

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


-
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



setting default Java platform

2022-06-03 Thread Glenn Holmer
Why can't I remove the default Java platform? How do I set 17.0.2 as the
default? See attached screenshot.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
-
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: [java] "Initializing view, please wait" for Main class

2021-07-10 Thread Glenn Holmer

On 7/10/21 9:41 AM, Jeremy Connin wrote:
I cannot get Netbeans 12.0 to find my Main Class in order to run any of 
the files I've created for my class.



What can I do to get this working?


Show us the code?

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: JavaScript Framework's

2021-06-27 Thread Glenn Holmer

On 6/26/21 10:13 PM, Brain Rebooting wrote:
With due respect, I can't understand why netbeans doesn't support a 
single latest JavaScript framework.



--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

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

sort order in Projects and Files windows

2021-04-08 Thread Glenn Holmer

My Projects and Files windows don't sort the same. Where can I change this?

https://www.lyonlabs.org/temp/projects-files.png

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

NetBeans sighting

2021-04-08 Thread Glenn Holmer

https://www.fossmint.com/best-java-tools-for-developers/

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: master password

2021-03-26 Thread Glenn Holmer

On 3/25/21 5:11 AM, Boris Heithecker wrote:

I don't have KWallet installed via package manager, too. But still
"qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled"
returns "true", and this is the native command NetBeans uses to
determine if KWallet is present.


As you can see in the log file I posted:

https://www.lyonlabs.org/temp/master-password-log.txt

that command fails because it doesn't even find qdbus. I still say this 
has nothing to do with KDE. It's the GNOME part that should succeed, but 
fails.


It looks like it's then going on to try the GNOME keyring:

java.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring':
libgnome-keyring.so: cannot open shared object file: No such file or 
directory


On my machine with MATE installed, the only .so I see for gnome-keyring is:

root@greyhand:~ # find / -xdev -name "*gnome-keyring*so"
/usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so

In GnomeProvider.java, we see a check for "netbeans.keyring.no.native" 
(which Neil suggested), which would return immediately. Later there's a 
call to LIBRARY.gnome_keyring_is_available(), which seems to refer to 
GnomeKeyringLibrary.java (I'm not quite sure how LIBRARY gets set...).


GnomeKeyringLibrary (and here I'm out of my depth because of the native 
calls) has an inner class LibFinder, with a check for a filename from 
Ubuntu Oneiric (which was released in 2011). Is it possible it should be 
looking for the .so I found above if the user is running MATE?


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: master password

2021-03-24 Thread Glenn Holmer

On 3/24/21 1:51 PM, Boris Heithecker wrote:

Run

qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled

If it returns true, NetBeans will deem your wallet enabled.


root@greyhand:~ # which qdbus
root@greyhand:~ # dpkg -l | grep -i wallet
root@greyhand:~ #

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: master password

2021-03-24 Thread Glenn Holmer

On 3/23/21 4:00 PM, Eric Bresie wrote:
Sounded like somethings were reinstalled ..but did some of it not get 
reinstalled fully or is missing?



FINE [org.netbeans.modules.keyring.gnome.GnomeProvider]
java.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring':
libgnome-keyring.so: cannot open shared object file: No such file or directory
libgnome-keyring.so: cannot open shared object file: No such file or directory
Native library (linux-x86-64/libgnome-keyring.so) not found in resource path 
(/mnt/common/netbeans-12.3/netbeans/platform/lib/boot.jar:/mnt/common/netbeans-12.3/netbeans/platform/lib/org-openide-modules.jar:/mnt/common/netbeans-12.3/netbeans/platform/lib/org-openide-util.jar:/mnt/common/netbeans-12.3/netbeans/platform/lib/org-openide-util-lookup.jar:/mnt/common/netbeans-12.3/netbeans/platform/lib/org-openide-util-ui.jar)


cenbe@greyhand:~ > dpkg -l | grep gnome-keyring
ii  gnome-keyring 3.36.0-1 
  amd64GNOME keyring services (daemon and tools)
ii  gnome-keyring-pkcs11:amd643.36.0-1 
  amd64GNOME keyring module for the PKCS#11 module loading library
ii  libpam-gnome-keyring:amd643.36.0-1 
  amd64PAM module to unlock the GNOME keyring upon login


cenbe@greyhand:~ > dpkg -L gnome-keyring
...
/usr/lib/x86_64-linux-gnu/gnome-keyring/devel/gkm-gnome2-store-standalone.so
/usr/lib/x86_64-linux-gnu/gnome-keyring/devel/gkm-secret-store-standalone.so
/usr/lib/x86_64-linux-gnu/gnome-keyring/devel/gkm-ssh-store-standalone.so
/usr/lib/x86_64-linux-gnu/gnome-keyring/devel/gkm-xdg-store-standalone.so
...

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: master password

2021-03-22 Thread Glenn Holmer

On 3/22/21 12:45 PM, Neil C Smith wrote:

On Mon, 22 Mar 2021 at 17:05, Boris Heithecker  wrote:

Unfortunately, no one (including myself) has yet found time to
implement a simple switch, or system property to switch off either
implementation on Linux.


There is -J-Dnetbeans.keyring.no.native=true ?  Still at least shows
the non-native one though?  UI to disable entirely would be on my own
papercuts list.


Added that to netbeans.conf, restarted, did a git fetch, and got the 
master password dialog :)  Checked the log file and saw this:


WARNING 
[org.netbeans.modules.keyring.fallback.MasterPasswordEncryption]: 
Falling back to master password encryption; add
-J-Dorg.netbeans.modules.keyring.level=0 to netbeans.conf to see why 
native keyrings could not be loaded


Added that, got the dialog again, and saw this in the log:

https://www.lyonlabs.org/temp/master-password-log.txt

So it looks like there's something to the idea that he's looking for 
some KDE stuff and can't find it (see my other message: no kwallet 
installed, running a fresh install of Debian Buster w/MATE).


I remember that this used to get a lot of complaints years ago, but it's 
been quite a while since I last saw that dialog.


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: master password

2021-03-22 Thread Glenn Holmer

On 3/22/21 12:04 PM, Boris Heithecker wrote:

This is because you use both Gnome and some modules of KDE on your
Linux machine (including the KDT wallet), and it's caused by the
Keyring API Implementations. The Keyring API is a (very nice) secure
vault in NetBeans for storing passwords on OS-level, and because of
the latter there are four implementations of it for Windows, Mac,
Gnome, and KDT. On Linux, KDE is checked first.


No kwallet packages are installed. I should note that when I switched 
from KDE to MATE, I did a full re-install of Debian.



On Mon, 22 Mar 2021 at 17:03, Glenn Holmer  wrote:


I recently switched from KDE to MATE (on Linux) and now I'm frequently
seeing the "enter master password" dialog. Mr Google has offered various
exotic manual methods to make it go away, but is there a way from within
NetBeans?


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



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

2021-03-22 Thread Glenn Holmer

On 3/22/21 11:45 AM, Oliver Rettig wrote:
If I remember correct the password requests can come from 
proxy-configuration.


No proxy set up on this machine; went to Options and changed from "Use 
System Proxy Settings" to "No Proxy", restarted NetBeans, did a git 
fetch, and got the master password dialog.


I do have gpg-agent running (Linux); could it be related to that?


 > I recently switched from KDE to MATE (on Linux) and now I'm frequently
 > seeing the "enter master password" dialog. Mr Google has offered various
 > exotic manual methods to make it go away, but is there a way from within
 > NetBeans?



--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

master password

2021-03-22 Thread Glenn Holmer
I recently switched from KDE to MATE (on Linux) and now I'm frequently 
seeing the "enter master password" dialog. Mr Google has offered various 
exotic manual methods to make it go away, but is there a way from within 
NetBeans?


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Javadoc generation from within NetBeans

2021-02-22 Thread Glenn Holmer

On 2/21/21 9:24 PM, Bradley Willcott wrote:

I am using NB 12.1 on Linux.

When I right right-click on a project, then "Properties" -> "Actions" : 
"Generate Javadoc", I get this under 'Execute Goals:' "compiler:compile 
javadoc:javadoc".


In a new project (using 12.3-beta3), I get "generate-sources 
javadoc:javadoc". Same if I install fresh with a clean userdir.


I have no problems using the Generate Javadoc menu option on the project 
right-click menu.


With a modular project and source set to >= 9?


 org.apache.maven.plugins
 maven-javadoc-plugin
 3.2.0
 
   11
   false
   org.apache.logging.*
 



Oh, by the way, this is the default setting :)


Not what I'm seeing (unless it's changed since 12.1).

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."






<>
-
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: Javadoc generation from within NetBeans

2021-02-20 Thread Glenn Holmer

On 2/20/21 6:05 PM, Chris Marusich wrote:

Glenn Holmer  writes:

Is anybody else having trouble getting NetBeans to generate Javadoc?
I've got a modular project (source level 11) that builds and runs
successfully (other programs can call into it by declaring the
module), but when I click "Generate Javadoc" from the project menu, I
get

"Exit code: 1 - error: module not found: org.lyonlabs.d64"



NOTE: when working with the Java Platform Modular System, be aware that
the javadoc tool requires the compiled code, hence try to run mvn
compile javadoc:javadoc before filing an issue."

I.e., try running this explicitly: mvn compile javadoc:javadoc

Seems like NetBeans ought to do this for you when you ask it to build
Javadocs, but for some reason it doesn't.


Thanx, that works. I set it up so I could just right-click the project 
and select "Run Maven --> Javadoc". Another mystery solved; this goes on 
my NetBeans cheat sheet!


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

Javadoc generation from within NetBeans

2021-02-20 Thread Glenn Holmer
Is anybody else having trouble getting NetBeans to generate Javadoc? 
I've got a modular project (source level 11) that builds and runs 
successfully (other programs can call into it by declaring the module), 
but when I click "Generate Javadoc" from the project menu, I get


"Exit code: 1 - error: module not found: org.lyonlabs.d64"

That's the module name of the project itself. I made sure to be using 
the latest maven-javadoc-plugin (3.2.0), with source set to 11. I get 
the same result with "mvn javadoc:javadoc" from the command line. If I 
change the POM for maven-javadoc-plugin to 8, I get 
beautiful and complete Javadoc, although of course without any module 
information.


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


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

2021-02-19 Thread Glenn Holmer

On 2/19/21 8:56 AM, Neil C Smith wrote:

On Fri, 19 Feb 2021 at 14:37, Glenn Holmer  wrote:

On 2/19/21 12:08 AM, Tomáš Procházka wrote:

@Glenn Maybe it is related to Look and Feel you are using. I don't have
any problems with mine using FlatLaf Dark.


Metal L&F on NetBeans 12.2 (and 12.3 betas), AdoptOpenJDK 11.0.10.
Debian "Bullseye" with KDE Plasma.


Confirmed issue with Metal and the separators -
https://github.com/apache/netbeans/blob/master/ide/git/src/org/netbeans/modules/git/git-layer.xml#L75

Workaround is to right-click and customize the toolbar, then drag the
separators off (until wastebin icon appears).


Thanx, I would never have found that in a million years.


Other workaround is of course FlatLaf! :-)


Ugh! :P  Metal rulez OK!

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."




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

2021-02-19 Thread Glenn Holmer

On 2/19/21 12:08 AM, Tomáš Procházka wrote:
@Glenn Maybe it is related to Look and Feel you are using. I don't have 
any problems with mine using FlatLaf Dark.


Metal L&F on NetBeans 12.2 (and 12.3 betas), AdoptOpenJDK 11.0.10.
Debian "Bullseye" with KDE Plasma.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

git toolbar

2021-02-18 Thread Glenn Holmer
I love the git support in NetBeans, but in the toolbar, what are the two 
blue lines on either side of "Create Branch" and "Switch To Branch"

supposed to be? Separators? (see screenshot)

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



<>
-
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: Watch "Robots will displace over 800 million jobs - report" on YouTube

2021-02-06 Thread Glenn Holmer

On 2/6/21 1:38 AM, Brain Rebooting wrote:

https://youtu.be/g51UpOlXfTY <https://youtu.be/g51UpOlXfTY>

Recently I read a book entitled "Software Engineering by Sommerville". I 
faced a question, is it ethical for Software engineers to work with 
technology, that automated everything?


What does this have to do with NetBeans?


Samiul Alom Sium
Associate of Science in Computer Dcience,
University of the people, USA


Could you please explain what it is "Computer Dcience"?

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Netbeans Bug (With Bug Bounty)

2021-01-21 Thread Glenn Holmer

On 1/21/21 12:37 AM, August Nagro wrote:

I am new to Netbeans and am enjoying it so far. I have
encountered 5 bugs. I've documented them here:

https://github.com/AugustNagro/netbeans-bugs/tree/master/public_html


Better to file them as issues directly in the Apache NetBeans JIRA (you 
need to create a login):


https://issues.apache.org/jira/projects/NETBEANS/issues

You can then lobby for them here by referencing the issue URLs.

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: JDK 15 Javadoc wrong location

2021-01-20 Thread Glenn Holmer

On 1/19/21 1:05 PM, Ernie Rael wrote:

Seems very important.

    https://issues.apache.org/jira/projects/NETBEANS/issues

Would be appreciated.


This has been bothering me as well. I didn't find an issue for it, so:

https://issues.apache.org/jira/browse/NETBEANS-5271


On 1/19/2021 10:23 AM, Dragan Bjedov wrote:

Hello all,

I have a problem with Javadoc for Java default packages.
For example for java.util.Optional, NetBeans is searching it on
https://docs.oracle.com/en/java/javase/15/docs/api/java/util/Optional.html 
<https://docs.oracle.com/en/java/javase/15/docs/api/java/util/Optional.html> 


instead of
https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/util/Optional.html 
<https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/util/Optional.html> 



--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."




<>
-
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: Community Slack channel?

2021-01-13 Thread Glenn Holmer

On 1/13/21 12:08 PM, Will Hartung wrote:

On the How to Participate
wiki page, there's a link for a Slack channel.

The invite has expired.

Does it get much traffic? Is it worth refreshing and joining this? Or 
are the mailing lists pretty much the sole forum for conversation?


As Geertjan said, your best bet is the mailing lists. If you want to go 
old school, there's an IRC channel on Freenode (#netbeans).


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

...

2020-10-15 Thread Glenn Holmer
With JDK 11, if I ctrl-space to get Javadoc hints, then click the icon 
to view the Javadoc in a browser:


https://www.lyonlabs.org/temp/nb-1.png

it goes to the wrong URL. This next screenshot shows where NetBeans sent 
me in the bottom window, and where I should have ended up in the top 
window. As you can see, it has to do with module paths.


https://www.lyonlabs.org/temp/nb-2.png

Do I have something set up wrong? Does anybody else have this problem?

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."


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

...

2020-10-11 Thread Glenn Holmer

On 10/11/20 9:43 AM, C N Davies wrote:
I'm using Netbeans 12 and I have several projects, I can't seem to find 
a way to set the repository for each individual project.  So project1 
uses repo1 and project2 uses repo2 etc. Each then would push to their 
respective remote github repo. I know it can be done because it seems I 
have done this before, but I can't find the solution.


I'm not sure there's a NetBeans GUI for adding/removing remotes (I 
usually do that by hand). Can anybody correct me? I was expecting to 
find it in the Repository Browser.


Anyway, by hand it goes something like this (from the project directory 
containing .git/):


git remote add  

where  is something like "origin" or "upstream" or whatever else 
you want to call it, and  is the HTTP or SSH reference to the 
remote, e.g. "g...@gitlab.com:user/project.git". Easiest to copy and 
paste the URL from GitLab, GitHub, or wherever.


https://git-scm.com/docs/git-remote

--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."




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

2020-09-29 Thread Glenn Holmer

On 9/29/20 9:09 AM, Scott Palmer wrote:
I’m simply saying that it would be useful to acknowledge the existence 
of new releases in a “check for updates” feature.  The point being that 
just because you are currently on 12.0 doesn’t imply that you have 
selected to stick to only LTS releases.. 12.0 is just one release on the 
way to 12.1 if you aren’t sticking to LTS.


Maybe this would be nice on the "Start Page" that appears when you 
launch NetBeans. Right now, "Learn and Discover" has a "What's New" link 
that opens the download page on the web site, where we see that 12.1 is 
available. But the "What's New" tab does not show 12.1 in its News.


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

no main classes found

2020-07-03 Thread Glenn Holmer
I have a Swing program I just modularized (source level 11). Runs from
NetBeans, runs from command line, can run for debugging from the command
line and attach the NetBeans debugger, but when I try to debug from
within NetBeans, I get "no main classes found". I do have a class with a
public static void main(String args[]) method.

How can I find and fix this problem? Using NetBeans 12.0 under Linux.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

hex dump

2020-06-27 Thread Glenn Holmer
Does anybody else think it would be useful to have the option of viewing
variables as a traditional hex dump in the NetBeans debugger? I'm
thinking, for example, of a byte array. You can right-click a variable
and select "Display as/Hexadecimal", but you don't get a dump (with hex
characters on the left and readable characters on the right).

Is there anything in the Platform that would make this easy to do?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Netbeans

2020-06-10 Thread Glenn Holmer
On 6/10/20 7:58 AM, Don wrote:
> I have always felt that, in writing source code, it is more important to
> spell consistently than to spell correctly. 

"I don't play accurately -- anyone can play accurately -- but I play
with wonderful expression."

--Algernon Moncrieff, The Importance of Being Earnest, Act I

> On 6/10/20 4:03 AM, HRH wrote:
>> It would be great to develop spellcheck functionality into the source
>> window. Often, when composing Javadocs or comments, a word is flagged
>> due to misspelling and the IDE doesn't offer auto-correct or the
>> correct spelling.
>>
>> Thanks


-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Netbeans and malware article

2020-05-30 Thread Glenn Holmer
On 5/30/20 8:11 AM, Geertjan Wielenga wrote:
> OK, I’ll put together a blog we can refer to that will say this —
> “research has been done on GitHub that identified 26 small Ant-based
> Java projects, mostly games, some of them by the same person, none of
> the projects appeared to be enterprise/professional, that had been
> infiltrated by malware. The projects have been set to private on GitHub
> and the project owners have been approached about this. The malware
> campaign has had very low impact and is considered by GitHub to be over.”
> 
> Most of the above is not in the research article, but comes from me
> asking repeated questions on Twitter to the guy behind tbe report.

Much ado about nothing, then. It does seem odd that this was published
just before the release of 12.0...

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Netbeans failed to quit followed by all Java files marked as "Error parsing files"

2020-05-22 Thread Glenn Holmer
On 5/22/20 8:47 AM, David Gradwell wrote:
> NetBeans 12.0 beta 12

Wait, which beta? There have been four so far.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: When will 12.0 be released?

2020-05-18 Thread Glenn Holmer
On 5/18/20 6:14 AM, HRH wrote:
> I wish Apache would consider replacing the mailing list with a web-based
> forum. The mailing list is an anachronism. 

-65535

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Statement of disappointment

2020-03-10 Thread Glenn Holmer
On 3/10/20 7:47 AM, Judi Rastall wrote:
> I have been doing some digging around and the first line where an image
> is called is the line identified as giving the error. However, this is
> part of the code generated by Netbeans when I created the panel using
> the design feature in Netbeans. In other words, I cannot alter it!
> Netbeans knows best!

What NetBeans is trying to say is not to edit that code directly (which
he wisely won't allow you to do in any case). But if you click on your
panel in design view and look over to the right at the panel properties,
there are three buttons: "Properties", "Events", and "Code". Click the
"Code" button and you will see a number of options for customizing the
code that NetBeans generates.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

generated code

2020-02-26 Thread Glenn Holmer
There was an interesting question in #netbeans IRC on Freenode:

"Is there a template for the (Java) generated hashcode, equals, and
toString methods that I can edit so that it conforms to my required style?"

Does anybody know the answer?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: FXML file context menu

2020-01-22 Thread Glenn Holmer
On 1/22/20 9:32 AM, Glenn Holmer wrote:
> What is the "Open Advanced..." context menu item for a JavaFX FXML file
> supposed to do? As far as I can tell, it doesn't do anything.

Interesting, JavaFX was not yet "activated" when that menu item appeared
(new install of 11.3 beta 1). Once activated, I have "Open" (which opens
SceneBuilder), and "Edit" (which opens the FXML in the NetBeans editor).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

FXML file context menu

2020-01-22 Thread Glenn Holmer
What is the "Open Advanced..." context menu item for a JavaFX FXML file
supposed to do? As far as I can tell, it doesn't do anything.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

JavaFX Javadoc

2020-01-21 Thread Glenn Holmer
I've downloaded Javadoc for the FX dependencies in my project ("Download
Javadoc" from the context menu), but ctrl-space completion doesn't show
it. If you look at this screenshot, you can see that he's looking for it
in the platform-specific jar (javafx-fxml-13-linux.jar). If I select
"View Javadoc" from the context menu on javafx-fxml-13.jar, it does come
up in a browser.

Is there a way to make the Javadoc appear as expected?

screenshot: https://www.lyonlabs.org/temp/javafx-javadoc.png

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-16 Thread Glenn Holmer
On 1/16/20 12:16 PM, Emilian Bold wrote:
> I seem to remember profiling is/was entirely broken on Win 64. Not
> sure which OS you are using.

Linux (Debian Buster).

> On Thu, Jan 16, 2020 at 6:01 PM Glenn Holmer  
> wrote:
>>
>> On 1/1/20 2:51 PM, Geertjan Wielenga wrote:
>>> https://m.youtube.com/watch?v=8xaRwqcKPSI
>>
>> I got an FX project running using that tip. I also got debugging working
>> using the solution suggested here:
>>
>> https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javafx-12
>>
>> For me, two questions remain:
>>
>> 1) Does anybody know how to get profiling to work?
>> 2) Will FX projects work out-of-box in the next release?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Newbie to Maven problem -- JavaFX runtime components missing

2020-01-16 Thread Glenn Holmer
On 1/1/20 2:51 PM, Geertjan Wielenga wrote:
> https://m.youtube.com/watch?v=8xaRwqcKPSI

I got an FX project running using that tip. I also got debugging working
using the solution suggested here:

https://stackoverflow.com/questions/56197372/i-cant-debug-an-application-using-netbeans-11-with-javafx-12

For me, two questions remain:

1) Does anybody know how to get profiling to work?
2) Will FX projects work out-of-box in the next release?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: ISO-8859-1

2019-10-31 Thread Glenn Holmer
On 10/30/19 1:25 AM, Juan Algaba wrote:
>> You can use the default option in the netbeans.conf
>>
>> -J-Dfile.encoding=UTF8 // change encoding

Thanks to everyone for all the suggestions. As it happens, upstream
edited all the German comments in the code to transliterate them (e.g. ö
--> oe), so there's no more need for a hack and I can continue to enjoy
NetBeans' superb git support while working on an obscure piece of 6502
code :)

For those who just have to know:
https://www.lyonlabs.org/commodore/onrequest/geckos-analysis.html

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: ISO-8859-1

2019-10-28 Thread Glenn Holmer
On 10/28/19 1:33 PM, Jack Woehr wrote:
> Try jEdit

I am :) We used to use it at work, back in prehistoric times before we
were using NetBeans. Unfortunately, its git plugin leaves something to
be desired.

> On Mon, Oct 28, 2019 at 12:23 PM Glenn Holmer
>  wrote:
> 
> Except that this isn't a project, I'm editing some 6502 assembly files
> from the Favorites tab. I'm thinking NetBeans may not be the right tool
> for the job, but I love its git support so much!

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: ISO-8859-1

2019-10-28 Thread Glenn Holmer
On 10/28/19 12:17 PM, Gregor Kovač wrote:
> If you right-click a project and then Properties, you have Sources tab
> where you can change the encoding.

Except that this isn't a project, I'm editing some 6502 assembly files
from the Favorites tab. I'm thinking NetBeans may not be the right tool
for the job, but I love its git support so much!

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

ISO-8859-1

2019-10-28 Thread Glenn Holmer
My question is a bit obscure... I'm working with an old 6502 operating
system whose source is encoded in ISO-8859-1. Naturally, I opened the
top-level directory from the NetBeans Favorites pane (i.e. not in a
project) and got right to work.

However, NetBeans wants to open the file as UTF-8. Many of the comments
are in German, and if I ignore the warning message and make changes,
every line with a German character (e.g. ö) gets converted, and git
flags changes for those lines.

Long story short: is there a way to tell NetBeans (using the Favorites
pane) to open all the files in a specified directory and below using
e.g. ISO-8859-1?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: The last straw

2019-09-28 Thread Glenn Holmer
On 9/28/19 10:21 AM, Neil C Smith wrote:
> On Sat, 28 Sep 2019 at 16:05, Alan Cameron
>  wrote:
>> A radical rethink is long overdue.
> 
> Apache *is* the radical rethink!

+1

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Printing from IDE 11.0

2019-09-07 Thread Glenn Holmer

On 9/7/19 4:05 PM, philip.burn...@sky.com wrote:

Open a project, select a file to edit.
Once the file is open select 'File' from the main menu, then Print from 
the drop down menu.
The print dialog box opens, but all sections are greyed out (except the 
print options and page setup).



*Product Version:* Apache NetBeans IDE 11.1

*Java:* 12.0.2; Java HotSpot(TM) 64-Bit Server VM 12.0.2+10

*Runtime:* Java(TM) SE Runtime Environment 12.0.2+10

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb)

*User directory:* C:\Users\Philip\AppData\Roaming\NetBeans\11.1

*Cache directory:* C:\Users\Philip\AppData\Local\NetBeans\Cache\11.1


Don't know if this applies to your environment, but years ago under 
Linux, I remember having to make sure the printer was set as the default 
(in OS settings) even if there was only one.


--
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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

git remote push using SSH

2019-09-03 Thread Glenn Holmer
Trying to do a "Git / Remote / Push to Upstream" in NetBeans 11.1, but
can't get it to work. My remote is on GitLab:

[remote "origin"]
url = g...@gitlab.com:Cenbe/geckos.git
fetch = +refs/heads/*:refs/remotes/origin/*

In NetBeans, using user "git" and the correct location of my SSH key
(see screenshot), the dialog just disappears and redisplays when I hit
OK. I tried username "cenbe" in the NetBeans dialog with the same results.

I know the key is set up properly on GitLab because I can push from the
command line ("cenbe" is also the branch name):

cenbe@greyhand:/mnt/common/src/geckos > git push origin cenbe
Enter passphrase for key '/home/cenbe/.ssh/id_rsa':
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 8 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 506 bytes | 506.00 KiB/s, done.
Total 6 (delta 5), reused 0 (delta 0)
remote:
remote: To create a merge request for cenbe, visit:
remote:
https://gitlab.com/Cenbe/geckos/merge_requests/new?merge_request%5Bsource_branch%5D=cenbe
remote:
To gitlab.com:Cenbe/geckos.git
   47c30fa..8be0c01  cenbe -> cenbe
cenbe@greyhand:/mnt/common/src/geckos >

What might I be doing wrong? I'm running Debian "Buster" with git
version 2.20.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."



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

2019-08-01 Thread Glenn Holmer
On 8/1/19 7:43 AM, Colin Wyke wrote:
> Please *unsubscribe* me from email list.

https://netbeans.apache.org/community/mailing-lists.html#users

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: Swing in Netbeans

2019-06-26 Thread Glenn Holmer
On 6/26/19 9:59 AM, Peter Toye wrote:
> Having recently decided to modify an ancient Java program I installed NB
> version 11, but there doesn't seem to be any support for Swing projects
> in it. Do I have to convert to JavaFX (which I'd first have to learn)?
> Or is it easier just to continue with Netbeans version 8?

Swing's supported, I've been working on a Swing project with NB 11.
Maybe the ancients were using a technology besides Swing that's no
longer supported or needs to be set up differently. Are you getting any
interesting error messages?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."
<>
-
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: SQL editor "Keep Prior Tabs"

2019-05-27 Thread Glenn Holmer
On 5/27/19 11:59 AM, Mark Wilmoth wrote:
> https://netbeans.org/kb/docs/ide/oracle-db.html
> 
> 2. Keep Prior Tabs. Click the Keep Prior Tabs  icon on the SQL Editor toolbar 
> to keep the windows with the results of previous queries open. This can be 
> helpful if you want to compare the results of several queries.
> 
> It's not working though. :)

Yeah, someone mentioned that in IRC. I thought I just didn't know what
it was supposed to do.

> On Monday, May 27, 2019, 9:44:17 AM CDT, Glenn Holmer 
>  wrote: 
> 
> What is this feature meant to do? It's an icon in the toolbar, fifth
> from the left.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



SQL editor "Keep Prior Tabs"

2019-05-27 Thread Glenn Holmer
What is this feature meant to do? It's an icon in the toolbar, fifth
from the left.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Questions related to the use of Netbeans

2019-04-17 Thread Glenn Holmer
On 4/17/19 10:57 AM, Geertjan Wielenga wrote:
> Can a few more people respond to this thread, please
> On Tue, Apr 16, 2019 at 7:31 AM Ko Turk  <mailto:ko.t...@hotmail.com>> wrote:
> 
> Hi Netbeans Users,
> 
> currently I am researching the strengths and weaknesses of
> different IDEs. I think Netbeans is awesome in the integration
> with Maven. But I am also curious what you think about this
> great IDE!
> 
> I hope you can help me in answering the following questions:
> 
> 1. What are the best Netbeans plugins to use you think? And do
> you know some funny ones??
I don't generally install any plugins outside of those that NetBeans
provides or downloads for me (e.g. nb-javac).

> 2. Are there any upcoming cool features? 
C/C++ support is coming up.

> 3. What could be improved? 
JavaFX support seems problematical. Some people have reported problems
with FX projects, while others have proposed wildly differing solutions.

> 4. Why should the whole world use this IDE? 
Because it just works out-of-box (it even includes a profiler) and it's
open source. And, of course... because it's an Apache project!

> 5. First IDE that you ever used? And why?
NetBeans 3.3(?) sometime around 2000. We'd been coding small desktop
Java apps for our factory and warehouse using a text editor, which was
impractical. We first looked at an early version of NetBeans, which
didn't perform well. Then we looked at IBM's Visual Age for Java, which
taught us the true meaning of pain and suffering. By this time NetBeans
had matured enough to be useful, and the company was still using it when
I retired in 2014.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Glenn Holmer
haha, I see we all piled on at once :)

On 2/21/19 9:20 AM, Thomas Kellerer wrote:
> the "Files" window that displays an "un-biased" view

Well put.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Glenn Holmer
On 2/21/19 9:11 AM, Andrew Rampulla wrote:
> Is there any mechanism to display files that are not pom.xml files in
> Netbeans?  There was a plugin made for Netbeans 7.x back in the day to
> allow viewing of Dockerfile, README.md, etc., but that hasn’t been
> maintained in 2Y and this really feels like it should be part of the
> core functionality.  I must be missing something.  Any ideas?

Did you try using the Files view (ctrl-2)?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NB-10 Experience - Impressed!

2019-01-05 Thread Glenn Holmer
On 1/5/19 10:00 AM, Henderson, Roy wrote:
> So – I downloaded and installed JDK-11.0.1 / OpenFX-11.0.1 and NB-10. I
> then imported my project from Eclipse into NB-10 and tried a Clean and
> Build. I initially had lots of red flags associated with FXML but got
> those fixed fairly quickly and got a successful build. First attempt to
> run failed with new FX errors but a trip to Gluon gave me a clear
> example showing how to fix those.
> 
> Anyway, within little more than an hour I had my project running on
> Java-11 / FX-11 / NB-10. It’s hardly an Airline Control System but it’s
> definitely not a Hello World either!

Can you set debugger breakpoints? Do you get Javadoc when you do
ctrl-space? These are the problems I am still having.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: [javafx][scenebuilder][linux] Scene Builder 11

2018-11-26 Thread Glenn Holmer
On 11/26/2018 07:57 AM, Bob wrote:
> On 26/11/2018 13:55, Glenn Holmer wrote:
>> On 11/26/2018 07:22 AM, Bob wrote:
>>> Is anyone successfully using Scene Builder 11 with Apache Netbeans 10 on
>>> Linux? If so, how have you installed Scene Builder?
>> Just installed it here, on Debian (using the .deb file). Starts
>> successfully when double-clicking an FXML file, as it installs to the
>> default location in Tools/Options, Java, JavaFX tab (/opt/SceneBuilder).
>>
> You didn't get a warning about the package being unsigned? (I'll be
> miffed if they've signed the Debian package but not the RPM package.)

No, I didn't. I installed from the command line ("dpkg -i
scenebuilder-11.0.0.deb").

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: [javafx][scenebuilder][linux] Scene Builder 11

2018-11-26 Thread Glenn Holmer
On 11/26/2018 07:22 AM, Bob wrote:
> Is anyone successfully using Scene Builder 11 with Apache Netbeans 10 on
> Linux? If so, how have you installed Scene Builder?

Just installed it here, on Debian (using the .deb file). Starts
successfully when double-clicking an FXML file, as it installs to the
default location in Tools/Options, Java, JavaFX tab (/opt/SceneBuilder).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: [javafx11][maven] Default JavaFX Maven build doesn't work for JDK 11

2018-11-25 Thread Glenn Holmer
On 11/25/2018 01:53 PM, Geertjan Wielenga wrote:
> https://www.youtube.com/watch?v=RCdBmPfzeyM

Did you get debugging to work with that?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: [javafx11][maven] Default JavaFX Maven build doesn't work for JDK 11

2018-11-25 Thread Glenn Holmer
On 11/25/2018 10:18 AM, Bob wrote:
> Using Apache Netbeans 10 to create a "Maven" -> "JavaFX Application"
> leads to a project which won't compile or run.
> 
> Have the default Maven project files been updated in Apache Netbeans 10
> to work with JDK 11 and JavaFX? If not, can anyone point me to
> instructions for configuring the POM and the nbactions.xml file so that
> compile and run both work?

https://openjfx.io/openjfx-docs/

Click the NetBeans link. I have compile and run working, but not debug.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

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

2018-11-24 Thread Glenn Holmer
On 11/24/2018 12:17 PM, Geertjan Wielenga wrote:
> Has NetBeans ever had code completion in FXML files?

Apparently; I'm an FX newbie.

https://www.youtube.com/watch?v=IjenXYBS3BM

https://netbeans.org/bugzilla/show_bug.cgi?id=271048&x=22&y=7

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



FXML completion

2018-11-24 Thread Glenn Holmer
I am not getting code completion in FXML files. I tried with two
projects, one modular and one non-modular, following the NetBeans
directions on openjfx.io. I see a blue tooltip "No suggestions" (Java
code completion for JavaFX code works normally, and the project builds
and runs).

Is anybody else seeing this? Is there something special that has to be
done to enable this now that FX is no longer part of SE? I'm using
OpenJDK 11.

Here's a sample project that shows this behavior (non-modular):
https://gitlab.com/Cenbe/fxmaven

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NetBeans, JavaFX and Java11

2018-11-16 Thread Glenn Holmer
On 10/26/2018 08:30 AM, Geertjan Wielenga wrote:
> https://www.youtube.com/watch?v=RCdBmPfzeyM

Following these instructions (which now appear on the openjfx.io site),
I can run a sample program, but the debugger doesn't work right. I did
change the goal for both the run and debug actions from exec to java.

What I'm seeing is that a) breakpoints don't work, and b) when I exit
the program, the debugger appears to keep running (red square "Finish
Debugger Session" icon still active in the toolbar).

Anybody else seeing this? Any suggestions?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: AW: SQL profiling

2018-10-22 Thread Glenn Holmer
On 10/22/2018 03:09 AM, Christian Lenz wrote:
> A bit off Topic, I like the feature too, but this is only working for
> Java Projects, Right? It would be good, if we can have a Little profiler
> for plain SQL too, I mean in the DB section of NetBeans. There is a
> MySQL profiler in the MySQL DB. I will create a ticket for that.

You're actually profiling JDBC calls, so yes, it's Java-based. If you
expand any of the nodes, you'll see timings for method calls in your
JDBC driver and the calling methods.

For low-level database stuff, I think you're probably better off using
your database's own tools (e.g. pgAdmin for Postgres) or a query like
EXPLAIN ANALYZE.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



SQL profiling

2018-10-21 Thread Glenn Holmer
I guess it's too late to create a test spec for this ("Closed for
editing"), but just to give a shout out, this is a great feature of
NetBeans. You can profile your SQL queries and view by table, type of
SQL statement (regular, prepared, stored), type of command... you can
even search among the queries.

I created a Maven project and will upload it when I create this test
spec for the next NetCAT. I didn't encounter any issues when testing
this crazy cool feature.

http://wiki.netbeans.org/ProfilerSqlQueries

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: History of one bug, or what is the attitude of NB devs

2018-10-16 Thread Glenn Holmer
On 10/16/2018 08:47 AM, Geertjan Wielenga wrote:
> Indeed. Ask not what NetBeans can do for you, ask what you can do for
> NetBeans! :-)

That would look great on a t-shirt!

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: History of one bug, or what is the attitude of NB devs

2018-10-16 Thread Glenn Holmer
On 10/16/2018 08:15 AM, Tom Arilla wrote:
> it is just few lines of easy code, practically zero maintenance.


Where's your PR, then?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: History of one bug, or what is the attitude of NB devs

2018-10-11 Thread Glenn Holmer
On 10/11/2018 09:07 AM, Glenn Holmer wrote:
> NetBeans is an Apache project now (and uses JIRA for bug reporting). You
> are welcome to submit the ridiculously easy PR for this.
> 
> https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-1391?filter=resolvedrecently

also, http://netbeans.apache.org/participate/index.html

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: History of one bug, or what is the attitude of NB devs

2018-10-11 Thread Glenn Holmer
On 10/11/2018 08:11 AM, Tom Arilla wrote:
> I am a longtime user of Netbeans and a submitted of many bugs.

Me too (almost 20 years...!).

> I see how practically none of them is ever resolved
At best, that's an unkind exaggeration.

> I am wondering now (as probably many other users, given Netbeans'
> declining popularity) if to leave, given the (increasing?) number of
> problems with the IDE. Please help me and explain the history of one of
> the many bugs, and why it is like that. Possibly it is a representative
> of the current ecosystem around the development of the IDE.

No, this is a great time to stay with NetBeans and indeed to start using
it if you haven't before.

> It is here https://netbeans.org/bugzilla/show_bug.cgi?id=192613 and it
> has 8 years. It is about adding a ridiculously easy option.

NetBeans is an Apache project now (and uses JIRA for bug reporting). You
are welcome to submit the ridiculously easy PR for this.

https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-1391?filter=resolvedrecently

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Using the profiler with JDK 11

2018-10-01 Thread Glenn Holmer
On 10/01/2018 07:59 AM, Geertjan Wielenga wrote:
> We're working on Apache NetBeans 10 right now, which does support JDK 11:
> 
> https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+Roadmap
> 
> You're welcome to join in with the NetCAT program, where you'll be able
> to test and try out, for example, the Profiler as part of NetCAT:
> 
> https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+10.0+Participants

+1, we can always use more people in the Profiler tribe.

> On Mon, Oct 1, 2018 at 2:55 PM Peter Hull  <mailto:peterhul...@gmail.com>> wrote:
> 
> I have been trying to the use the NB9.0 profiler on a Java SE
> project and JDK 11, but I get a JVM crash.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



Invitation to join the Apache NetBeans 10 Community Acceptance Testing program

2018-09-28 Thread Glenn Holmer
Hello NetBeans users,

We hope to release NetBeans 10 in November:

https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+10

and that means... it's NetCAT time!

https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+10.0+Schedule

Anyone to would like to help test the next release is invited to join
the NetCAT program for our next release. Instructions for how to join
can be found here:

https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+10.0+Participants

and if you experience any difficulties joining us, you can post on the
NetCAT mailing list for help. Everyone should join a "tribe", which
focuses on testing a specific part of NetBeans, using test
specifications that can be found here:

http://netbeans-vm.apache.org/synergy/client/app/#/specifications

We'll be adding test runs for the next release shortly. Please have a
look at the test specs as soon as you join, as an important part of
testing is keeping these specifications up to date.

We look forward to seeing lots of participation in NetCAT again. Please
join us to help make this the best NetBeans release ever!

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: File: Open Recent File … Not working

2018-08-29 Thread Glenn Holmer
On 08/29/2018 08:39 AM, Giacomo Trimarchi wrote:
> *Apache Netbeans 9.0
> *"Clicking on a file in menu: File -> Open Recent File -> “Filename”"
> works fine.

Works here, too. Tried using NetBeans 9.0 on both Oracle JDK 1.8.0_162
and OpenJDK 11 RC, running under Debian Stretch.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



New InfoQ article on Apache NetBeans status

2018-08-16 Thread Glenn Holmer
On 08/16/2018 02:22 AM, Geertjan Wielenga wrote:
> Ben Evans, from InfoQ.com (and a fan of NetBeans,
> see https://dzone.com/articles/5-favorite-netbeans-features-benevans
> <https://dzone.com/articles/5-favorite-netbeans-features-benevans>) put
> together an interview with me in the last few days re what we're all
> working on here -- and here is the result:
> 
> https://www.infoq.com/news/2018/08/netbeans-apache-update-aug18

"Pull requests are welcome all day and any day!" \o/

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



NetBeans IRC channel on freenode

2018-08-04 Thread Glenn Holmer
The NetBeans IRC channel over on freenode has been getting relentlessly
spammed for days. Is anybody watching over that channel?

I'd be willing to take it over; I'm a long-time IRC user and have run my
own channel for a couple of years now (about 50 users).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Netbeans 9 profiler

2018-07-14 Thread Glenn Holmer
On 07/14/2018 10:49 AM, Glenn Holmer wrote:
> Source level is set to 9, Java platform is JDK10. Running under OpenJDK
> 10. I was also on the profiler tribe for NetCAT. We only tested against
> 8 and 10 since we knew that 9 would be superseded by the time NetBeans
> 9.0 was released. Tried with both Maven and Ant project types.

P.S. This was under Linux (Debian "Stretch").

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



Netbeans 9 profiler

2018-07-14 Thread Glenn Holmer
On 07/14/2018 05:59 AM, Peter Hull wrote:
> Do you agree that there are two (probably independent) problems here,
> first the reflection warning, second the JVM crash? (I'm assuming this
> is reproducible for everyone?)

I don't get the VM crash. Followed Alan's steps:

> Create new java application with main class.
> Add System.out.println("Hello world");
> Change java platform to java9 (properties).
> Change source/binary format to java9 (properties).
> Run profiler, methods, all classes.

Source level is set to 9, Java platform is JDK10. Running under OpenJDK
10. I was also on the profiler tribe for NetCAT. We only tested against
8 and 10 since we knew that 9 would be superseded by the time NetBeans
9.0 was released. Tried with both Maven and Ant project types.

Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
(Protocol version: 18)
Profiler Agent: Established connection with the tool
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.netbeans.lib.profiler.server.ClassLoaderManager to method
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
Profiler Agent: Local accelerated session
Profiler Agent: Initializing...
Profiler Agent: Options:
>/mnt/common/netbeans-9.0/netbeans/profiler/lib,5140,10<
Profiler Agent: Initialized successfully
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Hello World
Profiler Agent: Connection with agent closed
Profiler Agent: Connection with agent closed
Profiler Agent: 250 classes cached.

BUILD SUCCESS

Total time: 7.359 s
Finished at: 2018-07-14T10:37:19-05:00
Final Memory: 7M/34M
--------

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Netbeans 9 profiler

2018-07-13 Thread Glenn Holmer
[Sorry if this appears twice, T-bird crashed while sending.]

On 07/13/2018 07:09 AM, Peter Hull wrote:
> On Fri, 13 Jul 2018 at 12:51 Alan Mathewson  
> wrote:
>>
>> Yes, I've just reported the bug.
>>
> As a matter of interest, could you let us know the bug report number
> as I'd like to see how it progresses?

Yes, I couldn't find it either. FYI, this was reported during NetCAT:

https://issues.apache.org/jira/browse/NETBEANS-298

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NB 9.0 rc1 on Java 10

2018-05-29 Thread Glenn Holmer
On 05/29/2018 09:46 AM, Dominik Smatana wrote:
> I've decided to try the newly released rc1 today, but I can't get it to
> work.
> 
> "Cannot find Java 1.8 or higher"
> 
> Can it run directly on Java 10? Or do I still have to install JDK 1.8 as
> well?

Yes, it runs on JDK10. What does "java -version" at the command line say?

If you need to tell NetBeans where the JDK is, check the contents of
etc/netbeans.conf in your installation for these lines:

# Default location of JDK:
# (set by installer or commented out if launcher should decide)
#
# It can be overridden on command line by using --jdkhome 
# Be careful when changing jdkhome.
# There are two NetBeans launchers for Windows (32-bit and 64-bit) and
# installer points to one of those in the NetBeans application shortcut
# based on the Java version selected at installation time.
#
#netbeans_jdkhome="/path/to/jdk"

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-28 Thread Glenn Holmer
On 04/28/2018 04:28 AM, Emilian Bold wrote:
> Fixed https://github.com/apache/incubator-netbeans/pull/524

Built from source, works great. Thanks!

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-25 Thread Glenn Holmer
On 04/25/2018 12:36 AM, Thomas Kellerer wrote:
> The latest dev build (413) shows the same (mis)behaviour

It's this one, right?

https://issues.apache.org/jira/browse/NETBEANS-592

You could add information there, or vote for it, or bring it up on the
dev list (I just voted for it myself).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-25 Thread Glenn Holmer
On 04/25/2018 02:20 AM, John McDonnell wrote:
> FYI: Both those Jenkins jobs build from the same branch.
> 
> The only difference I see is some different ant targets being used, so
> you'd see the same issue in the latest of each build since their from
> roughly the same codebase.

I guess I stand corrected; I was thrown off by the build numbers.
Running that binary, I see that the profiler runs under JDK 10, which is
a fix that was integrated during NetCAT.

But to rephrase Thomas' question, why are there two? What is different
between them, and why? And which is the "proper" one to use to get the
latest nightly build?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-24 Thread Glenn Holmer
On 04/24/2018 10:46 AM, Thomas Kellerer wrote:
> Glenn Holmer schrieb am 24.04.2018 um 16:36:
>> On 04/24/2018 08:45 AM, Thomas Kellerer wrote:
>>> I am using the current 9.0 build 272
>> Most recent is 413:
>>
>> https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/
>>
> 
> So what is this build 275 then:
> 
> https://builds.apache.org/job/incubator-netbeans-release/lastSuccessfulBuild/

It's the beta. The one I posted is the latest dev build.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-24 Thread Glenn Holmer
On 04/24/2018 08:45 AM, Thomas Kellerer wrote:
> I am using the current 9.0 build 272
Most recent is 413:

https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



#netbeans on freenode

2018-04-08 Thread Glenn Holmer
The #netbeans IRC channel on freenode has the old URL in the topic
(netbeans.org). Maybe it's time to change it to netbeans.apache.org?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: java.util.zip.CRC32C cannot be found on the system module path

2018-04-04 Thread Glenn Holmer
On 04/04/2018 09:11 AM, Glenn Holmer wrote:
> On 04/03/2018 06:08 PM, Efrem Mc wrote:
>> I went to an existing Java Application, and switched it from JDK8
>> (default) to JDK10.  I rebuild using Clean and Build
>> I received no error message and was able to run the app without any errors.
> 
>> I am not sure these are the steps mention.  Please advise.
> 
> It was when starting the profiler, but this morning I tried again after
> deleting userdir, cache, and sample project, and couldn't reproduce it.
> I'm assuming it had to do with changing source level and JDK version
> repeatedly during testing.

No wait, I just triggered it three times in a row. In the profiler test
spec, do test suite 8 (Profiling Points), test case 1 (Stopwatch and
Reset Results) under JDK 10. I see this on step 14, when the Anagram
class is selected. Message is:

Even though the source level of
/home/cenbe/NetBeansProjects/AnagramGame/src:/home/cenbe/NetBeansProjects/AnagramGame/test
is set to: 1.6, java.lang.AssertionError cannot be found on the
bootclasspath:
Changing source level to 1.3

This is with the AnagramGame project's source level set to JDK 6 (which
it defaults to). Setting it to JDK 10 gives the following:

Even though the source level of
/home/cenbe/NetBeansProjects/AnagramGame/test:/home/cenbe/NetBeansProjects/AnagramGame/src
is set to: 10, java.lang.AssertionError cannot be found on the
bootclasspath:
Changing source level to 1.3
Even though the source level of
/home/cenbe/NetBeansProjects/AnagramGame/test:/home/cenbe/NetBeansProjects/AnagramGame/src
is set to: 10, java.util.zip.CRC32C cannot be found on the system module
path:
Changing source level to 1.8
Even though the source level of
/home/cenbe/NetBeansProjects/AnagramGame/test:/home/cenbe/NetBeansProjects/AnagramGame/src
is set to: 10, java.util.zip.CRC32C cannot be found on the system module
path:
Changing source level to 1.8

>>> On Tue, Apr 3, 2018 at 5:33 PM, Glenn Holmer  wrote:
>>>> I'm also seeing this for java.lang.AssertionError (when starting the
>>>> profiler against the Anagram Game sample project under JDK 10), with a
>>>> message saying "Changing source level to 1.3" (looks like lines 970-977
>>>> of JavacParser).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: java.util.zip.CRC32C cannot be found on the system module path

2018-04-04 Thread Glenn Holmer
On 04/03/2018 06:08 PM, Efrem Mc wrote:
> I went to an existing Java Application, and switched it from JDK8
> (default) to JDK10.  I rebuild using Clean and Build
> I received no error message and was able to run the app without any errors.

> I am not sure these are the steps mention.  Please advise.

It was when starting the profiler, but this morning I tried again after
deleting userdir, cache, and sample project, and couldn't reproduce it.
I'm assuming it had to do with changing source level and JDK version
repeatedly during testing.

>> On Tue, Apr 3, 2018 at 5:33 PM, Glenn Holmer  wrote:
>>> I'm also seeing this for java.lang.AssertionError (when starting the
>>> profiler against the Anagram Game sample project under JDK 10), with a
>>> message saying "Changing source level to 1.3" (looks like lines 970-977
>>> of JavacParser).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: java.util.zip.CRC32C cannot be found on the system module path

2018-04-03 Thread Glenn Holmer
On 04/03/2018 03:56 AM, Marcel Witte wrote:
> I checked the source for this error and found something interesting. In 
> JavacParser there is the check for the different JDK versions. Every check up 
> to 1.8 checks the bootClassPath for a specific JDK class, but the check for 9 
> checks the moduleBoot. Sadly, the log output seems to be copy-paste, as it 
> still shows the bootClassPath. If I apply the following patch:
> 
> @@ -1005,7 +1000,7 @@ public class JavacParser extends Parser {
>  LOGGER.log(warnLevel,
> "Even though the source level of {0} is set 
> to: {1}, java.util.zip.CRC32C cannot be found on the system module path: {2}
> \n" +   //NOI18N
> "Changing source level to 1.8",  //NOI18N
> -   new Object[]{srcClassPath, sourceLevel, 
> bootClassPath}); //NOI18N
> +   new Object[]{srcClassPath, sourceLevel, 
> moduleBoot}); //NOI18N
>  return SourceLevelUtils.JDK1_8;
>  }
>  return source;
> 
> then I get a log the same log output about changing back to 1.8

I'm also seeing this for java.lang.AssertionError (when starting the
profiler against the Anagram Game sample project under JDK 10), with a
message saying "Changing source level to 1.3" (looks like lines 970-977
of JavacParser).

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

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

2018-03-21 Thread Glenn Holmer
On 03/20/2018 08:32 AM, Antonio wrote:
> The "events" page [1] has links to some Apache presentation materials. I
> don't know if there're any templates, though.
> 
> If you ever find one (or if you create one and want to contribute it)
> that would make a great pull request [2] to the website.

This is a PDF of the preso I'll give tonight:

https://www.lyonlabs.org/apache-netbeans-sheboygan-preso.pdf

I'm not satisfied with the text vs background color; that background
image has a huge range of colors. But I couldn't resist using the same
image that the web site uses :)

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



presentation templates

2018-03-20 Thread Glenn Holmer
I'm giving a presentation about the NetBeans transition at a local
Meetup group tomorrow night. I made up some slides, but was wondering if
anyone has come up with a good template for this (e.g. LibreOffice Impress)?

It would be so cool to have a consistent look and feel for presentation
slides (like at JavaOne) to help define the Apache NetBeans "brand".

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Glenn Holmer
On 03/10/2018 05:16 PM, Brett Ryan wrote:
> Did you import settings?

Nope.

> I don’t know how you all are getting cvs. When I do a fresh install
> with the same I don’t get it and it doesn’t appear in the plugin
> portal.
> 
>> On 11 Mar 2018, at 09:39, Glenn Holmer  wrote:
>> 
>>> On 03/10/2018 04:19 PM, Brett Ryan wrote: If you are running 8.2,
>>> backup your user dir then delete it and restart, you will not be
>>> able to get cvs support as it is also removed from the plugin
>>> portal.
>> 
>> See attached screenshot (8.2, started with clean userdir). Same
>> result with 9.0 beta.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Do you use NetBeans with SVN or CVS?

2018-03-08 Thread Glenn Holmer
On 03/08/2018 07:36 AM, Brett Ryan wrote:
>> On 8 Mar 2018, at 23:28, Thomas Kellerer  wrote:
>> 
>> Deprecate Subversion? Really? This is still wildly used.
> 
> It shouldn’t be, and we should discourage its continued use.
> Unsupported plugins available to provide capability is how it should
> be handled.
> 
> I treat svn/cvs like IE8, let’s discourage its use by not supporting.
> If your starting a new project with svn or cvs you should question
> why.

That's completely inappropriate. It's not up to you or the NetBeans
project to "discourage its use", especially since Subversion is also an
Apache project.

CVS is another story entirely.

P.S. I'm speaking as someone who has migrated from svn to git.

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Long Live NetBeans!

2018-03-06 Thread Glenn Holmer
On 03/06/2018 10:50 AM, Ashton Hogan wrote:
> I, myself, as a user feel guilty benefitting as much as I do from
> NetBeans and never having to pay a dime for it

You could always assuage your guilt by joining the Community Acceptance
Testing program (NetCAT):

https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT

It's a great way to contribute to making NetBeans the best IDE!

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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: Invitation to Apache NetBeans 9.0 Community Acceptance Testing program

2018-02-27 Thread Glenn Holmer
On 02/27/2018 07:48 AM, Jiří Kovalský wrote:
>    We are looking for enthusiastic NetBeans community members to test
> the NetBeans IDE version 9.0 before its GA release. This is the first
> NetCAT program under the Apache Incubator, and it marks a historic
> milestone in the life of NetBeans. Don't miss the opportunity to be a
> part of this initiative!
> 
>    For information about how to join, and more about NetCAT in general,
> read the registration page at
> https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+9.0+Participants

Name: Glenn Holmer
Country: USA (GMT-6)
JIRA: gholmer
Synergy: gholmer
E-mail: cenbe[at]kolabnow.com
OS: Debian Linux "buster"
Platform: 64-bit
CPU: 4 X 3.6 GHz
RAM: 16G
Availability: 4 hours
Tribe: May I see the menu, please?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



9.0 NetCAT

2018-02-08 Thread Glenn Holmer
Are there plans for starting NetCAT if rc3 of the beta passes the IPMC
vote? Should this page be updated?

https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
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



  1   2   >