Re: Strange surefire problem using wrong Java version

2022-01-30 Thread Peter Nabbefeld
9.01.22 um 22:25 schrieb Pieter van den Hombergh: reminds me of a caching problem I've  seen before. Rename you cahch dir, to see if this is the case. If not, you can rename it back. On Sat, Jan 29, 2022 at 8:52 PM Peter Nabbefeld wrote: Hello, though I've configured my project to u

Strange surefire problem using wrong Java version

2022-01-29 Thread Peter Nabbefeld
Hello, though I've configured my project to use JDK 1.8, surefire outputs syntax errors about module-info.java, which does even not exist: Jan 29, 2022 8:29:36 PM org.netbeans.modules.settings.RecognizeInstanceObjects$MSL WARNUNG: Not listening on module system Jan 29, 2022 8:29:36 PM

Re: v12.4 Fonts wrong

2021-06-24 Thread Peter Nabbefeld
Hello, I got problems with fonts on Linux, too, with NB 12.4 running on Java 16. I'm not sure, if the following article is related: https://docs.oracle.com/en/java/javase/16/intl/font-configuration-files.html Especially, the following statement: "For Linux, the Oracle JDK is moving away from

Re: NB 11.3 – Can not open old projects

2020-04-16 Thread Peter Nabbefeld
Hello Ulf, just to make sure: Did You add JDK 1.7 as a Java Platform in 11.3? Kind regards, Peter Am 14.04.20 um 20:26 schrieb Ulf Zibis: Thanks for the hint, Laszlo. Surprise: After starting the IDE again to view the logs, the projects were opened automatically. Anyway in the logs I

Grahical Git Browser?

2019-09-22 Thread Peter Nabbefeld
Hello, is there any graphical GUI browser plugin available/planned, like in Eclipse or IntelliJ? Kind regards Peter - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail:

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Peter Nabbefeld
(see inline) Am 19.02.19 um 17:16 schrieb Davide Moschini: Using CMD cli: changed the directory to Netbeans bin folder. this is the command I wrote: netbeans64.exe --jdk-home "C:\.\jdk-11.0.2" This is the answer: The launcher has determined that the parent process has a console and will

How to use OSGi modules as dependencies in NetBeans modules?

2018-11-06 Thread Peter Nabbefeld
Hello, I've got a problem with nbm-maven-plugin: the module is created, but when I start NetBeans with my module, the OSGi dependencies are not found. POM is here: https://github.com/pnabbefeld/NbProjectManagement/blob/master/DocsTree/pom.xml What am I doing wrong? Kind regards Peter

Re: NB 10-vc2 sez my projects "not valid or deleted"

2018-11-05 Thread Peter Nabbefeld
problems with 'Open Recent File', e.g., this one possibly too: https://issues.apache.org/jira/browse/NETBEANS-888 Gj On Mon, Nov 5, 2018 at 11:11 AM Peter Nabbefeld mailto:peter.nabbef...@gmx.de>> wrote: Hi, this is usual behaviour (called "Features on demand",

Re: NB 10-vc2 sez my projects "not valid or deleted"

2018-11-05 Thread Peter Nabbefeld
Hi, this is usual behaviour (called "Features on demand", implemented by ide.ergonomics): To reduce startup time, features are activated only when used. While You can e.g. create a Java SE project when the feature is deactivated, creating the first one will activate Java SE (activating all

Re: NetBeans 9.0 inserts class with fully qualified name when code completition is used

2018-10-09 Thread Peter Nabbefeld
Hi, I've got another problem: Code completion doesn't work at all at some circumstances. So we'll have to see some more context, IMHO. Places where code completion does not work for me: - in braces (e.g. loop odr if conditions) - if I want to import a class included in the JDK (but  only as

Re: NB 9.0: git pull not working

2018-09-10 Thread Peter Nabbefeld
Hello, the error message seems to be created by git, not NetBeans - are You probably using different URLs? Probably one of the answers presented here might help You: https://stackoverflow.com/questions/7077016/how-can-i-resolvecan-not-open-git-upload-pack-error-in-eclipse Kind regards

Re: Maven Project Transferred from Netbeans 8.2 -> 9 No Longer Working?

2018-07-30 Thread Peter Nabbefeld
your help), I don’t think this will be completed very soon. Gj On Monday, July 30, 2018, Peter Nabbefeld <mailto:peter.nabbef...@gmx.de>> wrote: Thank You for the link, Geertjan. In ealy versions of NB 9 it was possible to just copy the enterprise cluster

Re: Maven Project Transferred from Netbeans 8.2 -> 9 No Longer Working?

2018-07-30 Thread Peter Nabbefeld
, considering the 2nd donation is going to be integrated. Kind regards Peter Am 30.07.2018 um 08:13 schrieb Geertjan Wielenga: On Mon, Jul 30, 2018 at 7:13 AM, Peter Nabbefeld mailto:peter.nabbef...@gmx.de>> wrote: I'm still not using it because of the lack of all the web and jee fe

Re: Maven Project Transferred from Netbeans 8.2 -> 9 No Longer Working?

