Re: Netbeans development on the Mac

2021-11-19 Thread Emilian Bold
ut not JavaFX? Is the separation of JavaFX an > issue? Is it one of several issues? > > Al > > On Thu, Nov 18, 2021 at 10:58 AM Emilian Bold > wrote: > >> It's not terribly hard. I don't know the app store but for notarization I >> ended up with a script th

Re: Netbeans development on the Mac

2021-11-18 Thread Emilian Bold
It's not terribly hard. I don't know the app store but for notarization I ended up with a script that did the required steps sign and it blessed the DMG. Creating the DMG with some included JRE (say, from Azul Zulu) is also trivial. --emi joi, 18 nov. 2021, 17:06 Chris Olsen a scris: > Hello, E

Re: OT perhaps (better directed to Oracle?): Suggestions for improving checked exceptions in Java.

2021-11-01 Thread Emilian Bold
It looks to me that the JVM doesn't have the concept of checked exceptions, only Java has. So, it may be valid bytecode to just rip out checked exception from the method signatures. New compilations, targeting a modified JAR, will not complain about the checked exception. At runtime they will be ha

Re: OT perhaps (better directed to Oracle?): Suggestions for improving checked exceptions in Java.

2021-10-31 Thread Emilian Bold
I don't understand your proposal. You are trying to explain it in an almost formal way but I don't know what it means... For eg. not sure what "ignored" means. Does it behave like a Runtime Exception? Or is it just not thrown? Same with the other 2 options. I think you could do a byte code proce

Re: slightly off-topic: Can someone with BigSur or older help me out?

2021-10-18 Thread Emilian Bold
I also don't see any problem on AdoptOpenJDK 11 / macOs Mojave. --emi On Tue, Oct 19, 2021 at 12:04 AM John Mc wrote: > > Hi Thomas, > > I am running Catalina(10.15.7) and Amazon Corretto(15)[1], I used your code > and didnt notice any problems, my cursor changed every time. > > Hope this helps

Re: Pssst! [Kotlin Support]

2021-10-12 Thread Emilian Bold
on, 11 Oct 2021 at 23:36, Neil C Smith wrote: > >> On Sun, 10 Oct 2021 at 14:42, Emilian Bold >> wrote: >> > Looks like Kotlin is working as intended and funneling people into >> IntelliJ. >> >> +1 - this! IMO it's a good t

Re: Pssst! [Kotlin Support]

2021-10-10 Thread Emilian Bold
Looks like Kotlin is working as intended and funneling people into IntelliJ. --emi On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas wrote: > > I have found myself cajoled into using IntelliJ because it allows one to use > Java and Kotlin sources simultaneously. To do this however, I have had to > c

Re: With JDK 17, Oracle moves back to a free license

2021-09-14 Thread Emilian Bold
Indeed, there is no reason to switch back to Oracle JDK unless you want legal ambiguities. There are many JDK vendors/builds now, the Oracle build doesn't have anything fancy, they themselves tried very hard to kill it and now want back into the spotlight. I don't think it works that way and I can'

Re: serialVersionUID generator

2021-09-08 Thread Emilian Bold
I see there is an older plugin in the 11 Plugin Portal https://cwiki.apache.org/confluence/display/NETBEANS/Where+to+download+plugins+for+NetBeans+10.0+and+earlier http://plugins.archive.librebeans.org/nbms/1559203287_org-pr-nb-suid.nbm"; downloadsize="9863"homepage="https://github.com/manikantann

Re: How to send "Report Problem"

2021-09-06 Thread Emilian Bold
I think in the olden days you could have just pressed 'Send' and the report would have been automatically sent to the errors tracker database. But nowadays Apache by policy disallows such data gathering, even if it is user initiated. I wonder if it's worth making a plugin that does allow this (I

Re: NB12.4 quit

2021-08-23 Thread Emilian Bold
May have to build myself a new desktop. Bummer.. > > But thanks for your response Emilian. > > On Sun, Aug 22, 2021 at 11:36 PM Emilian Bold wrote: >> >> You could try jstack to see what the threads are doing. Maybe a heap dump? >> >> But if it locks

Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Emilian Bold
AED8 4A26 01CE DA93 82F3 So this confirms to me that at least the GitHub VM also doesn't get corrupted bits. --emi On Mon, Aug 23, 2021 at 5:02 PM Emilian Bold wrote: > > Maybe you yourself are being targeted or your disk / RAM is corrupting data. > > --emi > > On Mon, Aug

Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-23 Thread Emilian Bold
o verify via sha512 for I'd like to do so too. > > Am 22.08.21 um 19:57 schrieb Emilian Bold: > > Just tested: > > > > $ shasum -c Apache-NetBeans-12.4-bin-linux-x64.sh.sha512.txt > > ./Apache-NetBeans-12.4-bin-linux-x64.sh: OK > > > > Not sure which

