Re: Custom Bean Forms

2024-07-05 Thread Antonio
Hi Sean, Nah, I'm lucky I still can remember those things... The Java Beans Specification [1] dates back to... 1997! :-O [1] https://download.oracle.com/otndocs/jcp/7224-javabeans-1.01-fr-spec-oth-JSpec/ On 5/7/24 17:01, Sean Carrick wrote: Antonio, You are a god among men! Thank you so

Re: Custom Bean Forms

2024-07-05 Thread Antonio
rary (you can register your bean .JAR using the Tools/Libraries menu entry). Finally you can also do all this using a NetBeans module, this would be some sort of NetBeans customization for you. See [1] for details. [1] is also a nice read for understanding how things work, and, BTW, n

Re: Netbeans IDE 21 and Mac

2024-04-26 Thread Antonio
that tries to access protected memory regions, and stops the JVM. Cheers, Antonio On 25/4/24 17:46, Brian Allison (ISSRS) wrote: Problem resolved. Updated to 14.4.1 and used the community installer. On Apr 25, 2024, at 3:13 AM, Neil C Smith wrote: On Thu, 25 Apr 2024 at 10:06, David Gradw

Re: NetBeans integrated terminal

2024-04-02 Thread Antonio
some others are responsible for painting the terminal emulator in Swing. Hope this helps, Antonio [1] https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-extexecution-base/overview-summary.html Best regards, Pavel

Re: Help understanding error message.

2023-10-20 Thread Antonio
ow you to save changes to disk. Finally let me tell you, Ann, that I think the entire NetBeans Team envies your curiosity and desire to learn. Let us know if we can be of further help. Our best wishes, Antonio [1] https://github.com/apache/netbeans/issues/6601 [2] https://chrome.google.com/w

Re: [**EXTERNAL**] Re: Apache NetBeans and Apache Struts 1?

2023-10-11 Thread Antonio
NetBeans is helping people maintaining legacy internal Struts 1 applications somewhere. So the explanation is that things are usually kept unless there's a reason not to. Cheers, Antonio On 10/10/23 20:09, Dill, Ryan wrote: Only because I wanted to confirm if there was an explanation for it still

Re: Getting javadoc to work for netbean modules

2023-07-25 Thread Antonio
p files with Javadoc for NetBeans modules. Hope this helps, Antonio [1] https://netbeans.apache.org/download/ [2] http://bits.netbeans.org/ On 25/7/23 6:03, Juan Algaba wrote: Ant, but willing to move to maven if that helps the situation in any way. -

Re: Getting javadoc to work for netbean modules

2023-07-21 Thread Antonio
Hola Juan, So are you using Maven or using Ant to develop this plugin of yours? Cheers, Antonio On 30/6/23 19:51, Juan Algaba wrote: Hi, I'm developing a plugin using NB 17 and can't get javadoc to work for netbean module related classes, Tried setting the javadoc to https

Re: Encountered problems whlie connecting to update center

2023-07-21 Thread Antonio
to whitelist the NetBeans Update Center in your proxy. Cheers, Antonio On 21/7/23 9:12, Vincent Shiu wrote: I'm using Netbeans 17 and 18 currently,  but I encountered problem while I try to connect to update center since version 16. I got the following message from netbeans. "U

Re: Sorting it out?

2023-06-03 Thread Antonio
+1 to have this account removed. It does not adhere to the code of conduct, and keeps on trying people to download malware or something. Cheers, Antonio On 1/6/23 14:47, Scott Palmer wrote: I’m convinced “Tim” is a bot. Either that or someone that is dealing with some mental health issues

Re: Adding sqlite-jdbc to Services

2023-06-03 Thread Antonio
can test SQL queries quickly, but cannot be shared with other people. Cheers, Antonio - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further in

Re: How to run a program in Netbeans 17 with the -D option

2023-04-20 Thread Antonio
See, for instance: https://stackoverflow.com/questions/39820709/netbeans-8-1-java-how-to-add-command-line-arguments-when-you-want-to-run-java It really depends on the kind of project you're using. For Maven or Gradle projects this is different. Cheers, Antonio On 20/4/23 19:02, Peter

