Re: net beans12.1 C++

2020-08-18 Thread Geertjan Wielenga
Click one or both of those links, download, and browse to what you downloaded in the panel below. Gj On Wed, 19 Aug 2020 at 04:43, Albert Flex wrote: > Some body know how to deal with it? > > > ‍ >

Re: JavaFx maven with FXML

2020-08-14 Thread Geertjan Wielenga
L, then there is > no issue and everything works fine. > > > > > > > > > > > > > > On Friday, August 14, 2020, 7:32:50 PM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > > > > > > > > The two Gluon

Re: JavaFx maven with FXML

2020-08-14 Thread Geertjan Wielenga
The two Gluon OpenJFX projects in the New Project wizard run and debug out of the box, no changes needed. Gj On Fri, 14 Aug 2020 at 16:41, HRH wrote: > Hi, > > I just noticed (the hard way) the generated Empty FXML by the IDE is > stored in the ${Project}\src\main\resources\fxml directory and u

Re: Build does not include dependent libs

2020-07-29 Thread Geertjan Wielenga
If you can provide the steps to reproduce or the project or a similar sample project that can be used to reproduce the problem that would be best, even better would be for you to consider moving to Maven or Gradle instead of Ant. Gj On Wed, Jul 29, 2020 at 2:32 PM Gene Glick wrote: > Hi and tha

Re: NetBeans RCP

2020-07-10 Thread Geertjan Wielenga
This is still good: https://leanpub.com/nbp4beginners Gj On Fri, 10 Jul 2020 at 10:27, Emilian Bold wrote: > I think one of the books has recently been updated given the Apache move. > > Still, things haven't changed that much on the Platform side so any > older reference will /kinda/ work jus

Re: JavaFx Problem

2020-07-06 Thread Geertjan Wielenga
But it works in IntelliJ IDEA community edition? Gj On Mon, Jul 6, 2020 at 12:27 PM Brain Rebooting wrote: > Thank you. Your program works. I made a silly mistake. Create scene inside > the for loop. > Take my greetings. > > Samiul alom sium > > On Mon, Jul 6, 2020 at 3:19

Re: JavaFx Problem

2020-07-06 Thread Geertjan Wielenga
scene = new Scene(pane, WIDTH, HEIGHT); >>> primaryStage.setTitle("Display A CheckBoard"); >>> primaryStage.setScene(scene); >>> primaryStage.show(); >>> >>> } // end of inner for loop

Re: JavaFx Problem