Re: NB12.4 quit

2021-08-22 Thread Emilian Bold
You could try jstack to see what the threads are doing. Maybe a heap dump? But if it locks up the desktop I suspect it may be the OpenJDK itself. --emi On Mon, Aug 23, 2021 at 1:43 AM Chuck Davis wrote: > > Referenced has been sometimes closing itself and other times performing a > hard lock o

Re: [verification] Neither gpg nor sha512 verifies integrity of Apache-NetBeans-12.4-bin-linux-x64.sh

2021-08-22 Thread Emilian Bold
Just tested: $ shasum -c Apache-NetBeans-12.4-bin-linux-x64.sh.sha512.txt ./Apache-NetBeans-12.4-bin-linux-x64.sh: OK Not sure which server the CDN pointed me to. Maybe your mirror is corrupted. --emi On Sun, Aug 22, 2021 at 4:41 PM Christian Kruggel wrote: > > Hello everyone, > > I downloade

Re: Netbeans struggles with hierarchical Gradle Projects

2021-08-21 Thread Emilian Bold
>> What you are doing there is a bad practice. > Says who and why. Please elaborate. :-) Says the guy that wrote the Gradle support in NetBeans and that (as far as I remember) has a job related to builds and stuff like this. I have nothing else to add. Gradle is great as long as somebody else co

Re: Official NetBeans Plugin new site?

2021-08-06 Thread Emilian Bold
See https://cwiki.apache.org/confluence/display/NETBEANS/Where+to+download+plugins+for+NetBeans+10.0+and+earlier Sadly the backend server is off (I have to restart it... soon). But the most common plugins are cached and will be downloaded. --emi On Fri, Aug 6, 2021 at 4:18 PM Tim Mullé wrote:

Re: Auto Popup Completion Window

2021-08-04 Thread Emilian Bold
I just tried this and I can't reproduce it. It I uncheck for HTML there's no auto popup window. The popup window does show up if I expressly press cmd+space and stays there until I close it with Escape or until I select some option. Maybe this is the odd behaviour you are annoyed by? It is odd:

Re: Auto Popup Completion Window

2021-08-04 Thread Emilian Bold
A few weeks back John (CCed) started another similar thread. --emi On Thu, Aug 5, 2021 at 9:24 AM Tom Rushworth wrote: > > Using Netbeans 12.4 on Windows 10. > > I do not want the Auto Popup Completion Window to pop up in HTML and PHP. > Other file types OK. > > I have checked the Auto Popup fo

Re: GIT branch naming

2021-08-04 Thread Emilian Bold
I wonder if it's the extra space after "feature/"? --emi On Wed, Aug 4, 2021 at 2:38 AM Greenberg, Gary wrote: > > Our company policy require branches in the repository to contain department > ID and JIRA ticket number. > I.e. bugfix/DEPTID-JIRATICKET or feature/ DEPTID-JIRATICKET. > > Our stas

Re: Resolving GIT Merge conflicts breaks code

2021-07-29 Thread Emilian Bold
Haha, did I mention there's also an unmerged patch from me *in Bugzilla* (ie. since forever) providing a proper 3-way merge GUI to NetBeans? I just use the command line. It's good enough. --emi mie., 28 iul. 2021, 16:39 Andreas Reichel a scris: > On Wed, 2021-07-28 at 16:29 +

Re: Resolving GIT Merge conflicts breaks code

2021-07-28 Thread Emilian Bold
>> As for bribing, sadly there is no longer a fork of NetBeans that could take >> the funds to do such fixes and push them upstream ;-) > > Emilian and Team, > > Thank you for your feedback. > How am I supposed to read that: > > a) there is already such a Fork (and I just do not know about) or > >

Re: JFROG XRAY plugin

2021-07-16 Thread Emilian Bold
I think it would be good feedback to JFrog that paying customers use NetBeans. Maybe that will convince them they need to invest into a plug-in. --emi vin., 16 iul. 2021, 03:44 Greenberg, Gary a scris: > Our cyber security dept. requested developers to install JFrog XRAY plugin > for every IDE

Re: NetBeans Platform "Golden Path"

