Re: Build Error

2018-05-04 Thread Emilian Bold
A full stacktrace would help. Not sure why you are bumping into this as the project build well on many other systems so it must be JDK / Ant related too. Seems to be issue https://netbeans.org/bugzilla/show_bug.cgi?id=251566 --emi ‐‐‐ Original Message ‐‐‐ On 4 May 2018 12:45 PM,

Re: Netbeans CPU use

2018-05-13 Thread Emilian Bold
I suspect it might be Groovy-related. I remember a while back I also tried a Groovy project (which was supposed to be even faster than Maven) and was thoroughly surprised when I noticed NetBeans entirely slow down. I believe you could create some thread dumps to see the possible culprit. Also

Re: Maven modules

2018-05-14 Thread Emilian Bold
I haven't followed that issue, but have you tried nbm:populate-repository from nb-repository-plugin? --emi ‐‐‐ Original Message ‐‐‐ On 14 May 2018 1:11 PM, Luff,Chris wrote: > Hey I am watching >

Re: Netbeans 8.2 editor state lost when Windows 10 sleeps

2018-04-27 Thread Emilian Bold
Could you report this problem on JIRA  https://issues.apache.org/jira/projects/NETBEANS/summary with more details / logs? I don't understand what it means that editors lose the serialization. --emi ‐‐‐ Original Message ‐‐‐ On 26 April 2018 6:52 PM, Larry Sheffield

Re: NetBeans platform application in Windows Docker container

2018-04-27 Thread Emilian Bold
Never heard of this, but are there no NetBeans logs to look at? It might be just the .exe launcher having and issues inside this new configuration. Have you tried just running java by hand? A non-GUI Platform app shouldn't have that many JARs. --emi ‐‐‐ Original Message ‐‐‐ On 28

Re: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-27 Thread Emilian Bold
I'll try to work on this issue next week. --emi ‐‐‐ Original Message ‐‐‐ On 25 April 2018 4:30 PM, Glenn Holmer wrote: > On 04/25/2018 12:36 AM, Thomas Kellerer wrote: > > > The latest dev build (413) shows the same (mis)behaviour > > It's this one, right? > >

RE: NetBeans platform application in Windows Docker container

2018-04-28 Thread Emilian Bold
etBeans > platform :) > > Br, > > Halvor > > -Original Message- > > From: Emilian Bold [mailto:emilian.b...@protonmail.ch] > > Sent: lørdag 28. april 2018 07.23 > > To: Platou, Halvor halvor.pla...@dnvgl.com > > Cc: users@netbeans.apache.org

Re: NetBeans 9.0 not showing Git history in "Editor History" tab

2018-04-28 Thread Emilian Bold
Fixed https://github.com/apache/incubator-netbeans/pull/524 --emi ‐‐‐ Original Message ‐‐‐ On 28 April 2018 8:48 AM, Emilian Bold <emilian.b...@protonmail.ch> wrote: > I'll try to work on this issue next week. > > --emi > > ‐‐‐ Original Message ‐‐‐ >

Re: IllegalStateException on startup (NB 9)

2018-06-13 Thread Emilian Bold
You have a 3rd party plugin com.peter.mavenrunner.MavenRunnerTopComponent that's calling a NetBeans API outside the AWT thread. NetBeans is just warning you about that. Generally it's not causing something but once in a blue-moon such calls will cause unexpected states and bugs will show up.

Re: Cannot Log Into Git Using the Team Tab?

2018-06-17 Thread Emilian Bold
I've answered on SO: https://stackoverflow.com/a/50902788/8778196 What exactly does GitHub show you if you press the 'Clone or download' green button and pick SSH? Normally the GitHub SSH URL has a git@ username. You seem to have removed that and manually type in your GitHub username in there

Re: ToggleFullScreenAction fails on MacOS

2018-06-06 Thread Emilian Bold
s()[0]); --emi ‐‐‐ Original Message ‐‐‐ On 6 June 2018 5:44 PM, Patrik Karlström wrote: > Den ons 6 juni 2018 kl 14:36 skrev Emilian Bold : > > > The actual NPE might help. Maybe you have to create a dummy even and not > > send null to actionPerformed? &

Re: What happened to SVN?

2018-06-22 Thread Emilian Bold
One of the SVN libraries NetBeans depends on is GPL. Apache Software Foundation does not allow GPL dependencies, so we disabled that one. >From looking here: https://github.com/subclipse/svnclientadapter I see there's >3 implementations: * JavaHL - (http://subversion.apache.org/docs/) *