Re: Template tutorial

2023-02-25 Thread Antonio
So you've dared to update the tutorial??? Very well done!! Way to go! Reviewed! Thanks, Antonio On 23/2/23 23:04, Sean Carrick wrote: Just as a quick follow-up, I updated the tutorial file on GitHub to reflect that it was pointing to the wrong modules. Once the team has a chance to review

Re: C/C++ Compiling and clangd integration

2022-06-01 Thread antonio
Hi, "Tools->Options->C/C++->clangd" is not a feature of Apache NetBeans, are you using NB 8.X C/C++ plugin? Cheers, Antonio El 1/6/22 a las 20:03, slipbits escribió: NB 13 Win 7/10/11 gcc 11.3.0 I'm trying to use NB as a C/C++ IDE. Some issues: 1. I can't compile.

Re: Kotlin Support and ideas

2022-04-24 Thread antonio
* Do you plan to use the plugin donated by JetBrains? It seems nobody is really interested in porting the plugin donated by JetBrains, can't tell how good the plugin is. You may want to take a look at the donation and improve it, though. PRs are welcom

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-15 Thread Antonio
Hi, So what's your setup? Windows with a remote Linux build server? Thanks, Antonio El 15/4/22 a las 10:38, Graham Horner escribió: For me, the only use-case that makes sense.  Given it's a bad idea to build inside a git repo (IIRC gcc actually gives you a warning) the build artifacts should

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-14 Thread antonio
hough you can still build on remote hosts). That's an interesting use-case we'll look at in the future. Thanks for testing! Cheers, Antonio El 14/4/22 a las 0:05, Graham Horner escribió: For 'location of clangd' I chose /usr/bin/clang but I'm getting

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-13 Thread Antonio
The fork does support remote building. That's the part of cnd from 8.2 that could be ported. So please keep up the good testing! Cheers, Antonio El 13/4/22 a las 17:00, Graham Horner escribió: I built the 'basic' version of your fork and added cpplite. I can't make much use of it for my main

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-13 Thread antonio
So you're using NetBeans 8.2 C/C++ modules. We don't support those Oracle binaries any longer. You may want to give https://github.com/vieiro/netbeans/tree/feature/cnd-small-4 a spin, though. Cheers, Antonio El 5/4/22 a las 19:13, Graham Horner escribió: I'm not using cpplite under 11.2, so

Re: [C/C++][NB13] Netbeans hangs parsing project

2022-04-05 Thread antonio
13 version: C:\Users\[YOUR_USER]\AppData\Roaming\NetBeans\13\config\Preferences\org\netbeans\modules\cpplite You should recover your projects then. If you use Linux then I think the folder is in $HOME/.netbeans/config/preferences/org/netbeans/modules/cpplite (cannot check this right now). HT

Re: Project open hangs

2022-03-24 Thread antonio
D'oh, I missed the "getNextEvent" part in the thread! This is Swing waiting for next events, which is normal. What was the behaviour of the IDE on this stack trace? Why do you say that "it hangs"? Thanks, Antonio El 23/3/22 a las 20:09, antonio escribió: [2] "AWT

Re: Project open hangs

2022-03-23 Thread antonio
ations [1], with similar JDKs (java.base@11.0.14). Any chances to upgrade your JDK? Cheers, Antonio [1] IntelliJ Idea https://intellij-support.jetbrains.com/hc/en-us/community/posts/4419533666962-Remote-Development-max-out-CPU-Need-server-reboot-to-close-all-threads NSA ghidra. https://

Re: Project open hangs

2022-03-20 Thread antonio
Tips: - "jps" prints the process ids of running Java programs. - "jstack pid" dumps the stack trace of the give pid. The stack trace will print deadlocks, if any. Hope this helps, Antonio El 19/3/22 a las 20:29, Jürgen Weber

Re: How to create JDialog derived class using Apache Netbeans ID 13