2021-07-12 Thread Emilian Bold
I don't think the Platform is opinionated about not including a JRE, it's just that they can't under Apache. NetBeans used to come as a JDK bundle in the Sun Microsystems and Oracle days. So, all the plumbing is still there and in the conf file is just a jdkhome to set. It was relatively easy to

Re: HTML Disable Auto Completion 12.4

2021-07-08 Thread Emilian Bold
Back when I was working on this each such settings had a property that was being saved by NetBeans. So, just because there's no UI for it it doesn't mean you can't make a simple module that tweaks that property or just hand-edit an XML in your userdir. So now, the questions just is how was that pr

Re: NetBeans Platform "Golden Path"

2021-07-07 Thread Emilian Bold
1. Don't use JPMS 2. Use Maven and nbm-maven-plugin. Documentation isn't the best but you can do most things with it including wrapping jars (ie. Maven Central dependencies), doing branding, doing the app. 3. I don't think anybody looked into using jlink/jpackage (which probably would need JPMS, no

Re: Question about netbeans compatibility

2021-06-28 Thread Emilian Bold
If you download a 32bit JRE (there's a 32bit Zulu) then I expect NetBeans would work. --emi lun., 28 iun. 2021, 09:38 LOVELIN DHONI J.B a scris: > I want to download netbeans latest version on my PC. My PC is windows 7 32 > bit version. Does Netbeans 12.4 supports that or which version of Netbe

Re: JavaScript Framework's

2021-06-27 Thread Emilian Bold
It's very easy to understand why: supporting a major framework requires a huge investment in terms of time/money. So you either need a super passionate individual or group that will do all this work for free or you need money from a company or the community. I don't think the Netbeans community c

Re: Java 16 Javadocs?

2021-06-24 Thread Emilian Bold
I was thinking of something online. --emi joi, 24 iun. 2021, 01:16 Andreas Reichel a scris: > Greetings. > > On Wed, 2021-06-23 at 17:32 +0300, Emilian Bold wrote: > > It's amazing there's no 3rd party place for Javadocs considering there's > now so many Open

Re: Java 16 Javadocs?

2021-06-23 Thread Emilian Bold
It's amazing there's no 3rd party place for Javadocs considering there's now so many OpenJDK distros. Luckily the IDE doesn't show the huge cookie consent you see on docs.oracle.com --emi On Wed, Jun 23, 2021 at 10:15 AM Christian Pervoelz wrote: > If you have added the Java Platform via Tool

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Emilian Bold
Alan, I wonder if you meant that xdebug.start_with_request also needs the xdebug.mode config? --emi On Fri, Jun 18, 2021 at 12:22 AM Alan wrote: > Hi Tom, > > Thanks for your response. I found the problem. I had > > xdebug.start_with_request = yes > > in the INI file. Misinterpreted the docume

Free NetBeans stickers ...again

2021-06-13 Thread Emilian Bold
Hello, You can request free NetBeans stickers to be mailed on http://www.codeswith.com/sticker.html http://www.codeswith.com also has some nice interviews about NetBeans. If you want to write your own testimonial about NetBeans, let's get in touch. --emi ---

Re: [platform] Module load order maven application

2020-08-15 Thread Emilian Bold
Yes, adding OpenIDE-Module-Module-Dependencies by hand is pretty old school :-) --emi sâm., 15 aug. 2020, 14:37 Patrik Karlström a scris: > This is really cool, > first I noticed that the nbm-maven-plugin supports > configuration, > then that I don't have to use them. :) > > Looking at a modul

Re: [platform] Module load order maven application

2020-08-14 Thread Emilian Bold
Den fre 14 aug. 2020 kl 11:39 skrev Emilian Bold : > >> I feel you are enumerating a whole bunch of workarounds you already >> thought about without giving us an example of the real issue you >> experienced. >> > > I was unable to, and still am, specifying the is

Re: [platform] Module load order maven application

2020-08-14 Thread Emilian Bold
I feel you are enumerating a whole bunch of workarounds you already thought about without giving us an example of the real issue you experienced. Normally, modules can be installed and enabled and disabled by users are any time. If your app is somehow erratic now it means there's a hidden depende

Re: Aliased font rendering in Override popup

2020-07-23 Thread Emilian Bold
Quite possible. The are a few places where fonts are drawn manually so there may be problems with antialias and HiDPI screens. Tooltips come to mind --emi mie., 22 iul. 2020, 20:08 Niklas Matthies a scris: > Hi, > > I noticed that in the popup menu that opens when clicking on the Java > overrid

Re: Netbeans and Gradle is not comfortable anymore

