gpg sign during build

2022-06-04 Thread Jack W.
I should know this but ... My maven build signs the jar. It wants my gpg passphrase The shell window (Linux) I launched NetBeans from says "Enter passphrase:" I have tried all sorts of things, like foregrounding the NetBeans job but I can't successfully enter the passphrase. I have to build it

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
[image: image.png] On Sat, Jan 15, 2022 at 3:21 PM Jack W. wrote: > > > On Sat, Jan 15, 2022 at 3:17 PM Helmut Leininger > wrote: > >> Just a guess. Is there a module-info file? If yes, you may try to delete >> it >> >> > No file with the str

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
On Sat, Jan 15, 2022 at 3:17 PM Helmut Leininger wrote: > Just a guess. Is there a module-info file? If yes, you may try to delete it > > No file with the string "module" in the name in my project nor in the imported .jar -- Jack Woehr # If it doesn't work in Firefox, Box 51,

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
Hi John .. I had that thought, so I jumped out of NetBeans, chose Java 11, and my code compiles and runs as-is. So I'm not sure what NetBeans is enforcing that straight Java 11 does not? $ export JAVA_HOME=`/usr/libexec/java_home -v 11` $ java --version openjdk 11.0.12 2021-07-20 OpenJDK Runtime

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
t a maven error message but one from javac. > > -- > Mark A. Flacy > mfl...@verizon.net > > On 2022 M01 15, Sat 13:00:40 CST Jack W. wrote: > > Doesn't seem relevant, I'm not using Maven. > > > > > > On Sat, Jan 15, 2022 at 10:49 AM Mark A. Flacy > >

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
rizon.net > > > On 2022 M01 15, Sat 10:53:21 CST Jack W. wrote: > > > NB 12.6 downloaded today: > > > > > > I started a project and added the dependent jars to the libraries in the > > > Properties dialog. > > > > > > But w

Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
NB 12.6 downloaded today: I started a project and added the dependent jars to the libraries in the Properties dialog. But when I do an import I get the message: Package *x* is declared in module *y* which is not in the module graph I've been using NetBeans since Xelfi and have never seen this

Re: KEYS file

2021-11-05 Thread Jack W.
On Fri, Nov 5, 2021 at 7:30 AM John Mc wrote: > > > But you can kind links to the KEYS file in the Downloads page on the > website: > Here's where the link is for the 12.5 download: > Ah, thanks, missed it. Maybe make it bigger, and blinking :) Thanks. -- --- Jack Woehr #

Re: KEYS file

2021-11-05 Thread Jack W.
On Thu, Nov 4, 2021 at 12:13 AM John Mc wrote: > Same place it's always been, I believe: > https://dist.apache.org/repos/dist/release/netbeans/KEYS > > If you search for previous vote threads it's usually included in the first > post. > Should there be some navigation from the Downloads page

KEYS file

2021-11-03 Thread Jack W.
Where is the pgp KEYS file hiding these days? -- --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software eventually approximates 1.

Re: PHP CS Fixer

2021-08-01 Thread Jack W.
NetBeans of course invokes the fixer if you do the "reformat" shortcut or menu option, so you don't need to install for that. For manual invocation, follow the install instructions . On Sun, Aug 1, 2021 at 1:41 AM Tom

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf wrote: > FIGURED IT OUT! > > And as is often the case, stackoverflow had the answer: > >

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Having similar problem, asked about it on the list some weeks ago. NB keeps insisting "invalid private key" for SFTP xfer to remote on run. - Source machine Ubuntu 20.04.1 - Target machine is Fedora 33. Very familiar with ssh setup. Interactive and scripted ssh to host works flawlessly.

Re: [NB Module] How to create a module that plays a sound whenever the Java parser detects an error

2020-10-15 Thread Jack W.
On Thu, Oct 15, 2020 at 1:16 PM wrote: > a Netbeans module that plays a feedback sound whenever the user makes a > syntax mistake when typing (Java) code. > Hmm, going thru my code that might sound something line Aaron Copland's " "Fanfare for the Common Man" -- --- Jack Woehr

Re: Setting GIT repository

2020-10-11 Thread Jack W.
Right-click your Project -> Git -> Configuration On Sun, Oct 11, 2020 at 8:44 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: Issues relating to Postgresql JDBC following upgrade to Mac OS Catalina release 10.15.7

2020-10-07 Thread Jack W.
Had a similar problem with an IBM i Db2 ODBC driver after Catalina upgrade. Uninstalled the ODBC driver and re-installed and everything works. On Wed, Oct 7, 2020 at 10:41 AM David Gradwell wrote: > We have for many years built Java applications accessing Postgresql > databases using NetBeans.

Re: 12.1 ?

2020-09-29 Thread Jack W.
On Tue, Sep 29, 2020 at 10:46 AM Laszlo Kishalmi wrote: > Well, first NetBeans is not Ubuntu, neither Microsoft. > Certainly not Microsoft, who have already used VSCode as the Atom killer and possibly would like to administer the *coup de grĂ¢ce* to NetBeans ... --- Jack Woehr #

Re: IDE Appearance Skin changes, editor stays the same

2020-07-07 Thread Jack W.
Fonts & colors fixed it, thanks. --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time http://www.softwoehr.com # saved by said software eventually approximates 1.

IDE Appearance Skin changes, editor stays the same

2020-07-07 Thread Jack W.
In Tools -> Options I changed Appearance from Metal Dark to Metal. IDE changed, editor remains dark. What have I forgotten here, please? --- Jack Woehr # Woehr's Asymptote: The ratio of the time spent Box 51, Golden CO 80402 # administering productivity software over the time