Re: Unused method?

2022-04-30 Thread antonio
, and complains if you change the public API without bumping the module's API version, as explained in [2]. We could deprecate it, so people building apps on top of the NetBeans Platform have time to change their code, but are there any reasons to deprecate it? Cheers, Antonio [1] https://github.com

Re: resolving recent travis issues

2022-04-24 Thread antonio
Hi, I fired [1] a couple of days ago and it restarted the job. AFAIK Travis is now running normally again, master is stable and we can continue with merges, right? Thanks, Antonio [1] https://app.travis-ci.com/github/apache/netbeans/jobs/567527256 El 24/4/22 a las 16:20, Michael Bien

Re: Build Netbeans from source behind a proxy?

2022-04-21 Thread antonio
Try something like export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" ant as explained here: https://ant.apache.org/manual/proxy.html HTH, Antonio El 21/4/22 a las 19:58, Jean-Marc Borer escribió: Hello, I am trying to build Netbeans from the sources. However, I

Re: heads up: master is unstable

2022-04-20 Thread antonio
te countermeasure I propose freezing all PR merges until master is stable. Cheers, Antonio [1] https://github.com/apache/netbeans/issues/3716 [2] https://github.com/apache/netbeans/blob/385dbd3ca71f1643dde025deb18ed2e75a714005/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/Co

Re: PR merged, now what?

2022-04-14 Thread antonio
ou usually do that in a new branch, branching from your updated master, like so: $ git checkout master $ git checkout -b the-name-of-your-branch And you create new commits or whatever in 'the-name-of-your-branch', You then submit your PR as usual. HTH, Antonio El 14/4/22 a las 21:58, Łu

Re: CI updates