2020-07-20 Thread Emilian Bold
I'm not entirely certain but the Gradle support is NetBeans 10 is the official one or the other plugin made by Atilla? --emi On Mon, Jul 20, 2020 at 1:29 AM Winter Silence wrote: > I am a happy Netbeans user for about 3 years now. For a long time I've > been working for a single Gradle-managed

Re: Networking module? Netbeans platform

2020-07-20 Thread Emilian Bold
Hm, I never tested this but I wonder if opening a plain URL connection goes through the proxy or not. Perhaps it does? We have the Core Network module but it's not public API https://bits.netbeans.org/dev/javadoc/org-netbeans-core-network/overview-summary.html And, of course, the autoupdate infra

Re: NetBeans 8.2 Maven Artifacts, anyone?

2020-07-16 Thread Emilian Bold
> Hi Emi, > > I think that the easiest way to download the stuff it using the Maven > Indexer. I think that you can use that to fetch a list of artifacts (and > even the artifacts themselves) for all Oracle NetBeans releases. > > Kind regards, > Antonio > > El 16

Re: NetBeans 8.2 Maven Artifacts, anyone?

2020-07-16 Thread Emilian Bold
Loads of people do. Please provide a way to easily download what NetBeans/Oracle plans on deleting and I will back then up somewhere. --emi joi, 16 iul. 2020, 11:17 Antonio a scris: > Hi all, > > Is anybody still using NetBeans 8.2 Maven artifacts? Is there any > interest in keeping those aroun

Racing condition in DataFolder.setSortMode(DataFolder.SortMode.LAST_MODIFIED)?

2020-07-12 Thread Emilian Bold
I have a strong suspicion that org-openide-loaders DataFolder.setSortMode(DataFolder.SortMode.LAST_MODIFIED) could lead to a racing condition in the sorting and cause something like https://bz.apache.org/netbeans/show_bug.cgi?id=257997 java.lang.IllegalArgumentException: Comparison method violate

Re: NetBeans RCP

2020-07-10 Thread Emilian Bold
I think one of the books has recently been updated given the Apache move. Still, things haven't changed that much on the Platform side so any older reference will /kinda/ work just as well. The lack of JavaHelp and JavaFX not being part of the JRE are going to be your biggest concerns. --emi On

Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-09 Thread Emilian Bold
body of generated methods, choose Tools | Templates. > } > > That's it:) > > I also think this is something other users might want, i will propose it > as feature request > > > > Le 08/07/2020 à 09:48, Emilian Bold a écrit : > > That other method

Re: [Bugtracking API] Create new task in LocalTasks Repository programmatically ?

2020-07-08 Thread Emilian Bold
That other method returns a Local task which has some setters. Is that not enough? --emi lun., 6 iul. 2020, 10:37 Bilu a scris: > Is this possible ? > Le 29/06/2020 à 10:59, Bilu a écrit : > > Hello, > > Is there a way to add new task to the local repository programmatically ? > > Bugtracking A

Re: Running NetBeans version

2020-07-07 Thread Emilian Bold
Note that your module could run on any NetBeans Platform app, not just on IDE. Two approaches: * via branding: eg. http://wiki.netbeans.org/DevFaqMainTitle * via module versions / ModuleInfo: https://netbeans.org/download/5_5/org-openide-modules/org/openide/modules/doc-files/api.html#listing --e

Re: JavaFx Problem

2020-07-05 Thread Emilian Bold
Start by telling us which errors you see. --emi lun., 6 iul. 2020, 08:04 Brain Rebooting a scris: > Why Apache NetBeans 12 don't execute my JavaFX program? I run the same to > same program in IntelliJ IDEA community edition and it works. But NetBeans > shows there are some errors. Here is my so

Is NetBeans too eager to scan folders?

2020-06-26 Thread Emilian Bold
Hello, I know we have native file listeners which are super snappy but I now think NetBeans is too eager to scan folders! For example, I see the IDE take a lot of CPU doing 'Background scanning of projects' and that background scanning seems to eagerly index the build/ classes that Gradle is just

Re: Command line parameter with JUnit

2020-06-20 Thread Emilian Bold
Maybe just plain -D --emi On Sat, Jun 20, 2020 at 7:48 PM Jerome Lelasseux wrote: > > I need to change the logging level of some files during unit tests (NB 11.3). > > According to this wiki page > http://wiki.netbeans.org/DevRunningTestsPlatformApp it's possible to add > command line parame

Re: nbm-maven-plug for java14