2022-03-20 Thread antonio
Hi Zulfi, You can take a look at the following tutorials: https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html https://netbeans.apache.org/kb/docs/java/gui-functionality.html Hope this helps, Antonio El 19/3/22 a las 0:30, Zulfi Khan escribió: How to create SampleDialog

Re: NB & Eclipse about jar files

2022-03-05 Thread antonio
jar files are just zip files with another extension. You can see their contents using any tool that is able to open zip files. NetBeans has no problems opening any jar file, be it produced by Eclipse or whatever. Cheers, Antonio El 4/3/22 a las 17:15, Amn Ojee Uw escribió: changed my

Re: Using Quick Search API in Standalone Swing Apps?

2022-03-04 Thread antonio
the dependencies. If you show us the source code we may give you some further help. Cheers, Antonio On 03/03/2022 23:32, Tim Mullé wrote: Hi, Is it possible to use the Quick Search API in standalone Swing Apps? We have a home grown IDE like interface (not using NB Platform) and we’d like to add

Re: [no subject alternative dns name matching netbeans.apache.org found]

2022-02-19 Thread antonio
Hi Bruno, Please don't cross-post to the mailing lists. This is considered rude. I'm afraid we won't be able to help you setup your internet connection. You should contact your local internet provider for help. Kind regards, Antonio El 19/2/22 a las 12:11, bruno.mo...@free.fr escribió: I

Re: jar works on NB but not on debian console

2022-02-05 Thread antonio
Agreed! It's adviseable to spend as much time in making precise questions as you expect people spending in answering them. Otherwise you may get no answer. This tutorial may also be of help: https://netbeans.apache.org/kb/docs/java/javase-intro.html Cheers, Antonio El 5/2/22 a las 20:36

Re: Where is my post?

2022-02-05 Thread antonio
Information about how to use our mailing lists is in [1] (including a link to the ezmlm manual). Other links that may be of help are RFC-1855 and the Apache Code of Conduct [3]. I'm afraid we won't be able to help you find your own posts in your own inbox, though. Hope this helps, Antonio

Re: Matisse GUI builder bindings

2022-02-04 Thread antonio
The bindings library is GPL licensed and cannot be distributed with Apache NetBeans (Apache License). Bindings support was dropped in 2019, AFAIR. There's https://github.com/emilianbold/nb-apache-form-binding you may want to try. Cheers, Antonio El 4/2/22 a las 17:27, Jeremy Faden CS

Re: Trouble with file access permission in a C++ projet

2022-01-27 Thread antonio
c commands, we'll have to wait until cnd is ready to merge to recover the Makefile projects. Cheers, Antonio (*) I don't know if cpplite admits multiple commands, like: C:\cygwin64\bin\c++.exe -c -g myfile.c -o myfile.o C:\cygwin64\bin\c++.exe -c -g b.c -o b.o C:\cygwin64\bin\c++.exe myfile.o b.o -Lwh

Re: Trouble with file access permission in a C++ projet