2022-04-13 Thread antonio
Hi, I think things are more organized now, and the descriptions of jobs are much clearer also. A quick look at the travis report (see [1] for an example) clearly indicates that the failure is on that set of unreliable (!) tests. So good job and thanks, Michael! Kind regards, Antonio [1

Re: Build failure in project "JPDA Debugger API"

2022-04-12 Thread antonio
This is weird. Looks like and ant or java misconfiguration. What does "ant -diagnostics" say? Double-check that ant and java are supported versions. El 12/4/22 a las 20:57, Karl Tauber escribió: I'm having problems to build NB master branch. It fails always in project "JPDA Debugger API"

Re: Usage of NBPython Code [License]

2022-04-11 Thread antonio
Correct. Cheers, Antonio [1] https://www.apache.org/legal/resolved.html#binary-only-inclusion-condition - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org F

Re: Usage of NBPython Code [License]

2022-04-04 Thread antonio
. People can use LSP to develop plugins or whatever they see fit. LSP is not mandatory. It does indeed save lots of development hours (ide/lsp.client is quite powerful). Cheers, Antonio - To unsubscribe, e-mail: de

Re: Usage of NBPython Code [License]

2022-04-04 Thread antonio
aries may be used. Cheers, Antonio [1] https://www.apache.org/legal/resolved.html - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further informat

Apache NetBeans 13 Delivers Improved Developer Experience

2022-04-04 Thread antonio
In the news! https://www.infoq.com/news/2022/04/apache-releases-netbeans-13/ Cheers, Antonio - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org

Re: carriage return newlines in MacOS installer

2022-04-01 Thread antonio
you with more questions or await for you explaining them. Thank you, Antonio P.S.: This is a public mailing list everyone can see. Please thing twice before posting phone numbers. Thank you. El 31/3/22 a las 23:58, Todd Stevenson escribió: My NetBeans platform app generates a MacOS installer and i

Re: The new guy reporting for duty

2022-03-28 Thread antonio
Fully agree, Having said that, it seems there is a coverage-report ant task that is currently broken. Cheers, Antonio [1] ant -Dnbjdk.home.defaulted=true coverage-report El 28/3/22 a las 21:14, Matthias Bläsing escribió: the problem of NetBeans currently is not the number of tests

Re: The new guy reporting for duty

2022-03-28 Thread antonio
I don't think Jacoco is able to understand NetBeans' classloaders. Maybe you want to take a look at this tutorial [1] about NetBeans Platform testing. The tutorial needs a review (that's another way to contribute!). Hope this helps, Antonio [1] https://netbeans.apache.org/tutorials/nbm

Re: The new guy reporting for duty

2022-03-26 Thread antonio
Hi, NetBeans is built with JDK11 [1], but we're also compiling with other versions [2]. Cheers, Antonio [1] https://github.com/apache/netbeans/#readme [2] https://github.com/apache/netbeans/pull/3785 El 26/3/22 a las 16:21, Łukasz Bownik escribió: Thanks. By the way. Which version of jdk

Re: The new guy reporting for duty

2022-03-26 Thread antonio
Hi, welcome! You can find a list of failing tests here: https://bits.netbeans.org/matrix/unit/jdk_1.8_latest/platform/html/ help yourself! Cheers, Antonio P.S.: Welcomers are expected to bring some free beers to the Team. During the first two weeks at least. El 25/3/22 a las 21:52

Re: html view of test result

2022-03-18 Thread antonio
This is a great job. Thanks!! El 18/3/22 a las 18:48, Eric Barboni escribió: Hi folks, I was a bit long on this one but netbeans-matrix jobs propagate unit results to our bits.netbeans.org website. Currently the axis are jdk (jdk_1.8_latest, jdk_11_latest, jdk_17_latest) and clusters

Re: master is now buildable on JDK 17

2022-03-14 Thread antonio
Hi Tim, Maybe you're not asking properly! Try to ask again (explaining if you're using Maven or Ant or Gradle or what, if you have a Java project or a PHP, Groovy or whatever you're using). Also please read our code of conduct at [1]. Kind regards, Antonio [1] https://apache.org/foundation

Re: [DISCUSS] Travis failures and nb-javac on Java 8

2022-03-06 Thread antonio
Clear now :-) The README.md file in the sources.zip states, though: - JDK 11 (to build NetBeans) - JDK 11 or above (to run NetBeans) No mention to JDK8, that's why I was confused :-). Cheers, Antonio El 6/3/22 a las 14:29, Michael Bien escribió: what is confusing

Re: [DISCUSS] Travis failures and nb-javac on Java 8

2022-03-06 Thread antonio
I'm still somewhat confused :-( In the README.md of NB13 [1] we say that 11 is required to build/run, but in the release page [2] we say that 8 can be used to build/run. Cheers, Antonio [1] https://github.com/apache/netbeans/blob/release130/README.md [2] https://netbeans.apache.org/download

Re: [DISCUSS] Travis failures and nb-javac on Java 8

2022-03-05 Thread antonio
Raw logs preferred, like so: https://api.travis-ci.com/v3/job/562190248/log.txt Thanks, Antonio El 5/3/22 a las 19:39, antonio escribió: Since this a PITA, I volunteer to take a look at these. Would you please attach a list of failures so I can try to see what the problem is? Here's

Re: [DISCUSS] Travis failures and nb-javac on Java 8

2022-03-05 Thread antonio
Since this a PITA, I volunteer to take a look at these. Would you please attach a list of failures so I can try to see what the problem is? Here's a first one: https://app.travis-ci.com/github/apache/netbeans/builds/247446384 Thanks, Antonio El 5/3/22 a las 19:21, Michael Bien escribió

[DISCUSS] Travis failures and nb-javac on Java 8

2022-03-05 Thread antonio
? b) if not, can we get rid of them? The objectives being: - Making Travis builds consistent and reliable. - Reducing the amount of trees we burn to run Travis builds. Thanks, Antonio - To unsubscribe, e-mail: dev-unsub

Re: Release NetBeans 13 without macOS installer (for now)?

2022-03-04 Thread antonio
I don't see a reason "to roll a new source release to fix whatever the issue now is" with the macOS installer. I think it's ok to wait for the NB _14_ macOS installer vote. Maybe more people with macOS is interested in voting by then. Cheers, Antonio On 04/03/2022 13:02, Neil C S

Re: [VOTE] Release Apache NetBeans 13 Windows installer

2022-03-03 Thread antonio
m previous versions - NbJVI works well :-) - Opened Maven / Platform projects. - Detected a (harmless?) issue when opening a Maven Project (attached). Thanks all! Antonio El 25/2/22 a las 13:23, Eric Barboni escribió: Hi, We can vote for Apache NetBeans 13 windows installer. Prim

Re: [VOTE] Release Apache NetBeans 13

2022-02-26 Thread antonio
+1 (binding) - Superb compilation with JDK11 [1] (IDE + Platform) - Finely signed with love on mar 22 feb 2022 11:55:16 CET by "Neil C Smith " - Yep, *.jar are branding folders, no class files there, just bundles. - ant rat shows no issues (IDE + Platform). - Opened Angular / Maven projects -

Re: No main manifest attribute in jar in Maven project