2020-06-13 Thread Emilian Bold
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin --emi On Sun, Jun 14, 2020 at 12:45 AM Richard Linsdale wrote: > > I have just upgraded to Netbeans 12.0 and java14 and am have trouble in > getting a suitable version of the nbm-maven-plug which works in this > environment. Versi

Re: problem with xquartz on mac osx

2020-06-12 Thread Emilian Bold
One is copy pasting text the other files. My guess is that on OSX you have some local clipboard configured by default which means it might try to put that file in the macOS clipboard and it does nothing. Try disabling the clipboard in the Quartz config and see if you see the same problem. --emi v

Re: "Runtime Platform" in (Ant) project properties

2020-06-10 Thread Emilian Bold
essed up due to that. --emi On Wed, Jun 10, 2020 at 9:28 AM Thomas Kellerer wrote: > > Well, if that dropdown doesn't do anything I absolutely vote to remove it (or > implement the feature it promises to do ;) ) > > Thomas > > > Emilian Bold schrieb am 06.06.2020 um

Re: "Runtime Platform" in (Ant) project properties

2020-06-06 Thread Emilian Bold
Sounds like that combobox is pointless and confusing to users and should be removed? --emi sâm., 6 iun. 2020, 15:24 Geertjan Wielenga a scris: > > https://stackoverflow.com/questions/35071993/how-to-change-netbeans-java-project-runtime > > That might help and at least explains the current state

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-03 Thread Emilian Bold
Aren't you using an annotation which creates a generated-layer? --emi On Wed, Jun 3, 2020 at 6:45 PM Bilu Al wrote: > yes it works even without registering it in the layer.xml. Should be > another API probably... > > Le mer. 3 juin 2020 à 16:43, Emilian Bold a > écrit :

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-03 Thread Emilian Bold
enable/disable it > in the Editor Options for that specific language > > Le mer. 3 juin 2020 à 13:07, Emilian Bold a > écrit : > >> Hm, I never knew code folding is supposed to auto-register in that >> setting panel. Are you sure? >> >> Do you not see code fold

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-03 Thread Emilian Bold
language is displayed: > [image: 22.png] > > > is there anything wrong in my layer.xml ? > > Le mer. 3 juin 2020 à 08:01, Emilian Bold a > écrit : > >> Looks good to me: >> >> > Register FoldManagerFactory into xml layer into the directory >> "Edi

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-02 Thread Emilian Bold
Looks good to me: > Register FoldManagerFactory into xml layer into the directory > "Editors//FoldManager/" --emi On Wed, Jun 3, 2020 at 1:42 AM Bilu Al wrote: > > Hello, > > Is it possible to register custom language to the language context tab in > editor options for: Folding, Formating, Hi

Re: Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread Emilian Bold
OpenBeans is based on 11.2 but has the C/C++ modules freshly compiled: http://www.openbeans.org/comparison.html --emi On Mon, Jun 1, 2020 at 2:07 AM Ulf Zibis wrote: > > Hi, > > you can add this UpdateCenter to NB: > http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog

Re: Netbeans and malware article

2020-05-30 Thread Emilian Bold
not in the research article, but comes from me >> asking repeated questions on Twitter to the guy behind tbe report. >> >> Gj >> >> >> On Sat, 30 May 2020 at 13:57, Emilian Bold >> wrote: >> >>> Note this is not a CVE since it's not a

Re: Netbeans and malware article

2020-05-30 Thread Emilian Bold
> belong to computer science students, perhaps some changes to Apache >> Netbeans IDE defaults, or added warnings would help users avoid inadvertent >> contamination of their code or build environments from untrusted origins. A >> general lesson in good practice perhaps. >>

Re: Netbeans and malware article

2020-05-30 Thread Emilian Bold
formance > reasons), but not the project folders, make you more at risk to something > like this? > > On Fri, May 29, 2020 at 12:40 PM Alan wrote: >> >> The malware is oddly focused. I suspect a specific group was being targeted. >> If eventually GitHub releases the proje

Re: Netbeans and malware article

2020-05-29 Thread Emilian Bold
u more at risk to something > like this? > > On Fri, May 29, 2020 at 12:40 PM Alan wrote: >> >> The malware is oddly focused. I suspect a specific group was being targeted. >> If eventually GitHub releases the project names that might provide a clue. >> >> On

Re: Netbeans and malware article

2020-05-29 Thread Emilian Bold
> so I guess this is all just about me. :-) Hehe. Still, they worked too much to target Ant and NetBeans. I think the Gradle wrapper is a much easier target and developers will run ./gradlew without a 2nd tought. --emi On Fri, May 29, 2020 at 10:25 PM Geertjan Wielenga wrote: > > > Sure, thos