2022-01-27 Thread antonio
Hi, In my box CYGWIN\lib\gcc\x86_64-pc-cygwin\10\include\c++ is a directory, so of course NetBeans is not able to "execute" it. It seems you're missing the path to the compiler you want to use. In my box this is "CYGWIN\bin\c++.exe". Cheers, Antonio On 26/01/2022 2

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread antonio
too. These will arrive into NetBeans in the future. Cheers, Antonio [1] https://github.com/MaskRay/ccls [2] https://clangd.llvm.org/ El 18/1/22 a las 20:29, slipbits escribió: I think that NB should change to 'clangd' to 'clang' to clear up any confus

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-18 Thread antonio
If you have this directory in your PATH then NetBeans should find it for you. Otherwise you'll have to add it manually (say "C:\Users\whatever\clang\bin\clangd.exe). Cheers, Antonio On 17/01/2022 22:17, slipbits wrote: 'm trying to host all my C/C++ projects on Netbeans (because I like

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread antonio
stall you a bitcoin miner in your brand new box. Kind regards, Antonio [1] https://github.com/apache/netbeans/tree/master/ide/dlight.nativeexecution/tools [2] https://github.com/apache/netbeans/blob/master/ide/dlight.nativeexecution/external/exechlp-1.0-license.txt On 17/01/2022 17:15, Neil

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread antonio
you a bitcoin miner in your brand new box. Kind regards, Antonio [1] https://github.com/apache/netbeans/tree/master/ide/dlight.nativeexecution/tools [2] https://github.com/apache/netbeans/blob/master/ide/dlight.nativeexecution/external/exechlp-1.0-license.txt On 17/01/2022 17:15, Neil C Smi

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-16 Thread antonio
e adding new #include's in different parts of the code. We'll talk to ASF Infra to see if we can have one of these to compile. Thanks again, Antonio [1] https://github.com/apache/netbeans/blob/master/ide/dlight.nativeexecution/release/bin/nativeexecution/hostinfo.sh [2] https://github.com/apache/

Re: Log4j 1.x Vulnerabilities

2022-01-04 Thread antonio
able. Kind regards, Antonio El 4/1/22 a las 16:24, Humphrey Clerx escribió: And there is a security vulnerability present in log4j 1.x, CVE-2019-17571 <https://www.cvedetails.com/cve/CVE-2019-17571/> that might need addressing in NetBeans. This is stated on the following page:  -

Re: Netbeans 12.6 C/;C++

2022-01-03 Thread antonio
Hi, There's File/New Project/Lightweight C/C++ Project Kind regards, Antonio El 3/1/22 a las 18:43, dms489 escribió: I have Netbeans 12.6 running to develop Java programs. I also need to develop C/C++. In the good old days of Netbeans 8-ish, there was a clear set of directions for adding C/C

Re: Visual Library 2.0 examples

2021-05-13 Thread antonio
What about this one? http://web.archive.org/web/20200429142209/http://plugins.netbeans.org/plugin/40291/visual-library-samples Cheers, Antonio On 13/05/2021 9:28, Jan Hubený wrote: Hi, We use the Netbeans Visual Library (https://netbeans.apache.org/tutorials/nbm-visual_library.html <ht

Re: Deployment Tutorial Source Files

2021-04-22 Thread antonio
ectly in the website. Also maybe we end up with many megabytes! Cheers, Antonio El 22/4/21 a las 15:17, Sean Carrick escribió: Just as a quick aside: Whenever you are looking at tutorials or StackOverflow answers regarding Java, a lot of the links will be to either netbeans.org, Project Ken

Re: Deployment Tutorial Source Files

2021-04-21 Thread antonio
ext person will have it easy to find the samples. Cheers, Antonio El 21/4/21 a las 23:31, Peter escribió: Perfect! Thank you. On 2021/04/21 21:00:55, antonio wrote: Yep http://web.archive.org/web/2012060100*/https://netbeans.org/projects/samples/downloads/download/Samples%2FJava%2FDeploymentTu

Re: Deployment Tutorial Source Files

2021-04-21 Thread antonio
Yep http://web.archive.org/web/2012060100*/https://netbeans.org/projects/samples/downloads/download/Samples%2FJava%2FDeploymentTutorial.zip El 21/4/21 a las 20:16, Peter Ream escribió: I am looking at the netbeans website “Java SE Learning Trail”, specifically “Packaging and Distributing

Re: Netbeans plugins site is down rendering netbeans useless

2021-04-21 Thread antonio
Hi all, This message is in violation of the Apache Software Foundation Code of Conduct. We expect participants in our community to meet these standards in all their interactions and to help others to do so as well. Thanks, Antonio [1] https://www.apache.org/foundation/policies/conduct

Re: Having NetBeans form data hit Java derby DB automagically

2021-03-10 Thread antonio
Hi all, Maybe you want to follow these tutorials https://netbeans.apache.org/tutorials/nbm-crud.html (for Platform apps) https://netbeans.apache.org/kb/docs/javaee/ecommerce/entity-session.html (Java EE version) We'd appreciate new screenshots and a review :-). Kind regards, Antonio On 10

Re: NetBeans to MySQL Connection

2021-03-08 Thread antonio
explaining the details here https://www.youtube.com/embed/0ovc902VWMQ?rel=0 Kind regards, Antonio On 08/03/2021 22:23, Amy Wolf wrote: Thanks! On 2021/03/08 21:13:16, Javier Ortiz Bultron wrote: I believe that's under the MySQL workbench now: https://www.mysql.com/products/workbench/admin/ On

Re: Heads-up: netbeans.org EOL on March 6th

2021-02-25 Thread antonio
Good point! We could also give some love to the main page design, emphasizing the most important features (PHP, Gradle, Maven, etc...). Cheers, Antonio On 25/02/2021 14:33, Bertrand Delacretaz wrote: Hi, On Tue, Feb 23, 2021 at 3:26 PM Jiří Kovalský wrote: ...Long live to https

Re: NetBeans 8.2 Maven Artifacts, anyone?

2020-08-20 Thread antonio
Hi all, We have a listing with md5sums now at http://137.254.56.27/nexus/content/groups/netbeans/org/netbeans/api/org-jdesktop-layout/RELEASE68/printOutput.txt Kind regards, Antonio El 16/7/20 a las 21:30, Emilian Bold escribió: This sounds like web scrapping almost. Can somebody from

Re: Problems with debugging of C++ shared libraries in Netbeans 8.2

2020-08-06 Thread antonio
Ah, good to know it works with 7.2 for you. Kind regards, Antonio El 3/8/20 a las 22:07, Игорь Волков escribió: Hi! Yes. All code is compiled by g++ with -g option. I suppose that problem may be in following. After compiling and linking all binaries are deployed into folder, separated from

Re: Best strategy to solve JavaHelp issue

2020-07-24 Thread antonio
Hi, I think this recipe deserves a small tutorial on our website. We're currently under an Apache-wide migration of Jenkins that is stopping our web-site publishing job. Maybe within a few days we can set up a small page with this. Kind regards, Antonio El 24/7/20 a las 21:02, Greg Bullock

Re: NetBeans 8.2 Maven Artifacts, anyone?

2020-07-16 Thread antonio
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/7/20 a las 17:38, Emilian Bold escribió: Loads

Re: NetBeans 8.2 Maven Artifacts, anyone?

2020-07-16 Thread antonio
] Mirror [3] to keep those artifacts permanently cached in your hard disks and under your control? That would allow you to build even if the repository is taken down (and would speed up builds for you as well). Kind regards, Antonio [1] Open source and commercial maven repository software: https