2022-02-16 Thread antonio
instance, have a main class of their own. NetBeans Platform based projects do also have a main class of their own. d) Nobody has created a PR for this feature. Hope this helps, Antonio [1] https://www.baeldung.com/executable-jar-with-maven El 16/2/22 a las 11:43, Vladimir Machat escribi

Re: Building master with JDK11?

2022-02-14 Thread antonio
D'oh, I have some .sh files around... :-) El 14/2/22 a las 22:12, Laszlo Kishalmi escribió: git clean -xfd - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail:

Re: Building master with JDK11?

2022-02-14 Thread antonio
Yep, building in a clean clone does indeed work. It seems we have a dirty bug in a clean target! Thanks! Antonio El 14/2/22 a las 21:50, Michael Bien escribió: just to exclude that this is a similar issue, could you try building a fresh checkout in some temp folder like i just did

Re: Building master with JDK11?

2022-02-14 Thread antonio
Hi, Yep, I did an "ant clean" in advance. It seems this is related to platform/applemenu. There're some warnings there... $ cd platform/applemenu $ ant ... projectized-common.do-unit-test-build: [mkdir] Created dir: /home/antonio/REPOS/NETBEANS/netbeans-clone/netbeans/platfo

Building master with JDK11?

2022-02-14 Thread antonio
Environment Corretto-11.0.12.7.1 (build 11.0.12+7-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.12.7.1 (build 11.0.12+7-LTS, mixed mode) $ ant -version Apache Ant(TM) version 1.10.7 compiled on September 1 2019 $ echo $JAVA_HOME /home/antonio/SOFTWARE/amazon-corretto-11.0.12.7.1-linux-x64/ $ ant [...]

Re: Matisse GUI builder bindings and other lost features

2022-02-07 Thread antonio
, etc.). Cheers, Antonio On 07/02/2022 15:14, Neil C Smith wrote: If you're meaning like JavaFX, and until 13, nb-javac, then please, god, no!:-) That mechanism is a pain. Plugin portal would be great. - To unsubscribe, e

Re: Matisse GUI builder bindings and other lost features

2022-02-06 Thread antonio
it). This looks like an excellent opportunity/exercise for users & companies that depend on it to contribute it back to the Apache NetBeans Community through the Plugins Portal. Cheers, Antonio [1] https://github.com/emilianbold/nb-apache-form-bin

Re: Matisse GUI builder bindings and other lost features

2022-02-06 Thread antonio
We have https://plugins.netbeans.apache.org/ Whether if this is easy or not is a matter of the beholder. Cheers, Antonio El 6/2/22 a las 23:06, Ernie Rael escribió: I don't know how many feature are lost (and so break existing projects). Since the capability is in NB, I'm wondering if it's

Re: Original NB wiki?

2022-02-06 Thread antonio
migrated). Infra refused to backup the mediawiki (mediawiki was deprecated in ASF infra by then, IIRC), so we decided to upload to netbeans.apache.org (github wiki option was also discarded, IIRC). HTH, Antonio [1] https://lists.apache.org/thread/mfn257hxy90qpk2j13tbqnyrxtkj2k6l [2] https

[DISCUSS] LSP -Text offsets and encoding?

2022-01-31 Thread antonio
sets in utf-8, right? Using utf-16 offsets could be time consuming, right? Do we want - to keep using utf-8 (if we do)? - or do we want to move to utf-16 (to be compliant)? - or shall we wait until [3] is more clear? Also, in our own Java LSP server, do we use utf-16 or utf-8 instead? Thanks,

Jira or github?

2022-01-30 Thread antonio
Hi all, So, are we expected to report issues in JIRA or in github? Thanks, Antonio - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further

Re: "Original" NB tutorials?

2022-01-30 Thread antonio
Hi all, So we no have a PR with the proper images [1], I think. I'd appreciate some pairs of less tired eyes taking another look before merging. Thanks, Antonio [1] https://github.com/apache/netbeans-website/pull/581 El 24/1/22 a las 15:50, Peter Blemel escribió: Antonio, I haven't been

Re: OSUOSL problems

2022-01-27 Thread antonio
c issues with OSUOSL, but overall the service is pretty good, quite cheap and has served us well. Cheers, Antonio El 27/1/22 a las 11:34, Neil C Smith escribió: This randomly 404'd in a bunch of tests, which finally went green, but I can't download it and

Re: That Darn License Header

2022-01-26 Thread antonio
pen source licenses available, is an important lesson for any student nowadays. This may help them protect their own work (and others) and ensure they do not end in prison in the future :-). Cheers, Antonio On 26/01/2022 17:33, Kenneth Fogel wrote: I am one of those who would prefer an emp

