Re: error: malformed HTML

2023-12-11 Thread Bradley Willcott
Hi, The problem is: "**" is a malformed tag. Try this: "*StringVerification*" (without the double-quotes of-course). Regards Brad. On 11/12/23 20:15, Arbol One wrote: I am trying to use this html expression when documenting a class /** var list = new ArrayList(); */ , but I get an

Re: Converting Java 8 to 17+, conflicts with modules

2023-11-11 Thread Bradley Willcott
Hi John. Check out this site: https://www.digitalocean.com/community/tutorials/maven-dependency-tree-resolving-conflicts. It should give you what you need to know. Regards, Brad. On 11/11/23 06:20, John Manko wrote: This might not be a purely Netbeans issue, but maybe NB has some tooling to

Re: Netbeans template files

2023-04-28 Thread Bradley Willcott
: Unfortunately not really. If I do understand your requirements then I'd think about 3 steps: 1 get the version from git or mercurial 2 update your project template accordingly per script 3 create a hook which runs this update on every new tag created or commit Cheers On 28 Apr 2023 11:59, Bradley Willcott

Re: Netbeans template files

2023-04-28 Thread Bradley Willcott
to do your work. On 24/04/2023 6:26 a.m., Bradley Willcott wrote: Hi there. I would like to have the project version automatically included in the class comments of new classes. For example: /** * NewClass class description. * * @author mailto:bw.opensou...@yahoo.com;>Bradley Willc

Netbeans template files

2023-04-24 Thread Bradley Willcott
Hi there. I would like to have the project version automatically included in the class comments of new classes. For example: /** * NewClass class description. * * @author mailto:bw.opensou...@yahoo.com;>Bradley Willcott * * @since 1.0.0 * @version 1.0.0 */ This is currently

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread Bradley Willcott
Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/C++". This will give you everything you are looking for. Brad. On 12/3/23 12:13, Robert Yu Tin-Tat wrote: When I go to the C/C++ to make a C/C++ program on

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread Bradley Willcott
Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/C++". This will give you everything you are looking for. Brad. On 12/3/23 12:13, Robert Yu Tin-Tat wrote: When I go to the C/C++ to make a C/C++ program on

Java Platform Javadoc

2022-07-10 Thread Bradley Willcott
Hi there. I am sure someone has asked this before, but I haven't found such as yet. How do I set-up NB 14 to access the online Javadocs for each JDK? I have every version since 1.5 installed. Whilst the older ones work fine, the newer ones don't. For JDK 18 for instance, using the root address:

Re: NB 13 - Markdown files

2022-05-23 Thread Bradley Willcott
Hi Neil. That was it, thanks. Brad. On 23/4/22 15:53, Neil C Smith wrote: On Sat, 23 Apr 2022 at 08:25, Bradley Willcott wrote: I am trying to edit some markdown files in NB 13. However, when I right-click on the file in the Projects Explorer, all I get is "Open as Binary". Hi

NB 13 - Markdown files

2022-04-23 Thread Bradley Willcott
Hi. I am trying to edit some markdown files in NB 13.  However, when I right-click on the file in the Projects Explorer, all I get is "Open as Binary". Hit the "Way-Back Machine", and using NB 12.6, doing the same thing I get "Open" plus a number of other options to choose from, including

Re: Apache NetBeans Language Server Extension for VS Code

2022-03-12 Thread Bradley Willcott
Notepad and the command line than VS Code. Al On Thu, Mar 10, 2022 at 3:54 PM Geertjan Wielenga wrote: The direction of NetBeans is the code that you put here: github.com/apache/netbeans <http://github.com/apache/netbeans> Gj On Thu, Mar 10, 2022 at 6:56 PM Bradley Wi

Apache NetBeans Language Server Extension for VS Code

2022-03-10 Thread Bradley Willcott
Hi guys. I just came across this extension: "This is a technology preview of Apache NetBeans based extension for VS Code. Use it to get all the /goodies of NetBeans/ via the VS Code user interface! Runs on *JDK8*[*] and all newer versions. Apache NetBeans Language

Re: Netbeans 8.2 download link

2022-03-03 Thread Bradley Willcott
to compile your own language server, or are their prebuilt binaries available now? best regards jonathan On Thu, Mar 3, 2022 at 9:30 PM Bradley Willcott wrote: Hi Jonathon. You may not know that NB12+ can be used for both C and C++ development. Go to "Tools/Plugins"