NetBeans 8.2 Maven Artifacts, anyone?

2020-07-16 Thread Antonio
Hi all, Is anybody still using NetBeans 8.2 Maven artifacts? Is there any interest in keeping those around? Those old artifacts are being kept in Oracle servers, and could be decomissioned soon. Is there any interest in keeping them around? Thanks, Antonio

Re: php development

2020-07-08 Thread antonio
I don't think we have NB-12 specific documents yet. Maybe you want to take a look to the NetBeans PHP Learning Trail here: https://netbeans.apache.org/kb/docs/php.html Of course, any enhancements to the documentation are welcome :-) Cheers, Antonio El 7/7/20 a las 0:55, Ernie Rael escribió

Re: Netbeans11.0 on windows10 does not starts up anymore

2019-06-04 Thread Antonio
eers, Antonio El 05/06/2019 a las 7:43, Antonio escribió: Hi Eef, If jvisualvm is missing then maybe you can use "jps" to find out the process identifier (PID) of the running JVMs in your laptop. This is an integer number. Once you have the PID of the appropriate JVM you can th

Re: Netbeans11.0 on windows10 does not starts up anymore

2019-06-04 Thread Antonio
. That would help us see why NetBeans is freezing in your laptop. I imagine these tools are available in JDK 12, but can't currently tell (I don't have JDK 12 in this laptop right now). HTH, Antonio El 04/06/2019 a las 18:13, Eef Custers escribió: Hi Antonio, My troubles with my configura

Re: Netbeans11.0 on windows10 does not starts up anymore