2020-07-06 Thread Geertjan Wielenga
gt;> >> public static void main(String[] args) { >> launch(args); >> >> >> ------ >> >> Her

Re: JavaFx Problem

2020-07-06 Thread Geertjan Wielenga
Can you provide any info so someone can reproduce the problem? Gj On Mon, 6 Jul 2020 at 08:02, Brain Rebooting wrote: > Probably not only this specific program. After installing NetBeans 12, > none of my JavaFX program show output (with ant build). But NetBeans 11.3 > with all same configuratio

Re: Map in editor

2020-07-03 Thread Geertjan Wielenga
What does your question mean? I don’t think anyone can help you if you can’t provide more info. Gj On Fri, 3 Jul 2020 at 23:19, glen bryan wrote: > Hello! Can anyone help me with how can I agregate a map on the editor > please? I'm new and need a map in the app that I will create. >

Re: Gui Builder *form files not displayed in Explorers

2020-07-03 Thread Geertjan Wielenga
No, better to not expose the Form files. They’ll get out of sync with the Java source files if they were to be editable in the NetBeans editor. Gj On Fri, 3 Jul 2020 at 10:03, Bilu wrote: > Any clue here or i am just missing something obvious? > Le 25/06/2020 à 19:01, Bilu a écrit : > > Hello,

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-26 Thread Geertjan Wielenga
x27;Preferences'. I (finally) found a Gradle and JavaFX setting. It is > at Tools->Options->Java. There is no 'Preference' but there seems to be > everything else. The mystery is solved. > > Thanks to all > art > On 6/25/2020 11:28 PM, Geertjan Wielenga wrote

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread Geertjan Wielenga
On Mac, go to NetBeans | Preferences, on Windows to Tools | Options. All this that you’re doing with Gradle is completely unnecessary since what you’re doing is learning JavaFX, for which there are two Maven archetypes that run out of the box without you needing to tweak anything. Gj On Fri, 26

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread Geertjan Wielenga
"FXML JavaFX Maven Archetype (Gluon)" and > "Simple JavaFX Maven Archteype (Gluon)". I suspect one of these should be > chosen. The book I'm reading, JavaFX 8 by Example, recommends Java with > Gradle. Any idea when that will be ready? > > Should this issue be re

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread Geertjan Wielenga
You will find the two OpenJFX Gluon Maven archetypes around midway down the list in “Java with Maven”. They can be run and debugged out of the box and there is nothing you need to install for this. Gj On Thu, 25 Jun 2020 at 17:12, Geertjan Wielenga wrote: > > It is also available under

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-25 Thread Geertjan Wielenga
s->New Project->Java with Ant->JavaFX. This is on both NB 12 > and OpenBeans. > > art > On 6/24/2020 8:20 PM, Geertjan Wielenga wrote: > > Can you consider using Maven instead of Ant? Then everything works out of > the box. > > Gj > > On Thu, 25 Jun 2020 at 01:59,

Re: IDE look and feel

2020-06-24 Thread Geertjan Wielenga
Yes, that applies only to the source editor. To change the appearance of the IDE as a whole, switch the look and feel in the Appearance tab. Gj On Thu, 25 Jun 2020 at 08:37, HRH wrote: > Hi, > > I am using the "Norway Today" look and feel for the IDE (Tools->Options-> > Font & Color-Profile->N

Re: Installation Problem

2020-06-24 Thread Geertjan Wielenga
NetBeans 7? Who’s getting you to install that, it’s probably about 10 years old? Get the latest release at netbeans.apache.org. Gj On Thu, 25 Jun 2020 at 07:26, J A M wrote: > Dear's > > I am trying to install Netbeans on my computer but I am facing the problem > shown in the attached photo,C

Re: [PHP][Xdebug][macOS Mojave] config problems

2020-06-24 Thread Geertjan Wielenga
Well, you need to install the Chrome connector plugin, everything indeed should work, this part of NetBeans has been fixed in 12.0. If you describe a step by step scenario here for someone to follow, so we’re sure we’re doing the same thing, we can take a look. Gj On Thu, 25 Jun 2020 at 06:25, A

Re: Help in setting up JavaFX on NB 12 and OpenBeans 12

2020-06-24 Thread Geertjan Wielenga
Can you consider using Maven instead of Ant? Then everything works out of the box. Gj On Thu, 25 Jun 2020 at 01:59, slipbits wrote: > Win 10-64 > > I've installed the JavaFX plugins and now I'm trying to create an > application. When I do: > > File->New Projects->Java with Ant->JavaFX->JavaFX

Re: New Action template issue

2020-06-17 Thread Geertjan Wielenga
Yes, it’s a problem being worked on. In the meantime, just create your Action in 11.3 or earlier and copy it into your project in 12.0. This only impacts the New Action wizard and is related to an upgrade of an underlying library. Gj On Wed, 17 Jun 2020 at 15:23, Marco Rossi wrote: > Hi guys,

Re: Apache NetBeans 12.0 released

2020-06-10 Thread Geertjan Wielenga
Thanks again, fixed it. Gj On Wed, Jun 10, 2020 at 4:07 AM Geertjan Wielenga wrote: > Thanks, will check it out. > > Gj > > On Wed, 10 Jun 2020 at 02:13, Scott Palmer wrote: > >> >> On Jun 9, 2020, at 12:41 PM, Geertjan Wielenga >> wrote: >> >

Re: Apache NetBeans 12.0 released

2020-06-09 Thread Geertjan Wielenga
Thanks, will check it out. Gj On Wed, 10 Jun 2020 at 02:13, Scott Palmer wrote: > > On Jun 9, 2020, at 12:41 PM, Geertjan Wielenga > wrote: > > Hi all, > > 12.0 has been released, many thanks in particular to our amazing and > persistent release manager Eric Barboni

Apache NetBeans 12.0 released

2020-06-09 Thread Geertjan Wielenga
Hi all, 12.0 has been released, many thanks in particular to our amazing and persistent release manager Eric Barboni. Features: http://netbeans.apache.org/download/nb120/index.html Downloads: http://netbeans.apache.org/download/nb120/nb120.html Please retweet: https://twitter.com/netbeans/st

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

2020-06-06 Thread Geertjan Wielenga
20, 15:24 Geertjan Wielenga a scris: > >> >> https://stackoverflow.com/questions/35071993/how-to-change-netbeans-java-project-runtime >> >> That might help and at least explains the current state. >> >> Gj >> >> On Sat, Jun 6, 2020 at 11:25 AM Ge

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

2020-06-06 Thread Geertjan Wielenga
https://stackoverflow.com/questions/35071993/how-to-change-netbeans-java-project-runtime That might help and at least explains the current state. Gj On Sat, Jun 6, 2020 at 11:25 AM Geertjan Wielenga wrote: > Can you describe your scenario more explicitly so that it can be > unde

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

2020-06-06 Thread Geertjan Wielenga
Can you describe your scenario more explicitly so that it can be understood? I.e., why do you want to compile & build with JDK 8 and run with JDK 11? Gj On Sat, Jun 6, 2020 at 10:59 AM Thomas Kellerer wrote: > Thomas Kellerer schrieb am 29.05.2020 um 09:52: > > What is the intended use of the

Vote on releasing Apache NetBeans 12.0 vc1

2020-06-01 Thread Geertjan Wielenga
Hi all, On the dev mailing list, following the Apache procedures and guidelines, voting has begun to release Apache NetBeans 12.0: bit.ly/vote-netbeans-12-0-vc-1 You are welcome to join in -- anyone is welcome to vote, following the instructions above. Here's a list of the features in 12.0, whi

Re: Netbeans and malware article

2020-05-30 Thread Geertjan Wielenga
dd. > > We welcome suggestions from Netbeans users. Please send your constructive > proposals and suggestions to . > > Then give the key details of the problems uncovered. > > > Just a suggestion. > > Emma > > > > > On Sat, 30 May 2020, 14:1

Re: Netbeans and malware article

2020-05-30 Thread Geertjan Wielenga
ial. > > Still, I think GitHub could have approached the Apache security team so > the NetBeans PMC has a reply to this. > > It would be trivial to push a check for that cache.dat file but it's not > the role of the IDE to play at being an antivirus. > > --emi > >

Re: Netbeans and malware article

2020-05-30 Thread Geertjan Wielenga
cific group was being >> targeted. If eventually GitHub releases the project names that might >> provide a clue. >> >> >> >> On 2020-05-29 15:30, Emilian Bold wrote: >> >> >> >> so I guess this is all just about me. :-) >> >> &

Re: Netbeans and malware article

2020-05-29 Thread Geertjan Wielenga
k NB can do to the > cache.dat file to help prevent this. > > Scott > > > On May 29, 2020, at 3:16 PM, Geertjan Wielenga > wrote: > > > It seems to be saying that a build system that uses Apache Ant can be > poisoned by malware. That probably is equally true fo

Re: Netbeans and malware article

2020-05-29 Thread Geertjan Wielenga
It seems to be saying that a build system that uses Apache Ant can be poisoned by malware. That probably is equally true for Gradle and Apache Maven — so I don’t understand why they’re picking on Ant. Gj On Fri, 29 May 2020 at 21:09, Peter Steele wrote: > Hi > > Saw this > > > https://www.zdnet

Re: Apache NetBeans 12.0 beta 6

2020-05-28 Thread Geertjan Wielenga
Thank you, Eric! We should assume at this point that this is the last beta — we have another release four months from now and we should focus strongly on identifying the important issues to be fixed in that timeframe. So, unless someone’s house explodes when they start up 12.0 Beta 6, we should c

Re: [java] [tomcat] Is there a trick to deploying a web app to Tomcat?

2020-05-26 Thread Geertjan Wielenga
Can you try this scenario with 12.0 Beta 5? There has been a recent fix in this area. bit.ly/download-12-0-beta-5 Gj On Wed, 27 May 2020 at 04:25, René Aravena wrote: > Hi, I had that problem with the apache-tomcat-9.0.35 (last) version, I > went back to the apache-tomcat-9.0.30 and it worked

Re: Installer

2020-05-25 Thread Geertjan Wielenga
Indeed, we only have installers for our official releases, not for betas. Gj On Mon, May 25, 2020 at 1:32 PM Geertjan Wielenga wrote: > https://netbeans.apache.org/download/nb113/nb113.html > > Gj > > On Mon, May 25, 2020 at 1:29 PM HRH wrote: > >> GeertJan, you

Re: Installer

2020-05-25 Thread Geertjan Wielenga
https://netbeans.apache.org/download/nb113/nb113.html Gj On Mon, May 25, 2020 at 1:29 PM HRH wrote: > GeertJan, you mentioned of a Netbeans installer. I rather use the > installer to install and uninstall these incremental mini releases of NB. > Google search for the Apache Netbeans installer p

Re: Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Geertjan Wielenga
No, that will be made once we have released. Gj On Mon, May 25, 2020 at 1:06 PM David Gradwell wrote: > Mac installer to test ? > > > > Regards > > > > David > > > > > > > > *From: *Geertjan Wielenga > *Date: *Monday, 25 May 2020 at 11

Apache NetBeans 12.0 Beta 5

2020-05-25 Thread Geertjan Wielenga
Hi all, The 5th Beta for Apache NetBeans 12 is out. We hope it fixes the blocker. Source and binaries are here: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbea ns/job/release120/16/artifact/dist/netbeans/ binaries sha512 49be4866cac811c3eb1d435f2c0ac422e31aa705529de

Re: Apache Netbeans 12.0 beta4 hangs/fails to quit

2020-05-22 Thread Geertjan Wielenga
Did you look in the files you attached? The problems appear to begin here: INFO [org.netbeans.modules.payara.tooling]: localhost:4848::[/Users/davidjlgradwell/Payara_Server/glassfish:/Users/davidjlgradwell/Payara_Server/glassfish/domains/domain1]deployer:pfv5ee8:localhost:4848:::__locations?null

Re: 12.0-beta-4

2020-05-20 Thread Geertjan Wielenga
ent into options to activate Maven ( > I think I have to do that?) and when I go in there for some reason it tells > me I need to install JavaFX. > > Not sure what I'm doing wrong. > > > > > ------ > *From:* Geertjan Wielenga > *Sent:

Re: 12.0-beta-4

2020-05-20 Thread Geertjan Wielenga
No plugins needed for that. Maven JavaFX projects work out of the box. Gj On Wed, 20 May 2020 at 19:43, joe schmo wrote: > ok, kinda hard for me to test then since most of my apps use JavaFX. > -- > *From:* Geertjan Wielenga > *Sent:* May 20, 2020 1

Re: 12.0-beta-4

2020-05-20 Thread Geertjan Wielenga
Which specific plugin are you trying to access? Gj On Wed, May 20, 2020 at 6:06 PM Geertjan Wielenga wrote: > Yup, no plugins for betas. > > Gj > > On Wed, May 20, 2020 at 5:52 PM joe schmo wrote: > >> Oops, forgot screenshot >> --

Re: 12.0-beta-4

2020-05-20 Thread Geertjan Wielenga
Yup, no plugins for betas. Gj On Wed, May 20, 2020 at 5:52 PM joe schmo wrote: > Oops, forgot screenshot > -- > *From:* joe schmo > *Sent:* May 20, 2020 12:50 PM > *To:* users@netbeans.apache.org > *Subject:* 12.0-beta-4 > > I have been using 11.3 (and previous ver

Re: Remove NB 11.3 IDE

2020-05-19 Thread Geertjan Wielenga
t want to keep multiple > versions. > > On Tuesday, May 19, 2020, 11:04:36 PM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > > No one has ever needed to uninstall it. When you have an awesome tool, why > would you want to uninstall it. It just

Re: Remove NB 11.3 IDE

2020-05-19 Thread Geertjan Wielenga
No one has ever needed to uninstall it. When you have an awesome tool, why would you want to uninstall it. It just makes no sense. In jest, :-) Gj On Tue, 19 May 2020 at 20:29, HRH wrote: > Hi, > > The Netbeans IDE is not listed under the "Add or Remove programs" features > in Windows 10. How

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Geertjan Wielenga
Yes, this is from the log file that he sent: INFO [org.netbeans.core.startup.NbEvents]: Turning on modules: org.netbeans.modules.web.webkit.debugging [1.61 12.0-beta4-6a0e13fff50b1246262da7bea9c609e0382f8549] org.netbeans.libs.javacapi [8.29.0.3 3 12.0-beta4-6a0e13fff50b1246262da7bea9c609e0382f854

Re: Strange JUnit behavior

2020-05-19 Thread Geertjan Wielenga
in Netbeans 11.3 the "Tools->Create/Update Test->Framework" only > provides "JUnit" and "TestNG" options. The JUnit 4 is not present in the > dropdown. > > Thanks again > > On Tuesday, May 19, 2020, 8:48:06 AM GMT+4:30, Geertjan Wielenga <

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Geertjan Wielenga
Let's remember to put that into the troubleshooting section of the 12.0 release notes -- unless we can reproduce/figure it out. Thanks for identifying and reporting this, David (and Neil for finding that issue report). Gj On Tue, May 19, 2020 at 4:01 PM Neil C Smith wrote: > On Tue, 19 May 2020

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Geertjan Wielenga
2020 at 3:22 PM Geertjan Wielenga wrote: > So probably this is not starting with a fresh user directory and you're > reusing some other beta directory, maybe. In any case, we do need the > messages.log from your user directory. See if you can reproduce this again > or create a new is

Re: Unexpected and unhelpful message when opening a project on Apache NetBeans 12.0 beta 4

2020-05-19 Thread Geertjan Wielenga
So probably this is not starting with a fresh user directory and you're reusing some other beta directory, maybe. In any case, we do need the messages.log from your user directory. See if you can reproduce this again or create a new issue in which you attach your log. Gj On Tue, May 19, 2020 at 3

Re: Apache NetBeans IDE 12.0 Community Acceptance Survey

2020-05-19 Thread Geertjan Wielenga
+1 Please, everyone, we need you to do this. Don’t think that someone else will do it — do it yourself, we need your feedback, it’s not much work, and we want to release 12.0, which means we need your feedback and approval on this! :-) Gj On Tue, 19 May 2020 at 13:55, Jiří Kovalský wrote: >

Re: Strange JUnit behavior

2020-05-18 Thread Geertjan Wielenga
nks again > > On Tuesday, May 19, 2020, 8:48:06 AM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > When you generate the test class, select JUnit 4 from the drop down menu, > in Ant based projects to generate the correct code. In Maven based projects >

Re: Strange JUnit behavior

2020-05-18 Thread Geertjan Wielenga
When you generate the test class, select JUnit 4 from the drop down menu, in Ant based projects to generate the correct code. In Maven based projects this is not needed and JUnit 5 was is supported. Gj On Tue, 19 May 2020 at 01:22, HRH wrote: > > ** Looks like this org.junit.jupiter release is

Re: When will 12.0 be released?

2020-05-18 Thread Geertjan Wielenga
lists after all ** > > I wish Apache would consider replacing the mailing list with a web-based > forum. The mailing list is an anachronism. > > On Monday, May 18, 2020, 11:32:07 AM GMT+4:30, Ty Young < > youngty1...@gmail.com> wrote: > > > > On 5/18/20 12:55 AM,

When will 12.0 be released?

2020-05-17 Thread Geertjan Wielenga
Hi all, Apache NetBeans 12.0 will be released once many of you: 1. Download beta 4: http://bit.ly/download-12-0-beta-4 2. Try it out. Here is an overview of the newest features, though incomplete: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0 3. Fill in this very qu

Re: Install NetBeans 11.3

2020-05-17 Thread Geertjan Wielenga
Can you look again at the Download page? It explicitly tells you about this. Gj On Sun, 17 May 2020 at 18:27, Svein Nilsen wrote: > Hi > > I use JDK 14.0.1 and im trying to install Nebeans but get error. > > Can anyone help? > > > > Thanks > > > > > > Sendt fra E-post

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-16 Thread Geertjan Wielenga
tive JUnit 5 feature in Netbeans 11.3 needs > attention. > > Thanks again > > On Saturday, May 16, 2020, 11:07:31 AM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > OK, I think I've reproduced the problem. > > Can you change the conten

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
foo", result); } } Thanks, Gj On Sat, May 16, 2020 at 8:09 AM Geertjan Wielenga wrote: > In which part of the tutorial specifically are you encountering the > problem, i.e., what is the name of the section where the problem occurs? > > Gj > > On Sat, May

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
Instead do this tutorial instead: https://netbeans.apache.org/tutorials/nbm-selection-1.html Better still, get the book: https://leanpub.com/nbp4beginners Gj On Sat, May 16, 2020 at 8:07 AM Geertjan Wielenga wrote: > Just skip that tutorial, you don't need it to learn the NetBeans

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
te: > > > Here is the link to the tutorial. Everything works up to the JUnit test > section. > > Thanks > On Saturday, May 16, 2020, 10:17:15 AM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > Can you point to the tutorial you're referrin

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
> -- Forwarded message - > From: Varuna Seneviratna > Date: Sat, 16 May 2020 at 11:03 > Subject: Re: Not able to find Sudoku Game by Peter Kriens ? > To: Geertjan Wielenga > Cc: > > > I need the game because of this "Put the two Sudoku JARs into th

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
Can you point to the tutorial you're referring to, so that I can try to reproduce the problem? Gj On Fri, May 15, 2020 at 6:18 AM HRH wrote: > Hi, I am following the tutorial step by step but LibClassTesting.java > (generated JUnit test class by the IDE) fails. Here is the trace: > > Testsuite:

Re: Compiler option

2020-05-15 Thread Geertjan Wielenga
Can you, when you ask a question here and then later figure it out, come back here and just say that, so that we don't spend time answering questions that already have been answered? Gj On Sat, May 16, 2020 at 7:40 AM Geertjan Wielenga wrote: > We're going to stick to one topic pe

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
at, May 16, 2020 at 7:34 AM Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > I need the game because of this "Put the two Sudoku JARs into the folder, > where the JARs above are found:" is included in the tutorial. > > On Sat, 16 May 2020 at 09:56, Geertjan Wiel

Re: Compiler option

2020-05-15 Thread Geertjan Wielenga
We're going to stick to one topic per thread, and so I am not responding here to your JUnit question. Gj On Sat, May 16, 2020 at 7:40 AM Geertjan Wielenga wrote: > The above instructions I provided work either for Ant or Maven. > > Best to take a step back and consider why to

Re: Compiler option

2020-05-15 Thread Geertjan Wielenga
ructions. > Thanks > > On Saturday, May 16, 2020, 9:56:34 AM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > What kind of project are you using? Ant, Maven, or Gradle? > > Gj > > On Wed, May 13, 2020 at 2:42 PM HRH wrote: > > Hi, > I

Re: Compiler option

2020-05-15 Thread Geertjan Wielenga
Maven, when I simply put this: -XX:+ShowCodeDetailsInExceptionMessages ...into the Project Properties under Run | VM Options, it provides the additional info I expect without a problem. Gj On Sat, May 16, 2020 at 7:26 AM Geertjan Wielenga wrote: > What kind of project are you using?

Re: Compiler option

2020-05-15 Thread Geertjan Wielenga
What kind of project are you using? Ant, Maven, or Gradle? Gj On Wed, May 13, 2020 at 2:42 PM HRH wrote: > Hi, > I am new to Netbeans. I have configured Netbeans 11.3 with JDK 14. I would > like to compile my project in the IDE environment with a compiler option to > show code details in except

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
Why do you need that game? Just so that you can do the tutorial? Or some other reason? Gj On Sat, 16 May 2020 at 02:14, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > The link at > https://github.com/apache/netbeans-website-cleanup/blob/master/src/content/platform/tutorials/80/nbm-os

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
; questions to the maintainers here. I see your default answer to a lot of > questions about changes in the user list is basically "where is your pull > request" but you are giving this to the wrong audience. > > > On Fri, 15 May 2020, 14:46 Geertjan Wielenga, wrote: >

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
5 May 2020, 14:35 Geertjan Wielenga, wrote: > >> Do you think you can look up Peter Kriens on LinkedIn and just ask him >> yourself? >> >> Gj >> >> On Fri, 15 May 2020 at 15:31, Joel Craig wrote: >> >>> Try here >>> https://github.com/a

Re: Where are the answers

2020-05-15 Thread Geertjan Wielenga
gt; > I have added all the libraries (jar files) mentioned in the tutorial and > they appear in the classpath. > > Any insights will be great. > Thanks > > > > On Friday, May 15, 2020, 6:03:28 PM GMT+4:30, Geertjan Wielenga < > geert...@apache.org> wrote: > > > >

Re: Not able to find Sudoku Game by Peter Kriens ?

2020-05-15 Thread Geertjan Wielenga
Do you think you can look up Peter Kriens on LinkedIn and just ask him yourself? Gj On Fri, 15 May 2020 at 15:31, Joel Craig wrote: > Try here > https://github.com/apache/netbeans-website-cleanup/blob/master/src/content/platform/tutorials/80/nbm-osgi-quickstart.html > > On Thu, May 14, 2020 at

Re: Where are the answers

2020-05-15 Thread Geertjan Wielenga
What questions do you have? Gj On Fri, 15 May 2020 at 15:25, HRH wrote: > Hi, > I have joined this mailing list in the past few days. Thus far, all I see > are daily new questions posted without any responses from the community. I > am wondering why I am not receiving or seeing the responses to

Re: Netbeans Slack channel

2020-05-15 Thread Geertjan Wielenga
Sent an invitation to zeugme...@gmail.com, hope it works. Maybe this too: https://join.slack.com/t/netbeans/shared_invite/zt-4r8fbxqr-2Tkot4veW5c5nILJvKO5Pg Gj On Fri, 15 May 2020 at 15:23, zeugme wrote: > Hi Peter, > > Probably more a Slack global "feature" on invitation link that had expire

Re: What is GLib and GtkWidget?

2020-05-13 Thread Geertjan Wielenga
What did you find when you googled some of these error messages? Gj On Wed, 13 May 2020 at 22:25, Bayless Kirtley wrote: > Here is another new error message from running an old Java program under > 11.1 that always worked under 8.1. This seems related but I don't know > what atk is. > > > ** (j

Re: [Publish Module]: What is the actual procedure to publish plugins to the Plugin portal?

2020-05-11 Thread Geertjan Wielenga
https://cwiki.apache.org/confluence/display/NETBEANS/How+to+get+plugin+on+Plugin+Portal+Update+Center Gj On Tue, 12 May 2020 at 07:55, Bilu wrote: > Hello > > Any advise please? > Le 09/05/2020 à 02:28, Bilu a écrit : > > Hello, > > Is there a new procedure to publish module? > > I tried this o

Re: Changing the font size in the output window and FlatLaf question

2020-05-06 Thread Geertjan Wielenga
On Wed, May 6, 2020 at 3:46 PM Peter Steele wrote: > Hi > > 1) Can you tell me how to change the font size for the text in the output > window? > What did you see when you right-clicked in the Output window? Gj > 2) Can you tell me how to get netbeans to auto resize the tab labels when > us