Re: Netbeans 8.2 download link

2022-03-03 Thread Bradley Willcott
Hi Jonathon. You may not know that NB12+ can be used for both C and C++ development. Go to "Tools/Plugins" Select "Settings", then Activate "Netbeans 8.2 Plugin Portal" Select "Updates" and press [Check for Updates] Select "Available Plugins" and press [Check for Newest] Then scroll down and

Re: Trouble with file access permission in a C++ projet

2022-01-30 Thread Bradley Willcott
The following was copied from my previous email responce on this type of problem: NB: Tools -> Plugins -> Settings: Activate: Netbeans 8.2 Plugin Portal Switch to -> Updates: Click on: [Check for Updates] Switch to -> Available Plugins: Install: "C/C++" plugin Hope this helps. Brad. *(**/Gj

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread Bradley Willcott
Try the following: NB: Tools -> Plugins -> Settings: Activate: Netbeans 8.2 Plugin Portal Switch to -> Updates: Click on: [Check for Updates] Switch to -> Available Plugins: Install: "C/C++" plugin Hope this helps. Brad. On 18/1/22 05:17, slipbits wrote: NB 12.5 Windows 7 Cygwin I'm

Re: Implementation dependency in a maven module

2021-11-16 Thread Bradley Willcott
Hi, Do you have Dependency Management in your pom.xml? On 15/11/21 21:39, Eymeric VIEUILLE wrote: Hi again ! Nobody has answers for it ? *Envoyé :*lundi 8 novembre 2021 15:29 *À :* Netbeans mailing list (users@netbeans.apache.org) *Objet :* Implementation dependency in a maven module Hi 

Re: [Support] Re: error "records are not supported in -source 11 (use -source 16 or higher to enable records)"

2021-11-14 Thread Bradley Willcott
Hi Richard. Check a couple of things for me: - pom.xml:     - Under properties:         - *16*       *${java.version}*       *${java.version}*   *${java.version}* - Project Properties: Select the project/right click/select Properties:     - Select Sources: Source/Binary Format:

Re: serialVersionUID generator

2021-09-08 Thread Bradley Willcott
Hi, I forked off a project.  This is what I use: https://github.com/bewillcott/netbeans-svuid-generator . Download and build it.  Then install it via Tools/Plugins/Downloaded -> Add Plugins ... Then in the Editor, say a .java file,

Re: Fwd: HTML Disable Auto Completion 12.4

2021-07-12 Thread Bradley Willcott
Hi John. I tried using auto-completion with HTML, and got the following screenshots: I typed: I typed: [Enter] I see nothing wrong with this sequence.  Is your experience different? Brad. On 12/7/21 3:27 pm, John Lavelle wrote: Hi, I'm in meetings all morning. I will video my IDE

Re: users Digest 7 Jul 2021 19:24:25 -0000 Issue 1288

2021-07-08 Thread Bradley Willcott
Chris, As you say "(rightly or wrongly)" - though a compiled 'exe' is just as risky.  Java cannot be blamed for that sort of thing. However, I have not dealt with paranoid end-users so I'll just leave it with you there. When you do get your answers, I would be interested in seeing them also. 

Re: users Digest 7 Jul 2021 19:24:25 -0000 Issue 1288

2021-07-08 Thread Bradley Willcott
Hi Chris. Firstly, I have no experience in developing Netbeans Platform projects.  However, I have developed many others, all Open Source https://github.com/bewillcott . As a suggestion to help with the deployment side, I wish to offer the following ideas for the

Re: v12.4 Fonts wrong

2021-06-25 Thread Bradley Willcott
1 um 11:48 schrieb Lister Jonathan: Not much help for you, but NB 12.4 fonts look OK for me without any serious tweaking on Ubuntu 20.04. This is FlatLaf Dark. J *From:* Bradley Willcott *Sent:* Wednesday, June 23, 2021 10:38

re: v12.4 Fonts wrong

2021-06-23 Thread Bradley Willcott
Hi. Some more info. I went through all the standard themes and found that only the *Nimbus* and *Dark Nimbus* themes provided an override to the small italicised fonts.  However, as you can see in the attached screenshot, even that did not fix the problem in the editor or the output windows.

v12.4 Fonts wrong

2021-06-23 Thread Bradley Willcott
Hi there. I have just installed Netbeans 12.4 on a new computer.  Here is the info from the Netbeans About box: *Product Version:* /Apache NetBeans IDE 12.4/ *Java:* /15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7-27/ *Runtime:* /OpenJDK Runtime Environment 15.0.2+7-27/ *System:* /Linux version

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

2021-04-21 Thread Bradley Willcott
I agree with a lot of what has been said: * Deprecate ANT - New Project (don't remove) * Keep ANT for existing projects Also, I agree that Maven can seem quite overwhelming at first.  I have been using it for only about a year now, and still remember the OMG experience when I first looked

Fwd: Profiler warnings - Illegal reflective access

2021-03-14 Thread Bradley Willcott
Mar 2021 16:06:29 +0800 From: Bradley Willcott To: NetBeans Mailing Hi there, Should I put this into a bug report? This showed up when I was trying to profile an application that was accessing MySQL server.  I was profiling SQL Queries: Profiler Agent: Waiting for connection on port

Profiler warnings - Illegal reflective access

2021-03-14 Thread Bradley Willcott
Hi there, Should I put this into a bug report? This showed up when I was trying to profile an application that was accessing MySQL server.  I was profiling SQL Queries: Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds (Protocol version: 18) Profiler Agent: Established

Re: Java - Copying Project

2021-02-24 Thread Bradley Willcott
Hi Ken, A bit more info on the files you have would help. Like what type of app is it?  JavaFX/ML or Plain Java app, or what? However, I would look at creating a new project and manually adding in the source files. If they are already in the correct directory structure according to their

Re: Javadoc generation from within NetBeans

2021-02-22 Thread Bradley Willcott
chard Grin wrote: With NetBeans 12.1 (Windows 10), it's "generate-sources javadoc:javadoc" too and not "compiler:compile javadoc:javadoc". Richard Le 22/02/2021 à 16:07, Glenn Holmer a écrit : On 2/21/21 9:24 PM, Bradley Willcott wrote: I am using NB 12.1 on Linux. When I

Re: Javadoc generation from within NetBeans

2021-02-21 Thread Bradley Willcott
Hi Glenn, 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". I have no problems using the Generate Javadoc menu option on the project right-click

Re: [base ide] No help available in Apache Netbeans 12.0?

2021-02-18 Thread Bradley Willcott
I might be interested in having a look at it. Do we have the source of the HTML files, such as Markdown, or just the HTML files? Where would be the best place to setup a project for this.  I use GitHub for all my projects. Brad. On 19/2/21 3:38 am, Geertjan Wielenga wrote: Awesome. The

Re: Maven deployment plugin for JavaFX

2020-09-07 Thread Bradley Willcott
Hi David, Hope this helps with the packaging. I have cut this out of one of my projects: org.codehaus.mojo exec-maven-plugin 1.6.0 Zip Binary

Re: Try out and vote for Apache NetBeans 12.1

2020-08-30 Thread Bradley Willcott
Have you checked this? Tools>Options>Java>Maven>Index: "Completely disable indexing". The Visa security may have turned this on. Brad. On 31/8/20 11:28 am, HRH wrote: The Maven dependency search failure on your system might be the concomitant of that security update by Visa, which has

Re: Java programs run in Netbeans but not outside

2020-08-15 Thread Bradley Willcott
Hi Bayless, Are you using an Ant build or Maven?  If Maven, have a look at "maven-jar-plugin" and "maven-dependency-plugin".  Here is an example of both from one of my projects:             org.apache.maven.plugins maven-jar-plugin     3.2.0        

Re: JavaFx Problem

2020-07-07 Thread Bradley Willcott
Hi there. I could not get this to work using NB 12 and Ant.  However, I eventually got it to work with Maven, with a lot of mucking around. :-( Firstly, you had the "create scene" code inside your loops.  By moving this outside of ALL loops, as the last thing to execute, it works. :-) I

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Bradley Willcott
r so good, Brad. On 13/4/20 4:29 pm, Emilian Bold wrote: You can always move those folders elsewhere then move them back. But I doubt it's related to the userdir, must be the cache. --emi On Mon, Apr 13, 2020 at 10:30 AM Bradley Willcott mailto:optusprepa...@gmail.com>> wro

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Bradley Willcott
, userdir. Location of both is in the About box. Gj On Mon, 13 Apr 2020 at 08:20, Bradley Willcott mailto:optusprepa...@gmail.com>> wrote: Hi there. I have deleted some old "-SNAPSHOT" versions of some projects, from my local repo.  However, Netbe

Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Bradley Willcott
Hi there. I have deleted some old "-SNAPSHOT" versions of some projects, from my local repo.  However, Netbeans still thinks that they exist! I have tried to get it to 'update index', both from the 'Services' tab, and from the 'Options' dialog.  Nothing happens. I have even deleted the

Apache Tomcat 9.0.31

2020-03-11 Thread Bradley Willcott
I have been using Tomcat 9.0.27 without problems for sometime. Since I have now upgraded to NB 11.3 and JDK 14, I thought I might as well upgrade Tomcat.  However, it has not been totally plug and play. Q: How does NB communicate with Tomcat? When I start Tomcat from the Services tab, it

Re: Re: Statement of disappointment

2020-03-10 Thread Bradley Willcott
I wish to make one final offering here.  I have found that looking at a working project has helped me to understand how things should be. Therefore, if you are interested, go have a look at one of my open source projects: Markdownj CLI You will

Re: Preview features

2020-03-07 Thread Bradley Willcott
the Output window in response to this e-mail. Thanks, Gj On Sat, Mar 7, 2020 at 10:09 PM Bradley Willcott mailto:optusprepa...@gmail.com>> wrote: 'run' requires the packaged jar file (markdownj-cli-*.jar) that is produced by this very project.  Bootstrapping! On 8/3/20 5

Re: Preview features

2020-03-07 Thread Bradley Willcott
. Gj On Sat, 7 Mar 2020 at 21:59, Bradley Willcott <mailto:optusprepa...@gmail.com>> wrote: There is a reason for that.  This is being run in the: prepare-package At this point, there is no jar file to run.  I only have access to the compiled class files, hen

Re: Preview features

2020-03-07 Thread Bradley Willcott
you provided in nbactions. Gj On Sat, Mar 7, 2020 at 9:21 PM Bradley Willcott mailto:optusprepa...@gmail.com>> wrote: Here are the links to the compiled jar files: BEW Commons Library jar <https://github.com/bewillcott/bewcommons/releases/tag/1.0.2-SNAPSHOT&g

Re: Preview features

2020-03-07 Thread Bradley Willcott
Here are the links to the compiled jar files: BEW Commons Library jar <https://github.com/bewillcott/bewcommons/releases/tag/1.0.2-SNAPSHOT> files Markdownj-core jar <https://github.com/bewillcott/markdownj/releases/tag/0.5.15-SNAPSHOT> files On 8/3/20 3:47 am, Bradley Wi

Re: Preview features

2020-03-07 Thread Bradley Willcott
led versions. On 8/3/20 3:42 am, Geertjan Wielenga wrote: Trying to reproduce, but this is nowhere to be found:                     com.bew             BEWCommons             1.0.2-SNAPSHOT         Gj On Sat, Mar 7, 2020 at 8:31 PM Bradley Willcott mailto:optusprepa...@gmail.com>> wrot

Re: Preview features

2020-03-07 Thread Bradley Willcott
mpiler-plugin' and 'maven-surefire-plugin'. On 8/3/20 3:12 am, Geertjan Wielenga wrote: Read: https://netbeans.apache.org/download/nb113/index.html Gj On Sat, 7 Mar 2020 at 19:12, Bradley Willcott <mailto:optusprepa...@gmail.com>> wrote: I have just installed both JDK 14 and NB

Re: NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
I don't think so.  I have attached a screen shot. On 8/3/20 2:46 am, Валера Солдатов wrote: Do you speak about 'Send To' from C++ plug-in? 07.03.2020 21:19, Bradley Willcott пишет: What happened to the "Send To" tab on the Miscellaneous screen of the Options window? I am curre

NB 11.3 - "Send To"

2020-03-07 Thread Bradley Willcott
What happened to the "Send To" tab on the Miscellaneous screen of the Options window? I am currently using scripts in NB 11.2 to run my markdownj-cli app on a file by file basis. How do I get it back? Thanks, Brad. - To

Preview features

2020-03-07 Thread Bradley Willcott
I have just installed both JDK 14 and NB 11.3. I am trying to incorporate 14's preview features into an on-going project: Markdownj CLI . However, part of my POM processing causes an error: "java.lang.UnsupportedClassVersionError: Preview features