Re: Bug in Netbeans for MacOS

2018-05-01 Thread Emilian Bold
Thanks for investigating this. Please move the discussion over to dev@ as it seems a problem with NetBeans Platform itself and more NetBeans developers will be on dev@ than users@. It's unclear to me why the application crashes. Clearly we would have learned about it so far, NetBeans does have

Re: Unable to quit after cancelling Savables

2018-02-06 Thread Emilian Bold
Might be something more subtle, I know I could be able to press Cancel with Salvables. Can you create a simple project that reproduces this problem? --emi Original Message On 5 February 2018 12:57 PM, Marco Rossi wrote: > Hi to all, > I’ve noticed a

Re: Unable to quit after cancelling Savables

2018-02-06 Thread Emilian Bold
me issue. Please note that this seems to be related to OS X only > (in Windows it works). > My environment is Netbeans IDE 8.2 on OS X 10.11.6 with Java 1.8. > > > > > >>Il giorno 06 feb 2018, alle ore 19:05, Emilian Bold >>emilian.b...@protonmail.ch ha scritto: &g

Re: TR: java.lang.LinkageError: loader constraint violation: loader

2018-02-16 Thread Emilian Bold
I would have hope that it would be sufficient to avoid that kind of problem, >but it is not. > > The problem must be that module A and module B both add the classes of the > apache "commons-configuration" project to their class loader. > > Bastien > > > -Message

Re: Compile on Save for a Kotlin/Maven project

2018-02-16 Thread Emilian Bold
<notabe...@hotmail.com> wrote: >Here's the JIRA ticket: https://issues.apache.org/jira/browse/NETBEANS-399 as >suggested. > >From: Mátyás Bene <notabe...@hotmail.com> >Sent: Thursday, February 15, 2018 20:56 >To: Emilian Bold >Cc: us...@netbeans.incubator.apache.

Re: java.lang.LinkageError: loader constraint violation: loader

2018-02-15 Thread Emilian Bold
My guess is that you are bunding twice  org/apache/commons/configuration/Configuration (ie. commons-configuration). Maybe you have two modules that have a library wrapper? Or some other external JAR that also bundles it in a fat jar? ​--emi Original Message On 13 February

Re: Question about issue tracker

2018-01-01 Thread Emilian Bold
See https://issues.apache.org/jira/browse/NETBEANS-164 --emi ​ > Original Message >Subject: Re: Question about issue tracker >Local Time: 31 December 2017 3:52 PM >UTC Time: 31 December 2017 13:52 >From: mcdonnell.j...@gmail.com >To: cowwoc

Re: Installer bug?

2018-07-27 Thread Emilian Bold
Seems to be a variation of https://netbeans.org/bugzilla/show_bug.cgi?id=256122  ? --emi ‐‐‐ Original Message ‐‐‐ On 27 July 2018 5:01 PM, stephen cumminger wrote: > I have an RCP app based on NetBeans 8.2, for which I use the built-in > Installer for my deployments. I have reports

Re: Plug-in support and compatibility suggestion

2018-08-07 Thread Emilian Bold
Beansbinding can be brought back easily. We have the existing code service-based, we only have to put the GPL w/ CPE plugin somewhere online and suggest it to users, just like we suggest nb-javac. --emi ‐‐‐ Original Message ‐‐‐ On 7 August 2018 6:56 PM, Oliver Rettig wrote: > Hi, > >

Re: JavaFX for NetBeans GUI

2018-08-21 Thread Emilian Bold
What new desktop apps did Microsoft release in the past years? They have a monopoly on office productivity apps (Word / Excel) but what other desktop software products are these 'small businesses' buying? Small businesses may be the biggest employer but they are not the biggest software

Re: NB printing question

2018-07-23 Thread Emilian Bold
Interesting. I can't remember when I printed last from NetBeans but I guess in your case you would need a combobox next to 'Print as in Editor' that offers the Profiles from Options | Fonts and Colors? Alternatively it would also help you if you could clone the editor with another Profile and

Re: How to show filtered views of single ExplorerManager's nodes?

2018-07-24 Thread Emilian Bold
into the module but it was stopped when it was good enough (ie. not enough resources). --emi ‐‐‐ Original Message ‐‐‐ On 24 July 2018 5:07 PM, Andreas Sewe wrote: > Emilian Bold wrote: > > > I don't believe FilterNode is designed for filtering that changes much the &

