Re: [DISCUSS] bits.netbeans.org / Oracle and Sun binaries

2020-07-20 Thread Korney Czukowski
Hi, if anybody is still using those, I imagine there would be some indication of it in web server statistics, server access logs if not anything else. It should help to decide what's the right thing to do with the old binaries. 20.07.2020 8:47, Antonio wrote: Hi all, As you know bits.netb

Re: Status of PHP cluster

2020-07-04 Thread Korney Czukowski
Great news, thank you! 03.07.2020 23:43, Tomáš Procházka wrote: During last weeks I was able to fix failing tests in PHP cluster (missing files, errors related to different path separator in Windows). All modules from PHP cluster are now tested on Linux and Windows using GitHub Actions. Man

Re: [DISCUSS] NetBeans 12.0 Retrospective

2020-06-16 Thread Korney Czukowski
s Bläsing wrote: Hi, Am Dienstag, den 16.06.2020, 11:08 +0200 schrieb Korney Czukowski: My argument is that some areas of software development, especially related to web, can be very rapid, for example, by the time a poorly-timed submission of an improvement of some NetBeans functionality is

Re: [DISCUSS] NetBeans 12.0 Retrospective

2020-06-16 Thread Korney Czukowski
ew users would gladly use it, sure, probably myself among them, but I'm not sure if it'll be really worth all the trouble. 15.06.2020 11:32, Neil C Smith wrote: On Mon, 15 Jun 2020 at 09:01, Korney Czukowski wrote: On the other hand, I'm sure a lot of people would be happy with h

Re: [DISCUSS] NetBeans 12.0 Retrospective

2020-06-15 Thread Korney Czukowski
Hi all, Let me add my 2 cents to the discussion: You are aiming to be 'enterprise-friendly', so the release cycle, feature freezes, NetCAT, etc all make very good sense. You should feel free to adjust this process however it makes you more comfortable. On the other hand, I'm sure a lot of pe

Re: What to do with EOL PHP tools and frameworks

2020-06-11 Thread Korney Czukowski
I'd personally just drop them, especially if they make the code harder to maintain, but I understand somebody might want to use it to support an old project. In that case, perhaps disabling these plugins by default could do the trick (unless the settings are carried over from previous NetBeans

Re: [DISCUSS] github: Disable squash-and-merge button

2020-05-12 Thread Korney Czukowski
Perhaps git hooks could be helpful to correct the author/committer names during rebase on Github if it turns out being wrong? Maybe even also appending the "paper trail" to commit messages, not unlike with OpenJDK mentioned above? For commits with already 'bad' information, like generic no-rep

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-04-22 Thread Korney Czukowski
was not able to reproduce the issue. Matthias Am Montag, den 20.04.2020, 15:07 +0200 schrieb Korney Czukowski: I've got all the Ant output from the full build, 1st run (before the edit), 2nd run (after the edit, when the exception appears) and the 3rd run (after reverting, exception still app

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-04-20 Thread Korney Czukowski
a gist at Github though and almost 1MB zipped. Is it okay to attach the zip to the mailing list? 20.04.2020 7:20, Korney Czukowski wrote: Hi Matthias, By being detailed, other than you've quoted, did you mean I am to keep track of all output from eg. ant? (at what level then?) Thanks. 1

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-04-19 Thread Korney Czukowski
Hi Matthias, By being detailed, other than you've quoted, did you mean I am to keep track of all output from eg. ant? (at what level then?) Thanks. 18.04.2020 22:11, Matthias Bläsing wrote: Hi, Am Dienstag, den 17.03.2020, 08:46 +0100 schrieb Korney Czukowski: I can reproduce the

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-04-17 Thread Korney Czukowski
tbeans? (2) What version of Java did you compile with and/or run with? (3) Did you clean your user/cache folders? (4) Did you clean before rebuilding? (5) What version of build tools (i.e. ant, maven, etc.) are you using? Eric Bresie ebre...@gmail.com On Fri, Apr 17, 2020 at 3:32 AM Korney Czukow

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-04-17 Thread Korney Czukowski
d then run it. It will then be installed into a new instance of the built IDE. Does this approach not work for you? Gj On Fri, Apr 17, 2020 at 8:45 AM Korney Czukowski wrote: Doesn't this ring any bells to anybody here? I would really like to try and contribute something to NetBeans

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-04-16 Thread Korney Czukowski
Doesn't this ring any bells to anybody here? I would really like to try and contribute something to NetBeans, but I'm stuck because of this. I guess I'll try again when NetBeans 12 is out... 17.03.2020 8:53, Korney Czukowski wrote: Forgot to add: when running the dev build BEF