Re: "Original" NB tutorials?

2022-01-25 Thread antonio
NetBeans. Thanks and kind regards, Antonio El 26/1/22 a las 3:58, Peter Blemel escribió: I'm out of time for tonight. I have some other things to do, but will get back to this soon. This version<https://1drv.ms/u/s!ArASQL2pSWgomUx_1ksXsCcFOETh?e=p3dthW> has every image in one monolithic

Re: "Original" NB tutorials?

2022-01-25 Thread antonio
/content/tutorials/nbm-javacc-lexer.asciidoc https://github.com/vieiro/netbeans-website/blob/hotfix/images-for-tutorials/netbeans.apache.org/src/content/tutorials/nbm-code-completion.asciidoc Do these look better now? Thanks, Antonio El 24/1/22 a las 15:50, Peter Blemel escribió: Antonio, I haven't

Re: "Original" NB tutorials?

2022-01-25 Thread antonio
u may want to unzip that one only). Once done we can tackle the git aspects :-). Cheers, Antonio P.S.: I was thinking we may want to use a Lua script instead... [1] https://github.com/apache/netbeans-website/archive/refs/heads/master.zip [2] #!/usr/bin/env sh # Run this on the directory containin

Re: "Original" NB tutorials?

2022-01-25 Thread antonio
ive it a run during the weekend or so. Kind regards, Antonio On 25/01/2022 11:43, Peter Blemel wrote: I don't know what Outlook / OneDrive did to that link. Lets try again <https://1drv.ms/u/s!ArASQL2pSWgomUonDIkTyvHqKESd?e=9u8l5d> flat-tutorials.tgz <https:/

Re: "Original" NB tutorials?

2022-01-25 Thread antonio
Hi, Well, the tutorial section was committed around 2019, AFAIR, I don't see a reason we should hurry now :-). Thanks, Antonio El 25/1/22 a las 9:11, Peter Blemel escribió: Seems pretty straightforward, but it's 1AM here in my timezone . So, I will probably get to this sometime

Re: "Original" NB tutorials?

2022-01-25 Thread antonio
idoc file. Let me know if you need any assistance on this. Thanks & kind regards, Antonio [1] https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/tutorials/nbm-java-hint.asciidoc El 25/1/22 a las 8:49, Peter Blemel escribió: Antonio, I have much experience w

Re: "Original" NB tutorials?

2022-01-24 Thread antonio
bly even for different languages [1]. I'll see what I can do to recover the proper images in each tutorial. Thanks & kind regards, Antonio [1] The nbm-java-hint tutorial has these versions online https://netbeans.apache.org/tutorials/67/nbm-java-hint.html https://netbeans.apache.org/

Re: "Original" NB tutorials?

2022-01-23 Thread antonio
Hi Peter, Originals are kept here for reference https://github.com/wadechandler/netbeans-static-site (src/content) Cheers, Antonio P.S.: I'm curious, which illustrations are incorrect? El 24/1/22 a las 3:18, Peter Blemel escribió: Hi, After looking through the tutorials, the thing

Re: [Java] missing hyperlink for solution project

2022-01-21 Thread antonio
AFAIK samples were not donated to the ASF. You can retrieve them from the web archive, see [1] for instance. Cheers, Antonio http://web.archive.org/web/20101218014131/http://netbeans.org/project_downloads/samples/Samples/JavaScript/MyAjaxApp.zip On 21/01/2022 15:40, usersbbs wrote: Hello

Re: How to get output of System.out.println() in NB Output view?

2022-01-21 Thread antonio
I'm luck to see it in the Show/IDE Log then... :-) https://imgur.com/a/q0cHCuI Maybe you should try using INFO/SEVERE levels, though. Cheers, Antonio On 20/01/2022 12:18, Michael Bien wrote: it won't show up in the log view, however, if you start the platform application or module

Re: [DISCUSSION] Improve process for changes to native binaries used by NetBeans

2022-01-20 Thread antonio
then bundle all platform-specific zip files in a Maven artifact, and download from Maven Central. BTW, ASF does not provide build platforms for Solaris nor FreeBSD (*). We can either keep the current binaries forever, or ask a donor for a Solaris box. Cheers, Antonio (*) FreeBSD can run Linux

Re: How to get output of System.out.println() in NB Output view?

2022-01-20 Thread antonio
"System.out.println" in your code. Once you have these logs calls in place in your code you can use the "View/IDE Log" in NetBeans to see the messages. No need to look outside the IDE. Hope this helps, Antonio [1] On 20/01/2022 10:26, Karl Tauber wrote:

