Re: How to send "Report Problem"

2021-09-05 Thread Don
This is a recurring, minor annoyance. I get a Notification with the text saying I have found a bug and it wants me to report what I was doing. But it's a silent exception that I would not know about without the notification. Then it wants me to create a Jira ticket when all I did was open a

Re: Adding dependencies in Gradle

2021-04-22 Thread Don
tps://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:project_dependencies> Regards, JoeFoe On Thu, 22 Apr 2021, 16:25 Don, <mailto:don.albert...@gmail.com>> wrote: With the reduction of support for Ant, which I have been using for my Java projects since 2004 o

Adding dependencies in Gradle

2021-04-22 Thread Don
With the reduction of support for Ant, which I have been using for my Java projects since 2004 or so, I decided to start learning Gradle.  I downloaded NetBeans 12.3 and proceeded to re-create the library/.jar files I use to implement some basic classes that are specialized for our

Re: removing the "new project" support for Ant projects

2021-04-21 Thread Don
I have used Netbeans longer than it has been called Netbeans.  It has been remarkably stable and some of my projects rely on its ability to include other projects.  All of the included projects are Ant-based.  Dropping support for Ant probably won't hurt since I can always keep the existing

WARNING: message wants me to report it

2021-02-12 Thread Don
and the warning changes to an error. Don - 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

Re: phishing emails?

2020-12-11 Thread Don
...@mywork.org then gets trashed. Don On 12/10/20 9:41 PM, Eric J. Schwarzenbach wrote: Today I received an email (to my address directly I think, not via this list) in the form of a reply to an old message of mine in a thread on this list. It contained a link that I assumed to an image demonstrate

Re: Setting GIT repository

2020-10-12 Thread Don
I at https://git.wherever.com and they appear to capture my work. Don ** ** On 10/11/20 10: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

Re: NetBeans 12 and 4K monitor

2020-09-07 Thread Don
/mouse. Don On 9/7/20 1:38 AM, Klerman wrote: Hello, I recently changed to this Dell XPS 13 which has a high resolution monitor and Ubuntu 20.04. My settings are 3840X2160, 300%. I installed NetBeans 12.0 and to my surprise, it's practically unusable in this machine, as it's unable to adapt

Re: Netbeans

2020-06-10 Thread Don
I have always felt that, in writing source code, it is more important to spell consistently than to spell correctly. Don 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

Re: Apache NetBeans 12.0 released

2020-06-09 Thread Don
Installation was a breeze.  Started right up, grabbed plugins from 11.3 and ran like a charm. No issues. Congratulations to the team. Don On 6/9/20 12:41 PM, Geertjan Wielenga wrote: Hi all, 12.0 has been released, many thanks in particular to our amazing and persistent release manager

Re: Apache NetBeans 12.0 Beta 5

2020-05-26 Thread Don
-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release I would have noted it in the survey but it says it's closed. Don On 5/25/20 6:49 AM, Geertjan Wielenga wrote: Hi all, The 5th Beta for Apache

Error message on startup

2020-05-22 Thread Don
warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release The common theme is illegal reflective access but the location seems to vary.  No other issues. Don

Re: When will 12.0 be released?

2020-05-18 Thread Don Albertson
On 5/18/20 4:12 PM, Thomas Kellerer wrote: HRH schrieb am 18.05.2020 um 13:14: The mailing list is an anachronism. No, it's not. I for one, prefer doing this via email rather than some cumbersome web front end. Mailing lists are also working extremely well for the Postgres project.

Taglib error

2020-04-02 Thread Don
hers have this issue as well as I found the stackoverflow question when I searched on the error message. https://stackoverflow.com/q/57488598/6045095?sem=2 Don http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://m

Re: Statement of disappointment

2020-03-09 Thread Don
and there are a lot of challenges but since I really can't multitask effectively, I try to work on one thing at a time. Don On 3/9/20 2:08 PM, Neil C Smith wrote: On Mon, 9 Mar 2020 at 15:16, Paul Szudzik wrote: I see streams of notes that are asking questions about compatibility. ( The latest

Oops. Make that error running forked groovyc

2020-03-03 Thread Don
That's the message I'm getting. - 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:

Error running forked javac

2020-03-03 Thread Don
This message just started showing up in NetBeans 11.2 where it was not appearing before.   My runtime is openjdk 11.06 and my build platform is 1.8.0_121  I did some web searches on the error text and it appears to be an old (pre apache) problem. Any clues? Don

Re: Select Web Project Run ??

2019-10-31 Thread Don
and when they do, they fight over port assignments and it brings everything down. Don On 10/30/19 3:01 PM, Geertjan Wielenga wrote: Maybe remove them from the Tomcat automatic deploy folder, could solve it. But this is default behavior, should be default behavior on the command line too. Gj

Re: Select Web Project Run ??

2019-10-30 Thread Don
In only happens when run from NetBeans.  Command line startup.sh is acting normally.  In addition, if I use Debug instead of Run, the problem is not apparent. Don On 10/30/19 2:38 PM, Geertjan Wielenga wrote: Best to ask on the Tomcat mailing lists. Gj On Wed, Oct 30, 2019 at 7:37 PM Don

Re: Select Web Project Run ??

2019-10-30 Thread Don
Where does it keep track of them? On the production server, they are in the webapps folder but when this is running, there is nothing in the local server's webapps folder.  Is there any way to NOT keep track of them and run them when they are not wanted? Don On 10/30/19 2:22 PM, Geertjan

Select Web Project Run ??

2019-10-30 Thread Don
in a different project neither of which is the one I want to run. Why is it executing code in other projects? Don - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h

Re: hsql in Tomcat

2019-10-29 Thread Don
INTO BLOCKS VALUES(0,2147483647,0) It also contains hsqldb.jar in the lib folder Don On 10/28/19 11:08 AM, Emilian Bold wrote: I can't check now, but does NetBeans come with Tomcat? --emi On Mon, Oct 28, 2019 at 4:15 PM Don wrote: I have been using hsql in a number of projects and recently

hsql in Tomcat

2019-10-28 Thread Don
11.1 ? don - 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

Re: Creating HSQL connection from Netbeans

2019-10-14 Thread Don
fails because it actually tries to create the file at /testdb ie. in a place where normal users don't have permissions. If I use jdbc:hsqldb:file:~/testdb then it creates a DB in my homefolder. So the trick is to write the full path. --emi On Mon, Oct 14, 2019 at 6:08 PM Don wrote: I ca

Creating HSQL connection from Netbeans

2019-10-14 Thread Don
message that the connection failed. I have connections to a local Oracle server, and a cloud-based MSSQLServer instance, but trying to connect to a local file-based db fails. Has anyone else experienced this difficulty? Don

Curious message

2019-09-23 Thread Don
Problems ... option a popup says: Would also need to enable StandardModule:org.netbeans.modules.web.jsf12 jar File: /home/don/netbeans-11.1/netbeans/enterprise/modules/org-netbeans-modules-web-jsf12.jar What does that mean?  What does it want me to do? And why are Properties not available? Don

Re: Do you use NetBeans with SVN or CVS?

2018-03-10 Thread Don Albertson
ing it overtake your organization. Ting ting blong mi, tasol. Don - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the Ne

Re: Do you use NetBeans with SVN or CVS?

2018-03-08 Thread don
On 03/08/2018 08:48 AM, Thomas Kellerer wrote: Brett Ryan schrieb am 08.03.2018 um 14:36: 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