Re: Netbeans should generate Maven projects with latest version

2020-05-01 Thread Geertjan Wielenga
Sure, that’s true. Just like the latest Payara and GlassFish can be downloaded. It would mean we wouldn’t need to bundle enbedded Maven at all. Gj On Fri, 1 May 2020 at 20:23, Ty Young wrote: > > On 5/1/20 12:23 AM, Geertjan Wielenga wrote: > > > Well, the user might not have t

Re: Netbeans should generate Maven projects with latest version

2020-04-30 Thread Geertjan Wielenga
Well, the user might not have the latest Maven installed. At least we know for sure that they have the embedded version. Gj On Fri, 1 May 2020 at 01:38, Ty Young wrote: > > On 4/30/20 6:08 PM, John Mc wrote: > > Unless I'm mistaken, NetBeans uses the embedded NetBeans version, which > for NetBe

Re: Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Geertjan Wielenga
https://builds.apache.org/view/M-R/view/NetBeans/job/ netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ On Thu, Apr 23, 2020 at 9:45 PM Geertjan Wielenga wrote: > The Gluon OpenJFX projects run out of the box from 12.0 onwards, Beta 3 is > available already. > >

Re: Maven JavaFX based project does not run due to nonvisible runtime

2020-04-23 Thread Geertjan Wielenga
The Gluon OpenJFX projects run out of the box from 12.0 onwards, Beta 3 is available already. In 11.3, you need to tweak the nbactions.xml file as explained at openjfx.io -- but best would be to give Beta 3 a try. Gj On Thu, Apr 23, 2020 at 9:42 PM Ty Young wrote: > Issue: > > https://issues.