Re: Netbeans localization

2022-01-19 Thread antonio
I think https://github.com/apache/netbeans-l10n is the way to go. Clone that repo and follow the readme. It seems you have to unzip your translations under the proper locale in the "src" directory there. Let us know how it goes! Kind regards, Antonio On 19/01/2022 14:54, Milan H

Re: Netbeans localization

2022-01-19 Thread antonio
It would be great if you could document the whole process (asciidoc format preferred, markdown acceptable) and send a PR to our website repository. Cheers, Antonio On 19/01/2022 14:29, antonio wrote: Hi Milan, Try this: 1. "ant" I don't know if this is strictly required. You may try

Re: Netbeans localization

2022-01-19 Thread antonio
has a tutorial on how to translate to Vietnamese, that can be help to you. Also we have [2], but I cannot explain what this does. Hope this helps, Antonio [1] https://dzone.com/articles/nb-in-vietnamese [2] https://github.com/apache/netbeans-l10n On 19/01/2022 11:48, Milan Horák - tHB wrote

Re: Log4J and its consequences for NetBeans and open source in general

2022-01-15 Thread antonio
elsewhere (https://netbeans.apache.org/help/commercial-support.html). Otherwise, and as someone once said: let's kick butt and have fun. Cheers, Antonio (*) But, of course, those requirements, complaints and demands from Matthias when he is kind enough to review the CND related PRs (or any other PR

Re: [DISCUSS] Let's require NetBeans to be built with JDK11 was: reviving old thread

2022-01-14 Thread antonio
Of course not. Otherwise we'd be using the java.desktop APIs :-). I believe this dependency with sun.swing and sun.awt internals was something that was added to NetBeans long ago [1], possibly to solve some bugs in JFileChooser in Windows back then. Cheers, Antonio [1] https://github.com

Re: Serious issue with the web site

2022-01-14 Thread antonio
thanks, Gj!). Sadly, it seems people is lazy enough to read the contribution guidelines / watch the video, and prefer to send emails instead. Cheers, Antonio El 14/1/22 a las 18:59, Geertjan Wielenga escribió: All the documents can be accessed by clicking the link to GitHub at the bottom of the

Re: Serious issue with the web site

2022-01-14 Thread antonio
On my way! It seems the web archive is currently down, so'll have to wait a little bit to have those "dzone" links we're talking about. Also there's some nice content at blogs.sun.com/blogs.oracle.com we may want to point to. Cheers, Antonio El 14/1/22 a las 18:57, Geertja

Re: Serious issue with the web site

2022-01-14 Thread antonio
Hi Jean-Marc, You can either open a JIRA issue or send us a pull-request at https://github.com/apache/netbeans-website/. Kind regards, Antonio El 14/1/22 a las 18:07, Jean-Marc Borer escribió: Hi, While looking for documentation, I was browsing the apache web site and it seems seriously

Re: Netbeans localization

2022-01-14 Thread antonio
please either 6.a) Try to send us a PR with improvements. 6.b) Open a ticket detailing the problem. Hope this helps, Antonio [1] https://github.com/apache/netbeans/blob/master/platform/core.ui/manifest.mf [2] https://github.com/apache/netbeans/blob/561409b8b64ce23a65b73a37e79305efd5d155f8/platfo

Re: Log4J and its consequences for NetBeans and open source in general

2022-01-14 Thread antonio
Related (Apache PLC4x) "Your free trial version of “open-source” has expired, please update to a commercial plan" https://github.com/chrisdutz/blog/blob/main/plc4x/free-trial-expired.adoc Have fun, Antonio El 14/1/22 a las 14:06, antonio escribió: Agreed! Now onto the task:

Re: Log4J and its consequences for NetBeans and open source in general