2019-06-04 Thread Antonio
the way, built with NetBeans technology. HTH, Antonio El 03/06/2019 a las 15:59, Eef Custers escribió: Hello, My Netbeans 11.0 installation has problems in showing the GUI. It only produces a background process. This situation emerged suddenly and for unknown reasons. I had been able to run Ne

Re: JaCoCoverage plugin

2019-05-27 Thread Antonio
+1 to using Maven in the classroom. Way to go, I think. This is a standard de facto in industry, I think. Cheers, Antonio El 27/5/19 a las 20:01, Pieter van den Hombergh escribió: Hi Eduardo, I was in similar  situation, but then followed Geertjan Wielenga’s advice to consider maven over

Re: JaCoCoverage plugin

2019-05-25 Thread Antonio
for JDK11 and JDK12. Unha aperta, Antonio [1] https://issues.jboss.org/browse/JBIDE-26336?_sscc=t [2] https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L893 El 25/5/19 a las 11:26, Eduardo Mosqueira Rey escribió: Just for clarify the branch coverage is in the full report

Re: Netbeans API website down ?

2019-05-22 Thread Antonio
Ready! El 22/5/19 a las 22:38, Antonio escribió: Thanks for reporting. It seems the jenkins job responsible for generating Javadoc is not gone https://builds.apache.org/job/netbeans-r110-apidocmaven/lastSuccessfulBuild/artifact/WEBZIP.zip We'll try to restore it. Thanks for reporting

Re: Netbeans API website down ?

2019-05-22 Thread Antonio
Thanks for reporting. It seems the jenkins job responsible for generating Javadoc is not gone https://builds.apache.org/job/netbeans-r110-apidocmaven/lastSuccessfulBuild/artifact/WEBZIP.zip We'll try to restore it. Thanks for reporting! Cheers, Antonio El 22/5/19 a las 20:39, Jerome

Re: Internet of Things (IoT), OPC UA and OSGi

2019-05-15 Thread Antonio
Thanks arsi, Yep, having different screenshots would be helpful. Probably with some short texts explaining what's going on, and to give credit where is due :-). The bigger the resolution, the better. Thanks again, Antonio El 15/5/19 a las 8:42, arsi escribió: Hi, Yes of course. If you

Re: Internet of Things (IoT), OPC UA and OSGi

2019-05-14 Thread Antonio
Hi arsi, Can we use this image you're posting for the NetBeans website? This would fit nicely as an example of a NetBeans Platform app. Thanks, Antonio El 12/5/19 a las 9:59, arsi escribió: Hi, NetBeans has this support long ago, but commercial. And he can do muchmore... https

Re: Internet of Things (IoT), OPC UA and OSGi

2019-05-12 Thread Antonio
Not only! Read more about Netbinox performance here: http://wiki.apidesign.org/wiki/JDeveloper and here: http://wiki.apidesign.org/wiki/Netbinox Cheers, Antonio El 12/5/19 a las 11:44, European Neuroscience Center escribió: NetBeans Module System and OSGi are kind of similar. On Sun, May

Re: News: Apache NetBeans has graduated from the Apache Incubator

2019-04-18 Thread Antonio
and to this group of students in Czechoslovakia that got all this thing started back in 1996! This has been a long ride indeed! https://github.com/vieiro/incubator-netbeans-website/blob/feature/top-level-project/netbeans.apache.org/src/content/about/history.asciidoc Cheers, Antonio El 18/04/2019 a las 1

Re: NetBeans 11.0-vc4 crash