Re: PSA: Modular Ant based projects no longer build on latest JDK builds

2020-04-23 Thread Geertjan Wielenga
general are very strictly structured. Good news: NetBeans has great support for Maven. Gj On Thu, Apr 23, 2020 at 7:21 PM Ty Young wrote: > > On 4/23/20 12:11 PM, Geertjan Wielenga wrote: > > You'll only get love and respect from us. > > File those issues and fight for th

Re: PSA: Modular Ant based projects no longer build on latest JDK builds

2020-04-23 Thread Geertjan Wielenga
You'll only get love and respect from us. File those issues and fight for them on the mailing lists. :-) Gj On Thu, Apr 23, 2020 at 7:08 PM Ty Young wrote: > > On 4/23/20 12:04 PM, Geertjan Wielenga wrote: > > > It's pretty good for you that the people working har

Re: PSA: Modular Ant based projects no longer build on latest JDK builds

2020-04-23 Thread Geertjan Wielenga
It's pretty good for you that the people working hard on this project don't have the opinion of you that you have of us. :-) Have a nice day. :-) Gj On Thu, Apr 23, 2020 at 7:01 PM Ty Young wrote: > > On 4/23/20 11:33 AM, Geertjan Wielenga wrote: > > Guess it&#

Re: PSA: Modular Ant based projects no longer build on latest JDK builds