2018-07-29 Thread Peter Nabbefeld
Hello Sarah, "Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact

Re: What happened to SVN?

2018-06-22 Thread Peter Nabbefeld
- (http://subversion.apache.org/packages.html) * SVNKit - (http://svnkit.com) I believe we only have JavaHL nowadays and disabled SVNKit. Not sure about Command Line... --emi ‐‐‐ Original Message ‐‐‐ On 22 June 2018 4:23 PM, Peter Nabbefeld wrote: Hi Geertjan, latest, of course

What happened to SVN?

2018-06-22 Thread Peter Nabbefeld
Hello, what happened to SVN? When trying to checkout some source, I'm stucking asked for where the binary is, even if I select Java-HL (which is AFAIK a library use by NB). Kind regards Peter - To unsubscribe, e-mail:

Any alternatives to JavaHelp?

2018-06-21 Thread Peter Nabbefeld
Hello, AFAIK, JavaHelp still supports only (part of) HTML 3.2 - is there a better alternative? And, important for me, will some alternative be supported in NetBeans? Kind regards Peter - To unsubscribe, e-mail:

Re: How to build JavaCC from source?

2018-06-02 Thread Peter Nabbefeld
ntonio/tmp/javacc/target/javacc.jar   [jar] Building jar: /home/antonio/tmp/javacc/target/javacc-7.0.4.jar BUILD SUCCESSFUL Total time: 5 seconds On 01/06/18 23:27, Peter Nabbefeld wrote: Hi Antonio, trying to build using NB was my first approach, of course, but resulted in several proble

Re: How to build JavaCC from source?

2018-06-01 Thread Peter Nabbefeld
(as retrieved from github's master branch) is a good idea. I imagine the JavaCC people have a proper "pom.xml" file in their master branch. Just clone the repo and import it in NetBeans, then "Clean & Build" should do the job for you. Cheers, Antonio On 01/06/18 19:20, Peter

How to build JavaCC from source?

2018-06-01 Thread Peter Nabbefeld
Hello, I cloned JavaCC from "https://github.com/javacc/javacc.git; and tried to build it with NB 9.0 RC1. Of course, I first set the source/target versions to 1.8. [1] The source hierarchy looks a bit suspicious, most probably because of several entries like the following in pom.xml: src

Re: Starting netbeans 8.0.2 launches KDE Wallet

2018-03-09 Thread Peter Nabbefeld
Hello, I'm using NB 8.1/8.2/dev on Arch Linux. When starting NetBeans, I'm asked for the master password, with the following hint: "The IDE can remember passwords for you, protected by a master password. If you have not chosen one yet, do so now; you will be prompted for it in subsequent

Re: Need help understanding NB error message on git commit

2018-02-01 Thread Peter Nabbefeld
gest: simply find the file name diffs - easy enough to do with 'find'. Thanks. Maybe I will file a bug in Jira as John suggested (would be my first in the new bug tracking system :-) Tom On Thu, Feb 1, 2018 at 12:57 AM, Peter Nabbefeld <peter.nabbef...@gmx.de <mailt

Re: Need help understanding NB error message on git commit

2018-01-31 Thread Peter Nabbefeld
Thnx, Tom On Wed, Jan 31, 2018 at 3:12 PM, Peter Nabbefeld <peter.nabbef...@gmx.de <mailto:peter.nabbef...@gmx.de>> wrote: Hello Tom, sorry, but I don't have a Mac, so I cannot reproduce Your issue. Which file system does Your Mac use? I've found this o

Re: Need help understanding NB error message on git commit

2018-01-31 Thread Peter Nabbefeld
merged in our main branch dev-d5sim151.  I'm now trying to commit the merged changes into the S1385163. Thanks for the links - I'll start reading, I guess.  Just wish NB was a little more forthcoming with what files are having this issue :-( Tschuess, Thomas On Wed, Jan 31, 2018 at 1:40 PM, Pete

Re: [OSGi] Problem starting OSGi bundle with dependencies

2018-01-04 Thread Peter Nabbefeld
For some unknown reason, behaviour seems unstable, i.e. if the target is created, the variables seem to be set correctly, but if it already exists, the settings seem to be erroneous. I'll have to investigate that further.  :-/ Regards P. Am 04.01.2018 um 13:33 schrieb Peter Nabbefeld: Hi

Re: [OSGi] Problem starting OSGi bundle with dependencies

2018-01-04 Thread Peter Nabbefeld
. Kind regards Peter Am 04.01.2018 um 10:52 schrieb Peter Nabbefeld: Hello, I'm currently using nightly build 201712290002. I'm following http://www.geoforge.org/development/osgi/tutorials/tuto_nb_2.php (with some modifications, e.g. updated version numbers). After start, I get

[OSGi] Problem starting OSGi bundle with dependencies

2018-01-04 Thread Peter Nabbefeld
Hello, I'm currently using nightly build 201712290002. I'm following http://www.geoforge.org/development/osgi/tutorials/tuto_nb_2.php (with some modifications, e.g. updated version numbers). After start, I get the following error message: [java] org.osgi.framework.BundleException: Unable to