2022-01-14 Thread antonio
Agreed! Now onto the task: let's kick butt and have fun! Cheers, Antonio On 14/01/2022 12:07, Geertjan Wielenga wrote: For me personally, I may be arriving at a situation where I'm going to be ignoring e-mails clearly coming from corporations and (to avoid those people switching to gmail

Re: [DISCUSS] Let's require NetBeans to be built with JDK11 was: reviving old thread

2022-01-13 Thread antonio
" instead? Is there any other one? Do we want a new property "nb.target.jdk"? Any clarifications most welcome! Thanks, Antonio [1] A not exhaustive list: platform/applemenu: https://github.com/apache/netbeans/blob/d2ae8ba167c659458deca4a8ce

Re: Maven Daemon

2022-01-10 Thread antonio
Building _in_ the IDE != building _the_ IDE. Tim refers to building Mavenized NetBeans platform apps, such as https://github.com/timboudreau/ANTLR4-Plugins-for-NetBeans/blob/master/pom.xml Cheers, Antonio El 10/1/22 a las 19:14, Michael Bien escribió: I am not sure how this could help the NB

Re: How to handle cpplite and cnd coexistence?

2022-01-09 Thread antonio
: - add cnd/dlight into the "cluster.properties/config.release" (so cnd/dlight) are included in the release build - or modify the ".github/workflows/*" changing "-Dcluster.config=release" to "-Dcluster.config=full" Cheers, Antonio P.S.: Apologies for t

Re: How to start contributing ?

2022-01-09 Thread antonio
Hi Arnaud, In order to build Apache NetBeans and start contributing please follow the prerequisites detailed in the "Building from source" section here: https://netbeans.apache.org/download/dev/index.html Kind regards, Antonio El 9/1/22 a las 11:24, Arnaud bourree escribió: I

Re: How to handle cpplite and cnd coexistence?

2022-01-09 Thread antonio
ION 4 (Jan's, Neil's): Recover the "cnd.debugger.*" modules from the contrib directory, possibly reviewing dependencies, and integrate cpplite cluster modules into cnd, double-checking with Martin Entlicher. We aligned now? Thanks & kind regards, Antonio ---

Re: How to handle cpplite and cnd coexistence?

2022-01-08 Thread antonio
El 8/1/22 a las 18:14, Neil C Smith escribió: On Sat, 8 Jan 2022 at 16:55, antonio wrote: I think a combination of cnd and cpplite is the way to go. I wonder if there's any impact on VSNetBeans, or anything else, to consider if you merge into a single cluster? VSNetBeans just includes

Re: How to handle cpplite and cnd coexistence?

2022-01-08 Thread antonio
ject" so users can still open projects previously created with this module. Thanks, Antonio [1] https://clang.llvm.org/docs/JSONCompilationDatabase.html El 8/1/22 a las 16:15, Michael Bien escribió: so to help to pick an option i would also ask the question: if we w

Re: How to handle cpplite and cnd coexistence?

2022-01-08 Thread antonio
being longer builds). Then option 4 seems the way to go. I think I like B (Option 4) better than A (different NetBeans binaries). Opinions? Thanks, Antonio El 8/1/22 a las 15:17, Neil C Smith escribió: On Sat, 8 Jan 2022 at 14:04, antonio wrote: Option 3: Make "cnd.editor&q

How to handle cpplite and cnd coexistence?

2022-01-08 Thread antonio
cpplite.editor" depend on "cnd.editor". This will make the cpplite cluster depend on the cnd cluster (currently only cpplite is in the "release" set). Option 3: Make "cnd.editor" depend on "cpplite.editor". This will make the cnd cluster depend o

Re: Add support for other programming languages

2022-01-03 Thread antonio
Hi, This is an excellent piece of advice. The kind of knowledge we want to know about LSP servers before using them, I think. Thanks, Antonio El 3/1/22 a las 23:37, Randamuna Namae escribió: The scala plugin listed there, even if you manage to make it compile, is sadly unusable for any

Re: Add support for other programming languages

2022-01-03 Thread antonio
Added a link to https://langserver.org/ to the list of LSP servers in that page (seems to have a list of the features of each LSP server). Cheers, Antonio El 3/1/22 a las 19:11, John Kostaras escribió: Please let me know if you all have edit access to confluence <https://cwiki.apache.

Re: Travis is on strike.

2022-01-03 Thread antonio
The "bui...@apache.org" mailing list is usually helpful. See, for example, https://lists.apache.org/thread/0802w79w0q2tov29bt5816kwfgy00kt7 Apache Infra is aware and handling it. Cheers, Antonio On 03/01/2022 12:05, Michael Bien wrote: it being green was not the problem, it did

Re: cnd-small proposal

2022-01-02 Thread antonio
Yep. Let's get the rest working first :-). Kind regards, Antonio El 2/1/22 a las 21:38, Matthias Bläsing escribió: While a unified approach might be helpful, I would not put too much focus on that and first focus on getting the rest working. To me this sounds like polishing

Re: cnd-small proposal

2022-01-02 Thread antonio
Hi Matthias, Some comments inlined below. El 2/1/22 a las 10:42, Matthias Bläsing escribió: Hi Antonio, Am Samstag, dem 01.01.2022 um 11:40 +0100 schrieb antonio: Here is a proposal to integrate a subset of cnd in Apache NetBeans https://cwiki.apache.org/confluence/display/NETBEANS/cnd