Re: NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-03-17 Thread Korney Czukowski
Forgot to add: when running the dev build BEFORE editing the file, there's no exception message. 17.03.2020 8:46, Korney Czukowski wrote: Hi, Could anybody help me with this issue? I see this error when I try to run PHP Editor module: java.lang.NoClassDefFoundError: org/netbeans/mo

NoClassDefFoundError: CUP$ASTPHP5Parser$actions - why am I seeing this?

2020-03-17 Thread Korney Czukowski
Hi, Could anybody help me with this issue? I see this error when I try to run PHP Editor module: java.lang.NoClassDefFoundError: org/netbeans/modules/php/editor/parser/CUP$ASTPHP5Parser$actions (full stack trace below). I've edited a few other smaller PHP-related modules before and it hasn't

Re: Issues building on Windows

2020-03-09 Thread Korney Czukowski
.2020 8:31, Geertjan Wielenga wrote: You’re doing a build to try out any little change you make? Gj On Mon, 9 Mar 2020 at 06:43, Korney Czukowski wrote: Mine is located at C:\Workspace\Netbeans\ The full build works fine for me too, and the issue I have seems to be with the build step for the u

Re: Issues building on Windows

2020-03-08 Thread Korney Czukowski
the path is too deeply nested into folders, breaking a path name limit somewhere. (In my case, my NetBeans sources are located in a folder called "Z:\nbsrc\incubator-netbeans", and my Java folder is at "C:\Program Files\Java\zulu-8.0.181".) -- Eirik -Original Messag

Re: Issues building on Windows

2020-03-08 Thread Korney Czukowski
Unfortunately it didn't work for me. My path is just a little longer: /c/Workspace/Netbeans/ (repo root) The '-classpath' and '-processorpath' arguments all contain absolute paths. I guess for the PHP editor module the command line turns out to be around the border line of max command line len

Issues building on Windows

2020-03-08 Thread Korney Czukowski
Hi, Is there anybody else out there who still uses Windows while working on NetBeans? I'm asking because I've hit a notorious 'java.io.IOException: CreateProcess error=206, The filename or extension is too long.' error while trying to build PHP Editor module, the tests build to be more specif

NetBeans Development Setup

2020-02-27 Thread Korney Czukowski
Hi, I've read an older thread with the same name and while there's a lot of useful information, I could really use some clarification on working with branches: 1. I assume whenever I decide to pull changes from upstream, a full ant build is necessary, and there's no way around it, correct?

NetBeans Slack invite link broken?

2020-01-19 Thread Korney Czukowski
Dear all, I was going to join NetBeans Slack linked from the website in order to try and ask some development related questions that I didn't think would deserve space on the @dev mailing list, but Slack says "This invite link is no longer active". Does the link need fixing on the website or d

Re: [DISCUSS] Handling release updates

2019-11-07 Thread Korney Czukowski
Neil C Smith On Thu, 7 Nov 2019 at 16:14, Korney Czukowski If the Update Center is out of the question for now, it isn't! That bit is not the problem. The only problem to delivery at the moment is signing the nbm with a certificate that's trusted by the IDE. Of course, both options s

Re: [DISCUSS] Handling release updates

2019-11-07 Thread Korney Czukowski
If the Update Center is out of the question for now, maybe it would be feasible to create an offline update installer consisting only of a couple of nbms that need to be updated, that would update an existing NetBeans installation? Then it should be possible to vote for just for this very limit

Re: Difference between building NetBeans from CLI and from NetBeans itself?

2019-08-12 Thread Korney Czukowski
I would try just 8 with 8 sources to start with.> > > **Join us on Microsoft Teams<https://teams.microsoft.com/l/channel/19:c2e663c377ec4aac8dfbea8b05474b55@thread.skype/Clinical%20Timeline?groupId=2b7a095c-9971-48f7-b185-2ddb366be648&tenantId=fbc493a8-0d24-4454-a815-f4ca58e8c09d>*

Difference between building NetBeans from CLI and from NetBeans itself?

2019-08-11 Thread Korney Czukowski
Hi all, I'm new here, and also to Java development, so please bear with me if I ask any stupid question :) Currently I'm looking around NetBeans ecosystem, trying to figure it out, in hope to implement a few improvements to help me in my work, and if successful, also to contribute these to the