2020-04-23 Thread Geertjan Wielenga
Guess it's time to file an issue. :-) Here's where you do that: https://issues.apache.org/jira/projects/NETBEANS Gj On Thu, Apr 23, 2020 at 6:31 PM Ty Young wrote: > Bit of a PSA for those that don't build the in-development(15, right > now) from source, Modular Ant based projects WILL NOT com

Re: How to Alt + Enter on mac?

2020-04-22 Thread Geertjan Wielenga
Probably the Apple keyboard key CMD and then Enter — or just click the lightbulb. Gj On Wed, 22 Apr 2020 at 13:54, Ewan Slater wrote: > Hi, > > Could somebody please tell me how to do Alt+Enter on Mac (and yes, I > have googled and looked at "help > keyboard shortcuts card" but to no > avail).

Re: 12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
Thanks, yes, that's it. :-) It's not the official what's new page, just a work in progress. Gj On Thu, Apr 16, 2020 at 11:03 AM Juan Algaba wrote: > What's new link 404's for me. It was probably meant to be > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.0 > > -- > >

Re: 12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
/ netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ Gj On Thu, Apr 16, 2020 at 10:45 AM Geertjan Wielenga wrote: > Hi all, > > 12.0 Beta 3 has been released, yesterday: > > > https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release12