cnd-small proposal

2022-01-01 Thread antonio
Hi all, Here is a proposal to integrate a subset of cnd in Apache NetBeans https://cwiki.apache.org/confluence/display/NETBEANS/cnd+integration+proposal%3A+cnd-small Comments/reviews are welcome. Happy 2022!, Antonio

Re: [LAZY CONSENSUS] GitHub issues migration

2021-12-30 Thread antonio
it in a NetBeans module, in order to have all those issues in the IDE itself. Wishing you all a happy 2022 entry, Antonio [1] https://github.blog/changelog/2021-12-16-openapi-description-of-rest-api-is-now-3-1-compliant/ [2] Current 3.0.3 specification https://raw.githubusercontent.com/github

[CND] 4th and 5th donations review

2021-12-22 Thread antonio
oy syntax highlighting/autocompletion with those compilation databases. Kind regards and Happy Christmas, Antonio [1] https://cwiki.apache.org/confluence/display/NETBEANS/4th+and+5th+donations - To unsubscribe, e-mail: dev-uns

[CND] - Makefile projects + cpplite editors?

2021-09-21 Thread antonio
a compilation database for cpplite (C/C++ projects in cnd should have all information required to generate these compilation databases). As far as I understand, with this we could recover the C/C++ support for Apache NetBeans but with a more powerful/mainteinable LSP backed completion, right?

Re: Plans for Depreciation of Security Manager

2021-06-01 Thread antonio
Also at infoq: https://www.infoq.com/news/2021/06/openjdk-post-securitymanager/ Cheers, Antonio On 26/05/2021 0:07, Geertjan Wielenga wrote: There’s several threads on that topic on that mailing list, as well as on the #jeps Foojay Slack channel. Gj

Re: Lookup, MIMEResolver and unit tests?

2021-05-17 Thread antonio
These ones helped: https://netbeans.apache.org/wiki/TestingThingsThatUseFileObjectDataObjectDataFolder.asciidoc https://netbeans.apache.org/wiki/DevFaqTestDataObject.asciidoc Thanks, Antonio El 17/5/21 a las 22:49, antonio escribió: Hi all, How does one initialize the FileObject machinery

Lookup, MIMEResolver and unit tests?

2021-05-17 Thread antonio
I can take a look at? Thanks in advance, Antonio P.S.: This happens both with NbUnitTestCase and with plain JUNit 4 tests cases. - To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail

Re: [DISCUSS] CND, cnd.antlr & cnd.apt on top of Antlrv4?

2021-05-14 Thread antonio
Hi John, Did you git pull first? This changes quickly! :-). Thanks, Antonio El 14/5/21 a las 15:50, John Kostaras escribió: Hallo Antonio, so, basically the error is that it cannot handle escape characters, e.g. \". Here are some tests: Syntax error on 7613:20 token recognition

Re: [DISCUSS] CND, cnd.antlr & cnd.apt on top of Antlrv4?

2021-05-11 Thread antonio
Thanks John, I'll be adding assorted compiler-specific cases at [1]. Kind regards, Antonio [1] https://github.com/vieiro/cnd.nextapt/blob/master/cnd.apt.antlr4/src/test/resources/org/netbeans/modules/cnd/nextapt/antlr4/c/regressions.c On 11/05/2021 17:41, John Kostaras wrote: #define CMPLX

Re: [DISCUSS] CND, cnd.antlr & cnd.apt on top of Antlrv4?

2021-05-10 Thread antonio
is in a few days. Thanks again, Antonio [1] https://clang.llvm.org/doxygen/group__CINDEX.html El 10/5/21 a las 21:39, John Kostaras escribió: +1 cnd.nextapt java -Dlexer.print=false -jar target/cnd.apt.antlr4-1.0-SNAPSHOT-jar-with-dependencies.jar /usr/include -- /usr/include/complex.h -- Sy

[DISCUSS] CND, cnd.antlr & cnd.apt on top of Antlrv4?

2021-05-06 Thread antonio
d new "cnd2" branch in the main repository (forked from the "cnd" branch and refreshed with latest 12.4 version) and do this CND refactoring on top of Antlrv4 there, right? Any objections to this? Or shall I continue this experiment in a repo of mine? Any other plans/suggestions t

Re: Plugin information on the website