Re: How to show filtered views of single ExplorerManager's nodes?

2018-07-24 Thread Emilian Bold
I don't believe FilterNode is designed for filtering that changes much the hierarchy structure. I recommend reading about http://bits.netbeans.org/8.1/javadoc/org-netbeans-spi-viewmodel/org/netbeans/spi/viewmodel/package-summary.html#package_description which is more generic but should allow

RE: problems running project

2018-07-09 Thread Emilian Bold
And what was the issue? --emi ‐‐‐ Original Message ‐‐‐ On 9 July 2018 11:50 PM, Schulte, Richard wrote: > Figured out the issue by delving into ant scripts. > > thanks > > Richard Schulte | O: 402.938.1465 | richard.schu...@essvote.com > > From: Geertjan Wielenga

RE: problems running project

2018-07-09 Thread Emilian Bold
t l to > com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel > > (I inherited this project. Don't flame me for using com.sun!) > > -Original Message- > > From: Emilian Bold [mailto:emilian.b...@protonmail.ch] > > Sent: Monday, July 09, 2018 3:53 PM > > To: Schulte, Richard > > Cc: Geertjan Wie

Re: another error

2018-07-09 Thread Emilian Bold
VC==vote candiadate. Are you using nb-javac or not? Please report the bug: https://issues.apache.org/jira/projects/NETBEANS/summary --emi ‐‐‐ Original Message ‐‐‐ On 9 July 2018 3:09 PM, Thomas Kellerer wrote: > What exactly does "VC3" stand for? Is that something like "RC3"? (the

Re: NetBeans 9.0 - Can't debug a single test method with migrated project

2018-03-11 Thread Emilian Bold
You should report this on JIRA https://issues.apache.org/jira/projects/NETBEANS/summary Could you just compare / diff the two folders and see what changed? I guess the build.xml files are slightly different (for some reason). --emi ‐‐‐ Original Message ‐‐‐ On 8 March 2018 10:26 PM,

Re: NetBeans and Git

2018-03-11 Thread Emilian Bold
I agree with John. Most likely a "compile on save" / "files watching" problem than something Git related. --emi ‐‐‐ Original Message ‐‐‐ On 10 March 2018 8:12 PM, John Muczynski wrote: > Hi Owen, > > I see Brett is posting about the git portion of your

Re: JRE updates and the new development cycle.

2018-03-11 Thread Emilian Bold
> While we are on the subject, is there a way to make the Java updater just >update automatically like my web browser? I assume you are asking about Windows? Doesn't the JRE updater that sits in the status bar automatically update? On Linux the JDK/JRE is just another package, you update it in

Re: Programmatically select a node after being created

2018-04-14 Thread Emilian Bold
I'm also curious about this. It seems to me the API is somewhat incomplete, specifically in the async area. We have no Future to listen to and react. So, it's all fire-and-forget when often times you want to do something after the node has been created / shown. In your case you control the

Re: java.util.zip.CRC32C cannot be found on the system module path

2018-03-25 Thread Emilian Bold
Are you sure CRC32C exists? Could you check which modules has it (I assume it would be java.base, but I can't check myself). --emi ‐‐‐ Original Message ‐‐‐ On 23 March 2018 4:27 PM, Marcel Witte wrote: > I'm using the current netbeans jenkins build. After changing

Re: Signing NBMs with a Trusted Certificate

2018-03-25 Thread Emilian Bold
I believe we discussed this before:  https://lists.apache.org/thread.html/cc95584333ad21929346078ba42b4e3859dc0f6173d9700081178280@%3Cdev.netbeans.apache.org%3E > You might be running into the fact that only Oracle is hardcoded as > trusted: >

Re: Status of Nashhorn in latest v8.2+ dev build?

2018-03-31 Thread Emilian Bold
I don't believe there is a special team within NetBeans focused on Nashorn. Nashorn is a great Oracle project and last I was tracking its development there was a very competent individual taking care of it. I'm not even certain there was a whole team working on it, just one person. Intermixing

Re: off-topic: JavaFX question

2018-03-03 Thread Emilian Bold
Interesting. A modal dialog will have a separate, temporary, event queue AFAIK. Have you tried just printing a stacktrace in the JFrame, when it works then compare to what happens and how the mouse click is handled in the JDialog? You can probably attach a debugger/btrace script to see the

Re: NB 9 RC1 exception

2018-06-29 Thread Emilian Bold
Does this reproduce with any project? --emi ‐‐‐ Original Message ‐‐‐ On 29 June 2018 5:22 PM, Mike Billman wrote: > While navigating through tools -> options, I started getting this repeatedly: > > java.lang.StackOverflowError > > at >

Re: NB 9 RC1 exception

2018-06-29 Thread Emilian Bold
It's recently been donated as part of the 2nd donation but not yet merged:  https://github.com/apache/incubator-netbeans/blob/2ndDonation/javascript2.model/src/org/netbeans/modules/javascript2/model/api/ModelUtils.java So it happens on any kind of .js file? --emi ‐‐‐ Original Message

Re: History of one bug, or what is the attitude of NB devs

2018-10-15 Thread Emilian Bold
Every option exponentially increases the states / configurations one needs to handle and invites bugs. So, often times a product will just not do something by design. See the great success of iPhone as a testament to this. But... we are developers! You can make a case for this feature. You can

Re: [rcp][platform] Moving UI application based on Netbeans RCP 6.9.1 to 9.0 ?

2018-10-19 Thread Emilian Bold
The RCP is still supported and will be. I don't think 9.0 versus 10.0 will matter in terms of RCP, so if you have to pick something, go with the latest version. Backporting stuff for 6.9.1 might be an option depending how expensive the migration is going to be, but I think there's value in the

Re: Apache NetBeans: Duke's Choice Award Winner 2018

2018-10-27 Thread Emilian Bold
Cool! --emi On Wed, Oct 24, 2018 at 2:29 AM Geertjan Wielenga wrote: > > Hi all, > > Congratulations to all of us! > > We have won the highest accolade in the Java ecosystem -- a Duke's Choice > Award. > > Oracle press release: > >

Re: NetBeans Platform Editors (Advanced)

2018-11-07 Thread Emilian Bold
My guess is that while you are typing with the code completion popup open you are filling in the completion hint. While you are doing that I guess there is no parsing going on so all the existing highlighting is kept and the error hints cleared. Once the popup is closed you are re-parsing and

Re: [Netbeans][JDK]Regarding building and running new versions of the IDE

2018-11-10 Thread Emilian Bold
We build with Java 8. The general idea was NetBeans 10 == Java 10 but since Java is getting so speedy with releases, I believe we might stick with LTSes. So our next target would be Java 11 (although right now there is a blocker issue for NetBeans with 11.0.1 so we are waiting on JDK 11.0.2 or

Re: NetBeans Platform Editors (Advanced)

2018-11-11 Thread Emilian Bold
I wonder if you figured out this editor problem. --emi On Thu, Nov 8, 2018 at 12:36 AM Emilian Bold wrote: > > My guess is that while you are typing with the code completion popup > open you are filling in the completion hint. While you are doing that > I guess there is no parsing

Re: [DISCUSS] Apache NetBeans roadmap updates

2018-11-13 Thread Emilian Bold
Two releases per year seems more manageable. --emi On Tue, Nov 13, 2018 at 3:19 PM Geertjan Wielenga wrote: > > Hi all, > > We've completed the NetCAT process (on the functioning of the convenience > binary of Apache NetBeans 10) and the PPMC vote (on the sources of Apache > NetBeans 10). > >

Re: Apache NetBeans 10 vc-3: looks solid

2018-11-07 Thread Emilian Bold
I don't suppose the Nov 15th date shown on https://cwiki.apache.org/confluence/display/NETBEANS/NetCAT+10.0+Schedule includes the 3 days we have to keep the incubator vote, right? So we are looking for Nov 19th for the actual release date, right? --emi On Wed, Nov 7, 2018 at 1:09 PM Geertjan

Re: Resolving imports with multiple source roots

2018-11-16 Thread Emilian Bold
You didn't mention what kind of project you are using. The Sources window you have in the screenshot is for the Debugger so it doesn't configure the editor in any way. The Ant-based 'Java Project with Existing Sources' works for me (just tested). You can probably also configure a Maven project

Re: [netbeans] offline installation

2018-12-29 Thread Emilian Bold
> The difference being intelij doesn't make you download something extra. So > the question is valid, why is netbeans different to intelij in this respect > and why does it have to be downloaded separately. I personally find it weird > why oracle thinks it wants to keep the extended javac code

Re: Nashorn?

2018-12-27 Thread Emilian Bold
You are supposed to click on some button which will download from the plugin portal the Oracle JS parser. (Some modules depend on it but for licensing reasons Apache could not redistribute it). --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Thu, Dec 27, 2018

Re: Netbeans 10.0 and C/C++ Support

2018-12-27 Thread Emilian Bold
I believe Oracle hasn't donated yet the C/C++ support. This will be donated and included in a future part of NetBeans, probably NetBeans 11 (scheduled in about 6 months or so). In the meantime you could try to install the C/C++ plugins from 8.2 on top of 10 and see if they work (they should).

Re: Trying Out JDK Early Access builds

2019-01-18 Thread Emilian Bold
Hello Rory, I was about to ask about JDK 11.0.2 but I now see it's been released 3 days ago! Any place I should subscribe for these release announcements? Last I remember there were some blockers on NetBeans with JDK 11.0.1 so we have been waiting on 11.0.2 since last year. --emi

Re: Beansbinding

2019-01-20 Thread Emilian Bold
See https://github.com/emilianbold/nb-apache-form-binding/releases/tag/emi-1.0 Get the recompiled plugin from there. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sun, Jan 20, 2019 at 4:23 PM Geertjan Wielenga wrote: > > Here's the reason for the problem

Re: Beansbinding

2019-01-20 Thread Emilian Bold
The binding module has a dependency on the javac API wrapper which is a dummy unless nb-javac is installed. Ugh. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sun, Jan 20, 2019 at 9:51 PM Emilian Bold wrote: > > See https://github.com/emilianbold/nb-

Re: java home configuration in maven

2019-01-22 Thread Emilian Bold
In Project Properties | Build | Compile you can configure the 'Java Platform' for the project. I see that switching to Java 8 makes the compilation work for me: cd /Users/apache/CoolBeansProjects/deleletmeee; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home

Re: Enlarge existing project

2019-01-23 Thread Emilian Bold
So by Java beans you mean beans in Swing forms? Interesting project. Normally if you use layouts properly there's no widths / heights to fix as the layout will adapt to whatever new size the container has. So you start from constants down: hardcoded font sizes, hardcoded positions, dimensions.

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-23 Thread Emilian Bold
First time I hear about it. Since the comment mentions a simple XML change perhaps we can do a PR? --emi On Thu, 24 Jan 2019 at 00:39, Philip Durbin wrote: > Please see https://github.com/IQSS/dataverse/issues/5483 and > https://github.com/jacoco/jacoco/issues/772 for details but downgrading >

Re: Packaging Netbeans as a Mac app

2019-01-18 Thread Emilian Bold
There are multiple such attempts. You could try the script from https://github.com/carljmosca/netbeans-macos-bundle or you could take the already packaged CoolBeans IDE from https://coolbeans.xyz/ --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Fri, Jan 18,

Re: How to Push NetBeans Plugins Silently to End Users?

2018-12-12 Thread Emilian Bold
That UpdateHandler seems to be the right thing. Making a rolling release Platform app sounds the kind of use case we should support out of the box (maybe even for the IDE?) I haven't looked much into this (other that using that class you found) but there are some odd corner cases too study: I

Re: Unexpected Exception Using CoolBeans

2018-12-22 Thread Emilian Bold
Hello Pedro. I'm also here but I put my email on the site on purpose, I don't mind getting direct email from users. My guess is that you added then you deleted that JRE folder? And the IDE still has it? PS: Pressing "Review and Report Problem" should sent the error to the server and I do review

CoolBeans 2018.12 released

2018-12-27 Thread Emilian Bold
Hello, As you might have noticed Apache NetBeans 10 has been released. I recommend you look into that. If you are interested in a proper installer that includes the JDK as well as JavaEE and some other goodies, do take a look a my IDE distribution called CoolBeans. On https://coolbeans.xyz

Re: Disable Netbeans auto=recognition of a maven-project

2018-12-22 Thread Emilian Bold
I'm certain it's possible but don't have a quick answer as I've never heard of it before. Deactivating the Maven plugin(s) would do the trick. I see maven has NbMavenProjectImpl.java which is probably what you want gone. Note that the folder icon might be cached so just disabling the plugin

Re: How to Hide "Customize" under "View -> Toolbars"?

2018-12-14 Thread Emilian Bold
I suggest you make a PR where that action becomes a real action registered in the layer which you can then hide. In the mean time you could either keep your in-house fork of NetBeans Platform and fix that or you could use reflection and hack the static ToolbarConfiguration.toolbarMenu and see if

Re: Java Syntax checking problem/bug

2018-11-29 Thread Emilian Bold
Interesting. Can you provide a short(er) java file where this bug reproduces? It might be a nb-javac parser bug or something in the classes built on top of that. Does it happen if you change the variable names (x1, x2, y1, y2, etc)? If it's for the same variable name then maybe some hash

Re: StackOverflow caused by TreeView#wlpc

2018-12-09 Thread Emilian Bold
If your code is really simple please provide a short example that reproduces the issue and post it here or preferably on Apache JIRA for the NETBEANS project. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sun, Dec 9, 2018 at 5:11 PM Geertjan Wielenga wrote:

Re: where is Featured Demo kept?

2018-11-18 Thread Emilian Bold
Maybe your firewall is blocking something? That panel is loading http://netbeans.org/demos.xml --emi On Mon, Nov 19, 2018 at 7:38 AM * William wrote: > Hi all ... > > This is such a small matter and for some reason It just keeps bugging me. > This little fee -- I imagine it is an RSS or

Re: where is Featured Demo kept?

2018-11-19 Thread Emilian Bold
't just save a user directory and expect to see your "Feature demo" > feed. I am working to set-up a "baseline" with the plugins and config I > want. So I was able to test some of those variables and pairing. > > Good thought. Thanks. > > > On Mon, 19 Nov

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Emilian Bold
: > > Here you are > > Best > > Juan Miguel > El 4 ene 2019 9:17 +0100, Emilian Bold , escribió: > > A thread dump during the beach ball would probably also help. > > --emi > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! > &g

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Emilian Bold
t; > Best > > Juan Miguel > El 3 ene 2019 18:14 +0100, Emilian Bold , escribió: > > It might be related to the svn errors you are getting. If you close > the projects do you still reproduce the bug with 'Same background > color for files from the same project'? > > --em

Re: [PHP] NB8.2 / NB10.0 long background scanning - Netbeans tunning guide

2019-01-04 Thread Emilian Bold
You could take some thead dump every now and then and see which class is running. Profiling the IDE could also show this. There are also various logs where you could increase the log level once you figure out which classes / packages to look further into. --emi http://coolbeans.xyz/ -

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-03 Thread Emilian Bold
It might be related to the svn errors you are getting. If you close the projects do you still reproduce the bug with 'Same background color for files from the same project'? --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Thu, Jan 3, 2019 at 6:34 PM Juan

Re: Checking for external changes - Suspended, high cpu usage

2018-12-28 Thread Emilian Bold
Interesting work. Could you point me to the individual patches / commits? You fixed 3 problems but I can't seem to find the individual commits for them. PS: what license are your changes? --emi On Fri, 28 Dec 2018 at 10:19, arsi wrote: > Hello, > > I fixed the problem with Checking for

Re: Checking for external changes - Suspended, high cpu usage

2018-12-28 Thread Emilian Bold
> Probably during the test I had a problem with online code update and it > works.. > So I made better version of FileObjectFactory patch. > > > > > Arsi > -- > > *From:* Emilian Bold > *Sent:* Friday, December 28, 2018 11:23AM >

Re: Netbean 10 Java web

2019-01-02 Thread Emilian Bold
Yes, because NetBeans doesn't yet include JavaEE projects. You could try the CoolBeans distribution https://coolbeans.xyz in the meantime or see if you can install the 8.2 JavaEE modules on top of NetBeans 10. --emi On Wed, 2 Jan 2019 at 13:13, wrote: > Hello, > > I downloaded the binaries of

Re: Executable version

2019-01-04 Thread Emilian Bold
Good catch! That .exe doesn't need to be compiled very often since it doesn't change and there's not much it has to do. So, we last compiled it for NetBeans 9 and will use it until it breaks :-) Please open a JIRA issue if you want, but we'll have to wait for Jan to recompile the .exe. --emi

Re: NetBeans 10 JUnit support

2019-01-11 Thread Emilian Bold
I think we should also ask ourselves if the IDE NetBeans must promote JUnit 5 or not. I don't see a big push from actual users for JUnit 5. And for most users JUnit 4 is quite adequate (and I wonder how many are picking 5 because it's newer versus because they are actually missing something in

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-26 Thread Emilian Bold
Philip, did you even test this with *any* Apache NetBeans version. This bug only seems to happen in NetBeans 8.2. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sat, Jan 26, 2019 at 10:14 PM Philip Durbin wrote: > > Ok, I created an issue: JaCoCo 0.8.2

Re: Does JaCoCo 0.8.2 break NetBeans code coverage?

2019-01-26 Thread Emilian Bold
That's all. --emi On Sun, Jan 27, 2019 at 8:38 AM Emilian Bold wrote: > > Philip, did you even test this with *any* Apache NetBeans version. > This bug only seems to happen in NetBeans 8.2. > > --emi > > http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and m

Re: Can't get XML Schema registration to work

2019-02-07 Thread Emilian Bold
I think Thomas is using a mixed mode? Some schemas are remote but my.xsd is local? --emi On Thu, Feb 7, 2019 at 9:46 PM Stefan Winter wrote: > Hi Thomas, > > I just tried it on my local Netbeans 10 and it works when you make the > System ID a full URL. > > So in your XML put: > >

Re: Enlarge existing project

2019-01-24 Thread Emilian Bold
dy modify XML forms but I need that Netbeans > reload all forms (500) to update the java classes. > Manually that works when I do a "reload Form" action for *one* form : I > want to do this automatically for* all* forms ... > > > > > > > De :Emilian Bold

Re: Cannot execute Netbeans 10.0 platform application openjdk-11 Windows10

2019-02-02 Thread Emilian Bold
So it looks like your exe isn't reading the conf file for some reason. Can you start the app on a Linux machine? Then we see if it's an .exe launcher issue or a general configuration issue you have. --emi On Sat, Feb 2, 2019 at 2:27 PM Helmut Leininger wrote: > > Hi, > > I just found a bypass.

Re: Netbeans 11 - Integrity of the release

2019-05-22 Thread Emilian Bold
That warning says there is no chain of trust to the key. But considering you got the key from https://www.apache.org/dist/incubator/netbeans/KEYS you can ignore that warning. --emi On Wed, May 22, 2019 at 5:23 PM Eduardo Quintanilla wrote: > Hi, > > > > I downloaded Netbeans 11[1] and got an

Re: making an offline portable setup

2019-05-19 Thread Emilian Bold
If you open the About box you'll see some folders with the user directory and such. I guess syncing that up would give you a portable setup. --emi On Sun, May 19, 2019 at 5:05 PM Alex O'Ree wrote: > > After unzipping and running NB11, there's a number of cases where "features" > need to be

Re: Question on Netbeans 11 and C++

2019-05-08 Thread Emilian Bold
> 1 Does NB11 also include C++ projects (I only saw Java, PHP and couple other > web based types) No. I suspect the next release will include the C++ projects. In the meantime you can try CoolBeans ( https://coolbeans.xyz ) which does compile the C++ modules. > 3 Does NB11 support C++17 ? I

Re: Trouble patching NetBeans 11.0 platform module

2019-05-08 Thread Emilian Bold
JavaHelp was removed from Apache NetBeans due to an Apache licensing policy. It's on my todo list for re-inclusion in CoolBeans (as some older Platform apps use it). --emi On Wed, May 8, 2019 at 11:34 PM Joseph Huber wrote: > > Hello! > > > > I am in the initial phase of trying to patch a

Re: Building Windows Launchers only

2019-05-16 Thread Emilian Bold
Hm, last I looked we had some makefiles in about 2-3 places so I just invoked those. I assume the build system does something like that. --emi joi, 16 mai 2019, 11:51 Mark Phipps a scris: > On the Apache NetBeans github page, is the instruction to build the > Windows launchers: > > ant

Re: How to test a NetBeans Platform app? NbTestCase classpath woes

2019-05-09 Thread Emilian Bold
Indeed, the java.class.path is much larger for tests. --emi On Fri, Apr 26, 2019 at 10:24 PM Emilian Bold wrote: > > One trick I learned is that .clusters() is applied only to the cluster > folder name, not the full path. > > This was kinda obvious really, but since the cu

Re: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Emilian Bold
d. I use it, not for making backups, but for creating a new > project in which I want to reuse some existing code or other stuff from an > existing project. > > > > Duncan > > > > From: Emilian Bold > Sent: Monday, May 6, 2019 1:27 PM > To: Thomson, Duncan >

Re: NB Platform Maven Dependencies

2019-05-06 Thread Emilian Bold
I assume this is using Maven Central or the older NetBeans.org maven2 repository? We recently published the Maven Central artefacts, it's possible there is a bug... --emi lun., 6 mai 2019, 20:53 Adam Korynta a scris: > Hi All, > > > > I’m trying to compile my Netbeans Platform modules using

Re: How to remove the "Customize" menu item from toolbars popupmenu ?

2019-05-07 Thread Emilian Bold
I didn't do this before nor see an easy workaround. Generally I highly recommend serious Platform applications to maintain an Platform fork and recompile it themselves. Then little customizations like this are just a matter of commenting a few lines of code. Of course, this makes updating the

Re: How to remove the "Customize" menu item from toolbars popupmenu ?

2019-05-08 Thread Emilian Bold
* LinkedIn: http://www.linkedin.com/in/tusharvjoshi > > > > On Wed, May 8, 2019 at 10:19 AM Emilian Bold > wrote: > >> I didn't do this before nor see an easy workaround. >> >> Generally I highly recommend serious Platform applications to maintain >> an

Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Emilian Bold
Maybe this is the copy action from NetBeans? --emi lun., 6 mai 2019, 10:48 Geertjan Wielenga a scris: > You don't need NetBeans to copy a project, you can just go to your file > system and copy it there. > > Gj > > On Mon, May 6, 2019 at 8:30 AM Luis tuti wrote: > >> Hi, I'm trying to copy a

Re: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Emilian Bold
it’s really powerful, so unless you > already have a favorite that you want to use, I suggest you get on board > with git. Netbeans has very good integration with git, so you can do it > from within Netbeans, or you can just go to the command line and run git > commands from there. >

Re: How to test a NetBeans Platform app? NbTestCase classpath woes

2019-04-26 Thread Emilian Bold
solve the classpath problem mentioned initially... --emi On Thu, Apr 25, 2019 at 11:16 AM Emilian Bold wrote: > > Hello, > > I'm trying to introduce NbTestCase into a large existing app and I'm > getting all kinds of what seem to be class-loader/classpath problems

How to test a NetBeans Platform app? NbTestCase classpath woes

2019-04-25 Thread Emilian Bold
Hello, I'm trying to introduce NbTestCase into a large existing app and I'm getting all kinds of what seem to be class-loader/classpath problems. The whole NbModuleSuite.Configuration is quite limited in what it does and I can't seem to find any combination of settings that starts the

Re: Platform wrapped jar cannot access META-INF/service impl via ServiceLoader

2019-08-17 Thread Emilian Bold
I don't have a solution at hand but remember that the lookup will keep a single object instance in memory for a given service entry while the ServiceLoader will create fresh instances if it's just reading META-INF/service files (unless the JAR keeps a reference to a single ServiceLoader instance

Re: NB 11.1 Platform Application: HelpCtx.display()

2019-08-27 Thread Emilian Bold
NetBeans under Apache cannot include JavaHelp, that's why you don't see your helpsets: https://issues.apache.org/jira/browse/NETBEANS-3 I think it should be easy to recompile-in JavaHelp. I kept meaning to do this for CoolBeans ( http://coolbeans.xyz ) but haven't gotten to it. --emi On Wed,

Re: Nested SVN repositories in a project

2019-09-03 Thread Emilian Bold
he command line version I used to use is discontinued and 32bit only. > > I know Git is the latest hype and all, but it shouldn't be so hard to get > Apache's versioning set up in Apache's IDE. > > Any help appreciated! > > Markus > > > > > > > > > &g

Free NetBeans stickers

2019-09-03 Thread Emilian Bold
Hello, There are some nice interviews about NetBeans on http://www.codeswith.com You can even request free stickers to be mailed to you via http://www.codeswith.com/sticker.html If you want to write your own testimonial about NetBeans, let's get in touch. --emi

Re: Nested SVN repositories in a project

2019-09-02 Thread Emilian Bold
It might have something to do with the fact that Apache NetBeans doesn't include SVNKit anymore and perhaps that library handled your usecase better. --emi On Mon, Sep 2, 2019 at 2:03 PM Markus Klein wrote: > > Dear community, > > I've just upgraded from Netbeans 8.2 to Netbeans 11.1. There is

Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Emilian Bold
Disabling the antivirus will do wonders. Seems in some situations the Windows antivirus will scan all those JAR files for ever and slow the startup... --emi On Fri, Aug 23, 2019 at 6:54 PM Haunted2 wrote: > > It is installed on a SSD drive. > > Is there a way to debug this slow startup (log

  1   2   3   >