12.0 Beta 3 available

2020-04-16 Thread Geertjan Wielenga
Hi all, 12.0 Beta 3 has been released, yesterday: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ Details on what's new in 12.0 and what the focus is: http://cwiki.apache.org/confluence/display/NETBEANS/Apache+… The follo

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
On Thu, Apr 16, 2020 at 10:29 AM Ty Young wrote: > > > > Also, are Netbeans beta releases not being announced? I didn't even know > 12 was in its third beta. > > Yes, on the dev mailing list -- though indeed it would be good to announce them here too. If you want to follow the latest developmen

Re: Netbeans, JavaFX, and Maven

2020-04-16 Thread Geertjan Wielenga
Can you use the latest 12.0 Beta build, please, which should result in OpenJFX projects being able to be run and debugged out of the box: https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-TLP/job/netbeans/job/release120/12/artifact/dist/netbeans/ Gj On Thu, Apr 16, 2020 at 9:51 AM Ty

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Geertjan Wielenga
Or provide a step by step scenario so we can reproduce the problem and try to solve it. Gj On Mon, 13 Apr 2020 at 09:57, Geertjan Wielenga wrote: > > I’d do it once to see if that makes a difference in order to narrow down > the solution to the problem. > > Gj > > On Mon,

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Geertjan Wielenga
ongoing solution, as I will want to clean out > those old files on a regular basis. > > Brad. > On 13/4/20 2:23 pm, Geertjan Wielenga wrote: > > > Maybe also remove cachedir and, if that doesn’t help, userdir. Location of > both is in the About box. > > Gj > > On Mon

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-12 Thread Geertjan Wielenga
Maybe also remove cachedir and, if that doesn’t help, userdir. Location of both is in the About box. Gj On Mon, 13 Apr 2020 at 08:20, Bradley Willcott wrote: > Hi there. > > I have deleted some old "-SNAPSHOT" versions of some projects, from my > local repo. However, Netbeans still thinks that