2021-04-24 Thread antonio
Hi Patrik, AFAIK "plugins.netbeans.org" is the only subdomain in the netbeans.org domain that still points to an Oracle server. Let's wait a few days to see if this Oracle server comes back or if the situation with plugins.netbeans.org is permanent. Cheers, Antonio El 23/4/21 a

Re: [DISCUSS] CND Next Steps

2021-04-23 Thread antonio
po, though. Or we can continue on hacking on top of that branch in my repo trying to refactor-out all the cnd.antlr API once and for all. Kind regards, Antonio [1] https://github.com/vieiro/netbeans/tree/feature/cnd.antlr/cnd/cnd.antlr [2] The compilable CND donation with the dummy &qu

Re: [DISCUSS] Release Apache VSNetBeans 12.4 Beta 2 with nb-javac (VSIX)

2021-04-22 Thread antonio
m to Maven Central and want NetBeans to use those, we must still ask for permission to ASF Legal. Kind regards, Antonio [1] https://openjdk.java.net/legal/gplv2+ce.html El 22/4/21 a las 21:41, Ernie Rael escribió: So it seems like anyone, in particular a non-oracle employee, could create an nb-jav

Re: New project type

2021-04-22 Thread antonio
Good question! Creating a project type is not very difficult, but maybe it's not what you need. Google says there's a tutorial here https://netbeans.apache.org/tutorials/nbm-projecttype.html Contributions/enhancements welcome! Cheers, Antonio El 22/4/21 a las 20:24, Geertjan Wielenga

Re: [DISCUSS] CND Next Steps

2021-04-18 Thread antonio
e. Thanks Siddhesh! Kind regards, Antonio [1] "Because the v2 license was unclean, projects such eclipse could not include ANTLR v3. This version, 3.4, is completely BSD clean and all additions were subject to the click wrap license or the ANTLR contributor's certificate of o

Re: Time it takes for Test PHP Cluster

2021-04-16 Thread antonio
g will fail (or take longer?). Kind regards, Antonio P.D.: Unit tests are good for us and for our users. Thanks, Junichi, for those in the PHP cluster! Way to go! [1] http://mail-archives.apache.org/mod_mbox/www-builds/202104.mbox/%3CCABD8fLXAtLGn5aENjUKWtttVjpE1ezTDteDKMP7NaiBBtRcXRw%40mail.gm

Re: [DISCUSS] CND Next Steps

2021-04-15 Thread antonio
ives, understanding that this is an IDE and not a compiler :-). Thanks, Antonio [1] https://issues.apache.org/jira/browse/LEGAL-568 El 15/4/21 a las 0:31, Tristan Lewis escribió: Hi Siddhesh, I did an evaluation of the cpplite plugin a while back and the missing feature set seems like it w

Re: [DISCUSS] CND Next Steps

2021-04-14 Thread antonio
questions, anyone? Any other ideas you may come up with? Thanks, Antonio [1] Some of the errors found when replacing the "cnd.antlr" runtime with the "antlr" runtime, and then trying to compile the "cnd.apt" module. Note that the generated parser "APTB

Re: ? about old netbeans.org zip file

2021-04-13 Thread antonio
Hi Brad, What about this one? http://web.archive.org/web/20101218014437/http://netbeans.org/project_downloads/samples/Samples/Java/JUnitSampleSol.zip Kind regards, Antonio El 13/4/21 a las 7:13, Brad Walker escribió: I realize the old netbeans.org site is now dismantled. But, I'm looking

Re: [DISCUSS] CND Next Steps

2021-04-12 Thread antonio
Some more findings below. El 10/4/21 a las 19:30, antonio escribió: 3) MISSING MODULE "cnd.antlr" Jan's README.cnd [1] also lists a module that was not donated by Oracle: * cnd/modules/org-netbeans-modules-cnd-antlr.jar => cnd/libs.antlr.cnd/external This "cnd.antlr&q

Re: [DISCUSS] CND Next Steps

2021-04-11 Thread antonio
libclang can also be used to get the AST. There're some Java bindings to libclang out there: * https://github.com/udalov/jclang (uses JNA, deprecated project, Apache License). * Project Panama "jextract" tool (similar to JNAerator?) https://inside.java/2020/10/06/jextract/ can be used to

Re: [DISCUSS] CND Next Steps

2021-04-10 Thread antonio
Hi Jan, More comments below. El 10/4/21 a las 22:18, Jan Lahoda escribió: Hi Antonio, A few comments below: On Sat, Apr 10, 2021 at 7:30 PM antonio wrote: And then recreate the runtime portions of "cnd.antlr" that give support to the running compiled grammars. By doing this we'

<    1   2   3   4   5   >