Re: Netbeans and malware article

2020-05-29 Thread Emilian Bold
Seems near-impossible for this to actually be in the wild. According to https://securitylab.github.com/research/octopus-scanner-malware-open-source-supply-chain macOS developer machines seem unaffected. For Linux / Windows developer machines look for: * nbproject/cache.dat files * $HOME/.local/s

Re: Problem with libs

2020-05-28 Thread Emilian Bold
It's not related to Windows. I guess in your old IDE you defined a library for MySQL and registered the driver JAR in there. (Tools something menu) Your project is referencing it but you are missing it in the new IDE. --emi mie., 27 mai 2020, 20:36 Ken Litkowski a scris: > I am getting the me

Re: API key storage best practices: help from NetBeans?

2020-05-23 Thread Emilian Bold
> ¿Does netbeans provide a "keyring" of some sorts where user credentials are stored, and is such a store accessible through an API? http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-keyring/overview-summary.html > Actually this has nothing to do with IDEs and am not aware of any that int

How to add nbm-maven-plugin implementation dependency?

2020-05-22 Thread Emilian Bold
Hello, If I create a Java with Maven | NetBeans Application for RELEASE113 I just can't add an implementation dependency to org-netbeans-core-network. I'm using org.netbeans.modules org-netbeans-core-network ${netbeans.version} provided

JDK 14 missing pack200 is a problem even for older NetBeans plugins!?