Re: Search for dependencies is not working

2020-04-12 Thread Geertjan Wielenga
“I am still working with NB 11.1 as I have to use Java 8.” What does that sentence mean? Gj On Mon, 13 Apr 2020 at 02:59, Greenberg, Gary wrote: > I am still working with NB 11.1 as I have to use Java 8. > > However, I found that now, when I am starting new project, I have to add > all my Mav

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

2020-04-10 Thread Geertjan Wielenga
Because you’re using a Maven project. Use the POM to add dependencies. Gj On Fri, 10 Apr 2020 at 11:24, Louis Collet wrote: > Hi everybody, > > I want to add an external .jar file to my projects > > I found this information on internet : > > > > With Netbeans 12.0 I don’t find *Librairies *. Th

Re: WildFly and 12.0 - not working with JDK14

2020-04-09 Thread Geertjan Wielenga
hu, Apr 9, 2020 at 6:54 PM Louis Collet wrote: > *It’s OK with Java 13.02* + plugin installation > > Should I open a bug ? (I don’t know how but I will look for it …) > > Many thanks 😉 > > Louis > > (in the meantime, I was testing with Payara) > > > > > &

Re: WildFly and 12.0

2020-04-09 Thread Geertjan Wielenga
Possibly because you're running 12.0 on JDK 14. Could you run on an earlier release, that might be a reason, with unzipping of the NBM etc because of Pack200 not being in JDK 14. Gj On Thu, Apr 9, 2020 at 5:10 PM Geertjan Wielenga wrote: > What does "without result" mean?

<    1   2   3   4   5   6   7   8   9   10   >