2019-04-17 Thread Antonio
Project, stating your OSX/Version (try to be as precise as possible) and the exact version of your JVM (it's also in the .txt file), and attaching the .txt file in the report as well for them to inspect. Cheers, Antonio [1] Thread 26 Crashed:: Java: Java2D Queue Flusher 0

Re: NetBeans 11.0-vc4 crash

2019-04-04 Thread Antonio
Hi Phil, This looks like an issue with your own JDK. If this happens again, will you please post the full _text_ of the error instead of a screenshot? There's important info if you scroll down in that image! Even better: file a JIRA issue with that. Thanks, Antonio El 04/04/2019 a las 21

Re: Monday, 4 March: NetBeans Website Live Design Session April

2019-03-04 Thread Antonio
I couldn't make it to this one. Any interesting news? Thanks, Antonio El 02/03/2019 a las 19:56, Geertjan Wielenga escribió: Hi all! An opportunity to discuss with each other a plan to redesign the netbeans.apache.org site: March 4, 18:00 CET https://twitter.com/Dave_UX/status

Re: please recommend Linux Font for Netbeans on Linux

2018-12-10 Thread Antonio
I use IBM Plex https://github.com/IBM/plex El 07/12/2018 a las 7:11, * William escribió: Hello list ... Please refer to the screen shot below ... The comment on the right is the column number of the parent class/interface on that line. [image: image.png] I'm running Netbeans 9 on Ubuntu

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

2018-10-23 Thread Antonio
Congratulations, everybody!!! El 24/10/18 a las 1:29, Geertjan Wielenga escribió: 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: [C] - Setting Up Debugger on Mac

2018-09-10 Thread Antonio Varela
acPorts or Brew, then sign it and run it as root. Take a look at the section "Debugging ntopng in NetBeans" from this PDF for more details. https://fossies.org/linux/ntopng/doc/README.netbeans.pdf -- Antonio Varela unixli...@gmail.com

Re: How to build JavaCC from source?

2018-06-04 Thread Antonio
Hi, Good to know you're helping the JavaCC guys :-)! Maybe you can adapt the pom.xml file whenever they release the V8,0 version. It would be great having JavaCC v8,0 uploaded to Maven Central. Kind regards, Antonio El 03/06/2018 a las 10:57, Peter Nabbefeld escribió: Hi Antonio, I got

Re: How to build JavaCC from source?

2018-06-01 Thread Antonio
have a proper "pom.xml" file in their master branch. Just clone the repo and import it in NetBeans, then "Clean & Build" should do the job for you. Cheers, Antonio On 01/06/18 19:20, Peter Nabbefeld wrote: Hello, I cloned JavaCC from "https://github.com/javacc/ja

Re: incubating-netbeans-java-9.0-beta-bin.zip

2018-03-08 Thread Antonio
many other Apache projects automate this somehow, ranging from Maven to shell scripts. This would make a great Google Summer of Code project, wouldn't it? Cheers, Antonio On 08/03/18 20:21, John McDonnell wrote: Apologies for the spam, cross posting to dev. @Antonio, do you know if the link

Re: [VOTE] Apache NetBeans Logo

2018-03-01 Thread Carlos Antonio Lopes
I vote on #1 -- -- *Carlos Antonio Lopes Piubello* -- -- Gestor de TI e Programador -- -- piube...@gmail.com

[ANN] Closing the NetBeans Logo Contest

2018-02-26 Thread Antonio
(not typography at the moment). Refer to [1] for more details. Thanks and best of luck, Antonio [1] https://issues.apache.org/jira/browse/NETBEANS-145 - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org

Re: Can Netbeans do this?

2018-02-26 Thread Antonio
AFAIK the debugger can do this. Just add a breakpoint and then take a look at the rest of running threads, to see what they're doing. Cheers, Antonio On 26/02/18 10:04, Owen Thomas wrote: Hello. I've been working with threads, and I would like to know if the IDE can show me where I have

Re: built nb from git, no java web plugin?

2018-01-11 Thread Antonio
NetBeans a run. If you see any bugs (we're getting a beta version ready) you may want to file them at JIRA: https://issues.apache.org/jira/projects/NETBEANS/summary Cheers, Antonio On 11/01/18 21:27, Geertjan Wielenga wrote: Yes, the 2nd donation hasn’t been done yet. Apache NetBeans is only

Re: Running local build under JDK 9?

2018-01-07 Thread Antonio
On Unix like systems: cd /the/netbeans/directory ant ./nbbuild/netbeans/bin/netbeans --jdkhome /the/path/to/jdk9/ Cheers, Antonio On 08/01/18 06:33, cowwoc wrote: Following up on https://issues.apache.org/jira/browse/NETBEANS-238 is there a way to get "ant tryme" to use JDK 9 inst