2020-05-21 Thread Emilian Bold
I assumed the removal of pack200 is a problem only for the NetBeans installer, but apparently NetBeans cannot even install older modules: WARNING [org.netbeans.updater] java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.base/java.lang.ProcessImpl.create(N

Re:

2020-05-19 Thread Emilian Bold
Maybe he doesn't have root on that machine? --emi On Tue, May 19, 2020 at 10:01 PM Juan Algaba wrote: > > > Please give me idea that include no command. > Also, you're on linux and a developer, Why such a strange requirement? > I think "sudo apt install openjdk-8-jdk" is easier than actually > h

Re: When will 12.0 be released?

2020-05-18 Thread Emilian Bold
There is a web interface but I think in order to post you need an Apache id: https://lists.apache.org/list.html?users@netbeans.apache.org > The mailing list is an anachronism. Probably by design. Just like the crocodile, mailing lists are since the dawn of Internet and will outlive any other comm

Re: Decompiler for java

2020-05-16 Thread Emilian Bold
> 1. Machine learning capabilities to code completion. Let's just put this under "better code completion". You don't know that only ML can provide this and it being ML will not necessarily make it better. For JS we could provide better code completion in commercial tooling using better static anal

Re: Apache NetBeans 11.3

2020-05-12 Thread Emilian Bold
Might be your old Maven NBM modules perhaps? I think you can try to create a new Maven-based NBM and it will open. See how they pom.xml files differ. --emi On Tue, May 12, 2020 at 9:43 PM Enciu Petre wrote: > > > Hello > > Apache netbeans 11.3 does not support nbm packaging. > > Every module h

Re: [C++]C++ plugin installation

2020-05-11 Thread Emilian Bold
Try http://openbeans.org/ it has the C/C++ modules included. Not sure which UC of mine you used... I don't have any except those for OpenBeans. --emi On Tue, May 12, 2020 at 9:07 AM Bilu wrote: > Hello, > > For some reason my company Firewall is blocking connections to the > Netbeans 8.2 Plug

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Emilian Bold
> > Is there a maintained Maven-Repository for the old versions of NetBeans? > The current one does not work. > > Tino > > > Am 11.05.2020 um 10:18 schrieb Emilian Bold: > > My answer doesn't assume you are an IDE user, but you are a Maven consumer > of JARs. Exte

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Emilian Bold
em with me. > Tino > Am 11.05.2020 um 09:34 schrieb Emilian Bold: > > Did the populate goal not work for you? > > You might need to find the populate-repository plugin (which, sadly, was > on Codehaus for a long time) and see if you can build your stuff starting > from sc

Re: Maven-Repository for older (pre 9) releases

2020-05-11 Thread Emilian Bold
Did the populate goal not work for you? You might need to find the populate-repository plugin (which, sadly, was on Codehaus for a long time) and see if you can build your stuff starting from scratch, using the NetBeans (8.x) install and by populating the local Maven repo with that plugin. --emi

Re: Error badge on the correct code

2020-05-07 Thread Emilian Bold
I always assumed that stray Java error badges are a mismatch between the internal compiler/parser NetBeans used and the actual project compiler. Since this happens for JSON either it's a similar parser bug or even worse an index invalidation bug. Seems really awful product-wise to have a recommen

Re: C++ compiler gone weird, flags errors

2020-05-04 Thread Emilian Bold
I'm pretty sure there was no C++ release from NetBeans in the past week. It was a fluke on your machine. --emi On Mon, May 4, 2020 at 9:17 PM Brenden Towey wrote: > > And thank you to whoever released the new C++ patch for Netbeans this > morning. The errors have disappeared and all seems to

Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-04-30 Thread Emilian Bold
stack trace info of the build failure. > > If it works on the command line then you need to setup gradle properly in > netbeans. > > On Wed, 29 Apr 2020, 07:30 Emilian Bold, wrote: > >> Hello, >> >> I have a Gradle based project that won't load in any vers

Gradle based project won't load. How to investigate it or see compiler output?

2020-04-28 Thread Emilian Bold
Hello, I have a Gradle based project that won't load in any version of NetBeans, including the 12 beta. The notification shown says: > Compilation failed; see the compiler output for details. > Execution failed for task: '' > Execution failed for task: '' > Could not run build action using Gradle

Re: How to Alt + Enter on mac?

2020-04-22 Thread Emilian Bold
I see in the popup 'Alt-Enter shows hints' and on macOS Mojave Alt + Enter does the job. The key with 'Alt' on it, not Cmd, not Ctrl. --emi On Wed, Apr 22, 2020 at 2:54 PM Ewan Slater wrote: > Hi, > > Could somebody please tell me how to do Alt+Enter on Mac (and yes, I > have googled and looke

Re: I cannot find the MySQL Plugin

2020-04-19 Thread Emilian Bold
If you rightclick Databases in the Services window you have a 'Register MySQL server' action. If you right click and do 'New Connection' you have a wizard mentioning how the MySQL driver can be installed. Due to licensing issues Apache can't include out of the box the MySQL driver... --emi On S

Re: Overriding equals and hashCode in subclass: wizard doesn't include inherited fields.

2020-04-19 Thread Emilian Bold
Interesting. Another idea might be to rely on super.hashCode and super.equals somewhere in there? --emi On Sun, Apr 19, 2020 at 6:00 AM Owen Thomas wrote: > Hi. I'm using NB 11.0. > > I'm trying to override equals and hashCode for a subclass of a type that > extends object. The inherited class

Re: Apache NetBeans IDE DEV, terminal, cygwin is not installed

2020-04-14 Thread Emilian Bold
Maybe we are thinking of different things but you basically want the IDE to just execute externally another terminal-like app? --emi mar., 14 apr. 2020, 17:32 Vladimir Kokovic a scris: > Hi, > > Ok, but why can't a "terminal" be an "external terminal" that otherwise > works properly? > > >

Re: Apache NetBeans IDE DEV, terminal, cygwin is not installed

2020-04-14 Thread Emilian Bold
Nor sure about mingw but I guess the cmd window was not a VT when this was implemented in NetBeans? (I guess it might be a VT nowadays, but maybe not.) --emi On Tue, Apr 14, 2020 at 4:45 PM Vladimir Kokovic wrote: > Hi, > > Is there any explanation why NetBeans can't use "cmd window" or > "mi

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Emilian Bold
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 wrote: > Hi, > > That doesn't seem very practical, as it will blow away all my settings. > Further, I'm look for

Re: Netbeans IDE - See the compiled code from Java class like Eclipse IDE

2020-04-11 Thread Emilian Bold
Normally if you have a Maven project you can go to the dependency, right-click it, then tell it to download the sources. After the sources are automatically downloaded by the IDE, jumping into that class will show you the source code. --emi On Sun, Apr 12, 2020 at 6:22 AM Lucas Sampaio wrote:

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-10 Thread Emilian Bold
lt;https://maven.apache.org/POM/4.0.0https://maven.apache.org/xsd/maven-4.0.0.xsd> > . > > The schema at https://maven.apache.org/xsd/maven-4.0.0.xsd declares xmlns= > "http://maven.apache.org/POM/4.0.0"; <http://maven.apache.org/POM/4.0.0>. > > > On 4/10/20 12:30 PM, Em

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-10 Thread Emilian Bold
> actually a valid namespace for the maven pom XML? > On 4/10/20 1:39 AM, Emilian Bold wrote: > > Interesting. I think there's a whitelist of schema URLs in NetBeans > and they have the original http variant. Please report this on JIRA, > somebody might pick it up for 12

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-10 Thread Emilian Bold
👍 --emi --emi On Fri, Apr 10, 2020 at 5:35 PM Philip Durbin wrote: > Sure, here you go: https://issues.apache.org/jira/browse/NETBEANS-4148 > > On Fri, Apr 10, 2020 at 1:40 AM Emilian Bold > wrote: > >> Interesting. I think there's a whitelist of schema URLs in

Re: Netbeans 12.0 beta 2 - how to add an external jar

2020-04-10 Thread Emilian Bold
https://stackoverflow.com/q/5692256 --emi On Fri, Apr 10, 2020 at 12:49 PM Louis Collet wrote: > It’s an old .jar , not available via Maven Repository > > > > *From:* Geertjan Wielenga > *Sent:* vendredi 10 avril 2020 11:32 > *To:* Louis Collet > *Cc:* NetBeans Mailing List > *Subject:* Re:

Re: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-09 Thread Emilian Bold
Interesting. I think there's a whitelist of schema URLs in NetBeans and they have the original http variant. Please report this on JIRA, somebody might pick it up for 12 (which would be the next LTS version). --emi On Fri, Apr 10, 2020 at 3:25 AM Philip Durbin wrote: > > I see what happened. In

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-26 Thread Emilian Bold
iled) Raspbian was booting and working fine. > > > On Wednesday, 25 March 2020, 22:13:40 GMT, Emilian Bold > wrote: > > > The most likely explanation is that it was the hardware card failing > that made NetBeans not work properly. > > I wouldn't know how the 8.2 plugi

Re: Netbeans C/C++ failing on Rasbian Buster (based on Debian)

2020-03-25 Thread Emilian Bold
The most likely explanation is that it was the hardware card failing that made NetBeans not work properly. I wouldn't know how the 8.2 plugins work with current NetBeans but other people seem to suggest this workaround (although OpenBeans.org has had the /up-to-date/ C/C++ modules since 2018, sigh

Re: When to install nb-javac

2020-03-23 Thread Emilian Bold
Is there some table highlighting the features that are broken with / without nb-javac? The nice page at https://cwiki.apache.org/confluence/display/NETBEANS/Overview%3A+nb-javac does highlight that there is a good reason nb-javac exists. Even when running on JDK 9+ are we really on-par with all th

Re: Generate missing switch cases for an enum

2020-03-19 Thread Emilian Bold
seems like a neat feature to add to Java too... --emi On Thu, Mar 19, 2020 at 6:18 PM Jerome Lelasseux wrote: > > I just realized the annoucement below was specific for C/C++... I use java. > > Le jeudi 19 mars 2020 à 17:14:25 UTC+1, Jerome Lelasseux > a écrit : > > > Hi, > > Since 8.1 Netbean

Re: Java 14 / Netbeans download problem

2020-03-18 Thread Emilian Bold
Then again, the installer could perhaps *detect* JDK 14 and give the users a nicer message? --emi On Wed, Mar 18, 2020 at 11:21 PM Chris Olsen wrote: > > Geertjan and All -- > >> Or don’t use JDK 14 when installing as explicitly stated on the > download page. > >I have GOT to learn to

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Emilian Bold
> So far I don’t think anyone has figured out how it can be reincluded in a > NetBeans Platform app, if you manage to do it, would be great if you’d share > your findings. The simplest solution is to just compile your own Platform with the javahelp module and go on your merry way. --emi On Tue

Re: 11.3 - font size much smaller

2020-03-16 Thread Emilian Bold
> Perhaps we should detect people running Java 8 on Windows systems with HiDPI enabled, and show a warning in this case. Yes, sounds like a good notification to show users. --emi lun., 16 mar. 2020, 17:28 Eirik Bakke a scris: > I did a little debugging off-list with Jonathan--the problem was

Re: Statement of disappointment

2020-03-13 Thread Emilian Bold
t; Gj > > On Fri, 13 Mar 2020 at 21:28, Emilian Bold wrote: >> >> You guys are laudable! >> >> Back in late 2018 when I launched CoolBeans I also put up a store page >> as I imagined it was possible to get paid working on NetBeans codebase >> itsel

Re: Statement of disappointment

2020-03-13 Thread Emilian Bold
n wrote: > > Thomas and All -- > >Mine is much the same story. Would there be some way to contribute $$$ > (or, in my case, $$) to the team meaningfully? > > -- Chris > > - Original Message - > From: Thomas Wolf > To: John Mc > Cc: Robert Erdt , bm

  1   2   3   4   >