Re: Re[8]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
ze the project and hope > this will solve the problem. > > Thank you. > > > -- Original Message -- > From: "Geertjan Wielenga" > To: "Sterpu Victor" > Cc: "NetBeans Mailing List" > Sent: 2019-09-30 5:21:43 PM > Subject: Re: Re[6]

Re: Re[6]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Also, unless you have a special reason for not doing so, it would be best to use a Maven project rather than Ant, which will help solve your dependency issues and also help you to identify problems more easily. Gj On Mon, Sep 30, 2019 at 4:22 PM Geertjan Wielenga wrote: > Also, best not

Re: Re[6]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Also, best not to have your class in the default package -- create a new package and put the source file there. Gj On Mon, Sep 30, 2019 at 4:21 PM Geertjan Wielenga wrote: > Indeed, the dependencies are not there so when I try to build, there are > many missing dependencies and the

Re: Re[6]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
sappears. > The project should dispaly a lot of errors since I already deleted a lot > of libraries and source files but in this form it only displays "BUILD > FAILED" > > Thank you. > > > -- Original Message -- > From: "Geertjan Wielenga" >

Re: Re[4]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
1.1 >> >> *As a interesting thing: if I run the project, without compiling it, no >> error appears and the project runs fine.* >> >> >> -- Original Message -- >> From: "Geertjan Wielenga" >> To: "Sterpu Victor" >>

Re: Re[2]: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
tbeans versions 11.1 > > *As a interesting thing: if I run the project, without compiling it, no > error appears and the project runs fine.* > > > -- Original Message -- > From: "Geertjan Wielenga" > To: "Sterpu Victor" > Cc: users@netbeans.apach

Re: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Walter, You’ve seen in the responses you received that you appear to have configured multiple JDK’s on your path, JDK 8 being the first of these, which is why JDK 8 was picked up when you tried to run a JavaFX sample targeted for JDK 13. Can you focus on configuring your environment correctly, pl

Re: Apache 11.1 - build failed

2019-09-30 Thread Geertjan Wielenga
Well, 11.1 does not support JDK 13. Try reproduce the problem on 11.2 beta1: bit.ly/apache-netbeans-11-2-beta-1 Gj On Mon, 30 Sep 2019 at 13:53, Sterpu Victor wrote: > Hello > > I want to migrate from a old Netbeans 8 version to Apache Netbeans 11.1. I > use JDK 13. > The project works in Net

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
th (I don't see an option > to configure the jdk you use for the javafx plugin, it seems to ignore > JAVA_HOME). Anyways, fix your path and things will work. > > > On 9/28/2019 1:53 PM, Geertjan Wielenga wrote: > > Possibly, but unless we can reproduce this or get a better

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
Possibly, but unless we can reproduce this or get a better understanding of the environment in question, we won't know. Gj On Sat, Sep 28, 2019 at 9:51 PM Neil C Smith wrote: > > > On Sat, 28 Sep 2019, 20:31 Geertjan Wielenga, wrote: > >> Yup, it seems to me that the

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
Yup, it seems to me that the Java environment isn't set up right -- some JDK 8 of some kind appears to be set up system wide. Running 'java -version' would probably confirm that. Gj On Sat, Sep 28, 2019 at 9:29 PM Neil C Smith wrote: > > > On Sat, 28 Sep 2019, 19:28 Walter Oney, wrote: > >> S

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
now. > Once again, thanks for your efforts. > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 2:10 PM > To: Walter Oney > Cc: Neil C Smith ; NetBeans Mailing List < > users@netbeans.apache.org> > Subject: Re: A Bad Thing

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
r messages, please? Gj On Sat, Sep 28, 2019 at 8:08 PM Walter Oney wrote: > From: Geertjan Wielenga > > > You're going to have to do better than this in terms of error reporting. > > I don't want to be on the leading edge here -- I just want to get back to > de

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
I just revert to version 8-something of the JDK? > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 1:52 PM > To: Walter Oney > Cc: Neil C Smith ; NetBeans Mailing List < > users@netbeans.apache.org> > Subject: Re: A Bad

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
j On Sat, Sep 28, 2019 at 7:50 PM Geertjan Wielenga wrote: > https://netbeans.apache.org/download/nb111/index.html > > Gj > > On Sat, Sep 28, 2019 at 7:50 PM Geertjan Wielenga > wrote: > >> The samples in the OpenJFX category use Maven, they are the Gluon >> s

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
https://netbeans.apache.org/download/nb111/index.html Gj On Sat, Sep 28, 2019 at 7:50 PM Geertjan Wielenga wrote: > The samples in the OpenJFX category use Maven, they are the Gluon samples, > yes, they will build with JDK 11 or later. > > The category, as stated by Neil, is named

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
ced that you said to pick a "JavaFX" sample. Duh. I got a > message to the effect that my JDK doesn't support JavaFX, so the wizard > doesn't even build an app. > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 1:41

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
rday, September 28, 2019 1:39 PM > To: 'Geertjan Wielenga' > Cc: 'Neil C Smith' ; 'NetBeans Mailing List' < > users@netbeans.apache.org> > Subject: RE: A Bad Thing has happened to the promise of platform > independence > > Well, Maven dow

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
-Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 28, 2019 1:17 PM > To: Walter Oney > Cc: Neil C Smith ; NetBeans Mailing List < > users@netbeans.apache.org> > Subject: Re: A Bad Thing has happened to the promise of platform > independence

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
Cab you go to Help | About in Apache NetBeans 11.1 and copy what you see there and paste it here and send it so we can really see what the environment is that you're making use of? Gj On Sat, Sep 28, 2019 at 7:12 PM Walter Oney wrote: > I'm doing this particular project on Windows 10. By "insta

Re: The last straw

2019-09-28 Thread Geertjan Wielenga
On Sat, Sep 28, 2019 at 5:05 PM Alan Cameron wrote: > Hi All, > > > > Walter Oney’s email is the last straw for me. > You're referring to someone whose problem isn't JavaFX or anything else -- other than that he's been struggling to start up NetBeans itself and all his other issues stem from tha

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
On Sat, 28 Sep 2019 at 15:41, Jack Woehr wrote: > > Programmers gotta program. If that includes figuring out the rat's nest > that Other Programmers has created, well, that's why they pay us. > There are no Other Programmers in Apache projects. Just you and me and everyone as equals working toge

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-28 Thread Geertjan Wielenga
r > JDK version (when more than one JDK is configured) and a selection for > JavaFX version where the available options depend on the selected JDK > version. > > > Scott > > On Sep 27, 2019, at 11:09 AM, Geertjan Wielenga > wrote: > >  > Also, please commen

Re: A Bad Thing has happened to the promise of platform independence

2019-09-28 Thread Geertjan Wielenga
On Sat, 28 Sep 2019 at 12:58, Walter Oney wrote: > As a very experienced developer who is new to the world of Java, JavaFX, > and NetBeans I have to share a lament about the current state of the tools. > > > > It should be possible for an untutored user to obtain a working > development environme

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
Also, please comment your support for this PR, which updates the Maven plugin for OpenJFX to support both JDK 8 and beyond: https://github.com/openjfx/javafx-maven-plugin/pull/44 Gj On Fri, Sep 27, 2019 at 3:30 PM Geertjan Wielenga wrote: > > On Fri, Sep 27, 2019 at 3:27 PM Chuck Davis

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/newproject/MavenWizardIterator.java Gj > > On Fri, Sep 27, 2019 at 7:24 AM Geertjan Wielenga > wrote: > >> >> On Fri, Sep 27, 2019 at 3:21 PM Chuck Davis wrote: >> >>>

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
-3175 Gj > If NB wants to maintain compatibility with JDK8 and JDK11+ then if two > different archetypes are required we need two different project types -- > JFX for JDK8 and JFX for JDK11+. ?? > > On Fri, Sep 27, 2019 at 7:18 AM Geertjan Wielenga > wrote: > >> >> I

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
" that is currently there and causing you so much headache. Instead of that, we'll have the two samples from Gluon there that are hidden right now in the Samples category. What do you think? Gj > > On Fri, Sep 27, 2019 at 7:13 AM Geertjan Wielenga > wrote: > >> Here

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
https://issues.apache.org/jira/browse/NETBEANS-3175 https://github.com/apache/netbeans/pull/1535 Gj On Fri, Sep 27, 2019 at 3:18 PM Geertjan Wielenga wrote: > Let's start by being clear about what this means: "Immediately after > creating a new Maven JavaFX project the proj

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
--- > Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > (default-compile) on project mvnjfx: Compilation failure > An unknown compilation problem occurred > -> [Help 1] > > To see the full stack trace of the errors, re-run Maven with th

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
Davis wrote: > I don't think most users are going to build a project from samples (they > expect what's on the menu to work). Fortunately, I cared enough to find > work-arounds people had posted on the internet but for new users it's a > bombshell. > > On Fri,

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
Go to the Samples category in the New Project dialog and choose JavaFX. Gj On Fri, Sep 27, 2019 at 3:04 PM Chuck Davis wrote: > That would be a good motive to move to Gradle!! > > On Fri, Sep 27, 2019 at 7:00 AM Scott Palmer wrote: > >> You can also easily make a JavaFX project with NetBeans i

Re: Hopefully close to the finish line with Java 11 & FX

2019-09-27 Thread Geertjan Wielenga
The Gluon OpenJFX Maven sample archetypes have been part of Apache NetBeans since 11.1. Gj On Fri, Sep 27, 2019 at 2:54 PM Chuck Davis wrote: > Chris: > > NB has not made a JFX project that works since JDK8. The JavaFX > application should be taken off the new project menu until such time as i

Re: Question on Netbeans 11 and C++

2019-09-27 Thread Geertjan Wielenga
Yes, that is called the Apache Software Foundation. Gj On Fri, 27 Sep 2019 at 09:24, Ulf Zibis wrote: > > Am 26.09.19 um 23:02 schrieb Peter Kovacs: > > I do not understand the question. Can you elaborate? > > My understanding of "donation" was, that there is a kind of crowdfunding > to support

Re: Question on Netbeans 11 and C++

2019-09-26 Thread Geertjan Wielenga
Yes, final stages of that part of the donation, things looking good, great to keep seeing interest in these parts of NetBeans, and it's moving along though not quite here yet. Gj On Thu, Sep 26, 2019 at 11:03 PM Peter Kovacs wrote: > I do not understand the question. Can you elaborate? > > I un

Re: Curious message

2019-09-23 Thread Geertjan Wielenga
If there's a way for us to reproduce it, would be great if you'd provide steps to do so in an issue. Gj On Mon, Sep 23, 2019 at 6:57 PM Don wrote: > I installed 11.1 and allowed it to use projects created in 11. > > Two had issues because they want Java 8 and I was able to resolve that > in Pro

Re: "New Project->Java with Maven -> Netbean" Module fails

2019-09-23 Thread Geertjan Wielenga
Fixed in 11.2, try it in a daily build or wait for beta1 to be released this week, would be great if you'd verify it works for you there. Gj On Mon, Sep 23, 2019 at 8:01 PM William Reynolds < wnreyno...@stellarscience.com> wrote: > Per subject. Trying to create a new Maven RCP Module project fai

Re: Netbeans 11 won't launch in Windows 10

2019-09-22 Thread Geertjan Wielenga
Nothing needs to be moved or separated when you use the installer. I’d recommend you start from scratch with 11.1, if you’re having problems with the installer, unzip the ZIP file instead. Gj On Sun, 22 Sep 2019 at 20:14, Carl Burke wrote: > I've got a brand new laptop, just installed AdoptOpen

Re: [ install ] Not sure I have correct download of NetBeans

2019-09-22 Thread Geertjan Wielenga
You can use the installer instead of the ZIP, see the Download page on netbeans.apache.org. That should avoid this problem. Gj On Sun, 22 Sep 2019 at 20:52, Alonso Del Arte wrote: > Last week, Geertjan Wielenga helped me resolve a NetBeans 8.2 problem I > was having with the Kotlin plu

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
> the default JDK path during the install, I realized I had found the > solution because that was the path for the broken platform. > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 21, 2019 1:06 PM > To: Giommarresi ing. Giovanni > Cc

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
reinstall.? Just sayin... > > > > -Original Message- > > From: Walter Oney > > Sent: Saturday, September 21, 2019 8:32 AM > > To: 'Carl Mosca' ; 'Geertjan Wielenga' < > geert...@apache.org> > > Cc: 'Neil C Smith

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
instructions in the YouTube clip as exactly > as you can, including the names of everything, > > If the build system depends on renaming things from their defaults, then > it is truly broken and not worth my effort to learn. I think we're done. > > -Original Message- &g

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
n Sat, Sep 21, 2019 at 12:34 PM Geertjan Wielenga wrote: > And following instructions means naming things the same as in the > instructions. Just follow the instructions in the YouTube clip as exactly > as you can, including the names of everything, and if you still can't run >

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
re to find it so that we can take a look at it. Gj On Sat, Sep 21, 2019 at 12:32 PM Geertjan Wielenga wrote: > Type 'main' or 'psvm' and then press Tab. > > And when you right-click the project, choose 'Run', not 'Build'. > > Gj > > O

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
en you typed "main". Did you perhaps hit a shortcut key at that point? > > -Original Message- > From: Walter Oney > Sent: Saturday, September 21, 2019 6:28 AM > To: 'Geertjan Wielenga' > Cc: 'Carl Mosca' ; 'Neil C Smith' < > nei

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
https://youtu.be/HcmcOMZQ0TM Created that especially for you and hope it helps you. Gj On Sat, Sep 21, 2019 at 11:59 AM Geertjan Wielenga wrote: > You probably mean an empty project. And indeed, no main class can be found > because there's no source file at all. So create one a

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
You probably mean an empty project. And indeed, no main class can be found because there's no source file at all. So create one and create a main class within it. Gj On Sat, Sep 21, 2019 at 11:53 AM Geertjan Wielenga wrote: > What is “a project with a class but no source file”? >

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
; > Using "Java with Gradle" earns me a message that there's no valid Java > platform for key default_platform. > > -Original Message- > From: Geertjan Wielenga > Sent: Saturday, September 21, 2019 5:45 AM > To: Walter Oney > Cc: Carl Mosca ; Nei

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
-Original Message- > From: Walter Oney > Sent: Saturday, September 21, 2019 5:22 AM > To: 'Geertjan Wielenga' > Cc: 'Carl Mosca' ; 'Neil C Smith' < > neilcsm...@apache.org>; 'NetBeans Mailing List' > > Subject: RE: FW: screens

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
When you create your Java application, you do so from the New Project dialog. When you are in the New Project dialog, there is no category called “Java” in 11.1. That is why I am still confused and unable to help. Gj On Sat, 21 Sep 2019 at 11:21, Walter Oney wrote: > > No, I don’t. Are you usi

Re: FW: screenshot

2019-09-21 Thread Geertjan Wielenga
No, I don’t. Are you using ‘Java with Maven’ or ‘Java with Ant’? Gj On Sat, 21 Sep 2019 at 10:18, Walter Oney wrote: > > Nope, if you’re doing the above, you’re not using 11.1. > > Want to rethink that? > > -- > Walter C. Oney, Jr., Esq. > 267 Pearl Hill Rd., Fitchburg, MA 01420 > Tel.: 978-343

Re: Problem using NetBeans on Ubuntu

2019-09-21 Thread Geertjan Wielenga
On Sat, 21 Sep 2019 at 06:04, Walter Oney wrote: > From: Carl Mosca > > I am not sure about the file transfer part (Samba?) but given that it's > small, you might copy the contents from the Output window for the build. > > I e-mailed the output log to myself. Here it is, sans reasonable > format

Re: JavaFX deployment library not found in active JDK

2019-09-16 Thread Geertjan Wielenga
Use openjfx.io via Maven integrated in Apache NetBeans 11.1. Gj On Mon, 16 Sep 2019 at 15:39, Chris Olsen wrote: > Hello, Everyone -- > > "Trigger" warning -- I am not a developer, just an amateur programmer > with a large FX project. > > I am not sure what information would be helpful, but

Re: Releasing a Netbeans platform application to the general public

2019-09-15 Thread Geertjan Wielenga
Well, you could have installation instructions initially explaining how and where to get the JRE from and where to reference it in the conf file of the app for your initial release. Gj On Sun, 15 Sep 2019 at 12:36, Jerome Lelasseux wrote: > I see. I thought most Windows users had a JRE installe

Re: Releasing a Netbeans platform application to the general public

2019-09-15 Thread Geertjan Wielenga
Congrats with this app, eager to see at least screenshots. Indeed, bundling a JRE would make sense. Gj On Sun, 15 Sep 2019 at 12:27, Jerome Lelasseux wrote: > I mentionned Java7 as a minimum version, actually the application works > fine with JDK12 too. > > > Le dimanche 15 septembre 2019 à 17:

Re: A message from NetBeans "Browser refused to debug this tab, Close Chrome developer tools(or any other browser debugger") and try again"

2019-09-14 Thread Geertjan Wielenga
https://m.youtube.com/watch?v=J6lOQS2rWK0 Hope it helps, Gj On Sat, 14 Sep 2019 at 20:15, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > Hi, >When an HTML5 application is run in NetBeans the message "Browser > refused to debug this tab, Close Chrome developer tools(or any ot

Re: The NetBeans help for Java development does not say how to change the JDK for project

2019-09-14 Thread Geertjan Wielenga
Right-click the project in the Projects window, open the Project Properties dialog, and change the JDK there. Gj On Sat, 14 Sep 2019 at 17:03, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > Hi, >The NetBeans help for Java development does not say how to change the > JDK for proje

Re: Printing from IDE 11.0

2019-09-14 Thread Geertjan Wielenga
Well PrintCookie or Printable needs to be in the Lookup to enable the Print button. Sounds like that is the case when a document in the editor or a node in the Projects window is selected (though not for you apparently) and not in the case of the node in the Files or Favorites window. Gj On Sat,

Re: JSF 2.3 Support

2019-09-12 Thread Geertjan Wielenga
Yes, that is this issue: https://issues.apache.org/jira/browse/NETBEANS-84 Gj On Thu, Sep 12, 2019 at 12:56 PM Simeó Reig wrote: > Hi > >We have just downloaded Netbeans 11.1 but despite it claims is JAVAEE8 > fully compliant it seems JSF 2.3 Isn't supported yet. > > When you add the JSF fr

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
en go to > File->Print, it just opens the print preview dialog box and everything is > grey... > > Phil > > On Saturday, 7 September 2019, 22:08:28 BST, Geertjan Wielenga < > geert...@apache.org> wrote: > > > I don't see that in 11.1, but I'm on Ma

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
ile to edit. > Once the file is open select 'File' from the main menu, then Print from > the drop down menu. > The print dialog box opens, but all sections are greyed out (except the > print options and page setup). > > Phil > > On Saturday, 7 September 2019, 22

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
:\Users\Philip\AppData\Local\NetBeans\Cache\11.1 > > Phil > > > On Saturday, 7 September 2019, 21:57:03 BST, Geertjan Wielenga < > geert...@apache.org> wrote: > > > Go to the About box, copy the content you see there, paste it here, and > send it. > > Thanks, &g

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
Sep 7, 2019 at 11:28 PM philip.burn...@sky.com > wrote: > > > > Hi Geertjan, > > I've upgraded to netbeans 11.1 and still have the same problem. > > > > Best Regards > > Phil > > > > On Saturday, 7 September 2019, 16:58:42 BST, Geertjan W

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
rver VM 11.0.3+7. > > --emi > > On Sat, Sep 7, 2019 at 11:28 PM philip.burn...@sky.com > wrote: > > > > Hi Geertjan, > > I've upgraded to netbeans 11.1 and still have the same problem. > > > > Best Regards > > Phil > > > > On

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
Can you reproduce the problem in 11.1? Gj On Sat, Sep 7, 2019 at 4:24 PM philip.burn...@sky.com < philip.burn...@sky.com> wrote: > Hi All, > Printing to a physical printer seems to have stopped working at some > point. Using File->Print opens the dialog box with a blanked out print > preview and

Re: how to add libraries to a project

2019-09-05 Thread Geertjan Wielenga
Well, then add libraries as dependencies in your POM. Gj On Thu, 5 Sep 2019 at 22:40, joe schmo wrote: > My current project is Maven based and is not JaveEE. > -- > *From:* Geertjan Wielenga > *Sent:* September 5, 2019 5:37 PM > *To:* joe schmo

Re: how to add libraries to a project

2019-09-05 Thread Geertjan Wielenga
Your project is based on Maven? Gradle? Ant? It is a Java EE application? Or not? How can anyone possibly help you if you provide no details? Gj On Thu, 5 Sep 2019 at 22:24, joe schmo wrote: > I'm using NetBeans 11.1 and I'm embarrassed to say I can't do something > simple like add log4j libr

Re: Best Netbeans book

2019-09-04 Thread Geertjan Wielenga
eans IDE :-) > Some references? > > Would love to hear it! > > > On 3. Sep 2019, at 21:26, Geertjan Wielenga wrote: > > On the IDE, on the NetBeans Platform, on the community, or what exactly > and why? > > Gj > > On Tue, Sep 3, 2019 at 9:24 PM Ko Turk wrote: >

Re: Best Netbeans book

2019-09-03 Thread Geertjan Wielenga
On the IDE, on the NetBeans Platform, on the community, or what exactly and why? Gj On Tue, Sep 3, 2019 at 9:24 PM Ko Turk wrote: > Hi community, > > are there any books I can read to learn everything about Netbeans (and is > up to date)? > Or maybe a video? > > Thanks. > > Regards, > Ko > > >

Re: Lib folder after building applications

2019-09-01 Thread Geertjan Wielenga
Fixed: https://github.com/apache/netbeans/pull/1469 Gj On Mon, 2 Sep 2019 at 04:01, alex goot wrote: > Netbeans 11.0 Incubating - Does not make `lib` directory in `dist` for > migrated/updated Java 11 project >

Re: Netbeans support JDK Java 12

2019-08-31 Thread Geertjan Wielenga
11.2, coming out in September, will support JDK 13. Gj On Sat, 31 Aug 2019 at 18:57, Ko Turk wrote: > Ok, check! Thanks for the quick reply! > > Outlook voor Android downloaden <https://aka.ms/ghei36> > > -- > *From:* Geertjan Wielenga >

Re: Netbeans support JDK Java 12

2019-08-31 Thread Geertjan Wielenga
But indeed we need to put this clearly on the Download and Features pages per release on netbeans.apache.org. Gj On Sat, 31 Aug 2019 at 16:22, Geertjan Wielenga wrote: > Apache NetBeans 11.1 supports JDK 8 to JDK 12. > > Gj > > On Sat, Aug 31, 2019 at 4:03 PM Ko Turk wrote:

Re: Netbeans support JDK Java 12

2019-08-31 Thread Geertjan Wielenga
Apache NetBeans 11.1 supports JDK 8 to JDK 12. Gj On Sat, Aug 31, 2019 at 4:03 PM Ko Turk wrote: > Hi, > is there a wiki where I can read which versions of Java Netbeans is > supporting? > Or is it like Netbeans is supporting some features in for example 12, 13 > or whatever? > > Already seen t

Re: Updating mail.jar in Netbeans Project Libraries Folder

2019-08-29 Thread Geertjan Wielenga
Not sure what kind of project you're talking about here, can you provide clear step by step instructions for what's not working for you so that this can be reproduced and so we can help? Gj On Thu, Aug 29, 2019 at 5:44 PM wrote: > Wanting to update mail.java, I downloaded the latest version and

Re: Language Support

2019-08-28 Thread Geertjan Wielenga
us on Microsoft Teams > <https://teams.microsoft.com/l/channel/19:c2e663c377ec4aac8dfbea8b05474b55@thread.skype/Clinical%20Timeline?groupId=2b7a095c-9971-48f7-b185-2ddb366be648&tenantId=fbc493a8-0d24-4454-a815-f4ca58e8c09d> > ** > > On 28 Aug 2019, at 15:40, Geertjan Wielenga wrote:

Re: Language Support

2019-08-28 Thread Geertjan Wielenga
An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work. Gj On Wed, 28 Aug 2019 at 15:19, Luff,Chris wrote: > Hi All, > > I am trying to build a language support module following > https://dzone.com/articles/quickstart-guide-language-supp Howev

Re: cannot download jira plugin for netbeans 11.1

2019-08-25 Thread Geertjan Wielenga
If it’s in contrib then it’s part of the 5th donation, probably sometime end of this year or beginning of the next. Gj On Sun, 25 Aug 2019 at 19:50, Geertjan Wielenga wrote: > But where’s the source code? On hg.netbeans.org somewhere I guess. > > Gj > > On Sun, 25 Aug 2019 at

Re: cannot download jira plugin for netbeans 11.1

2019-08-25 Thread Geertjan Wielenga
ds > > John > > On Sun 25 Aug 2019, 18:35 Laszlo Kishalmi, > wrote: > >> It is part of contrib afaik. >> On 8/25/19 10:25 AM, Geertjan Wielenga wrote: >> >> Can you point me in the right direction? I don’t know about the JIRA >> cluster. >> >

Re: cannot download jira plugin for netbeans 11.1

2019-08-25 Thread Geertjan Wielenga
Can you point me in the right direction? I don’t know about the JIRA cluster. Gj On Sun, 25 Aug 2019 at 18:30, John Mc wrote: > Hi Mohamed, > > I asked a similar question a few weeks back. @Geertjan do you know what > donation this is due in? I couldn't see a reference to the JIRA cluster > h

Re: Replacing dependency on tools.jar in Java 11

2019-08-21 Thread Geertjan Wielenga
Why specifically is tools.jar needed, any way to avoid that? I don’t think it matters much if you end up requiring JDK 8. It’s a good one. :-) Gj On Thu, 22 Aug 2019 at 04:39, Alex Kotchnev wrote: > The scala plugin that I'm trying to upgrade to Java 11 ( > https://github.com/akochnev/ak_nbsca

Re: Implement toolbar Comment/Uncomment actions

2019-08-21 Thread Geertjan Wielenga
Great. What’s the language you’re providing support for? Gj On Wed, 21 Aug 2019 at 20:42, Ian Utley wrote: > Solved it. FYI. I had been following the tutorial at > https://platform.netbeans.org/tutorials/nbm-javacc-lexer.html and the > tutorial code doesn't override the getCommentHandler() meth

Re: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Geertjan Wielenga
Nelligan, Steven M wrote: > Does the same in NetBeans 11.0 > > Sent from my iPhone > > On Aug 21, 2019, at 8:01 AM, Geertjan Wielenga > wrote: > > You can't! Unfortunately this is broken in NB 11.1, but might be >> fixed in NB 11.2. For now, you'l

Re: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Geertjan Wielenga
Information Technology Services > > University of Illinois at Urbana-Champaign Facilities and Services > > 1501 S. Oak Street | M/C 800 > > Champaign, IL 61820 > > 217.244.8097 | other: 217.244.8097 | snell...@illinois.edu > > www.fs.illinois.edu > > > >

Re: Problem with setting default JDK in NetBeans 11.1

2019-08-21 Thread Geertjan Wielenga
NetBeans 11.1 runs on JDK 8 or above. Gj On Wed, Aug 21, 2019 at 12:29 PM Nelligan, Steven M wrote: > > > > > I am running NetBeans 11.1 and need to set Java 7 as my default JDK > Platform for development. > > > > I edit netbeans.conf, in the etc folder, changing the value of > “netbeans_jdkhom

Re: Export projects

2019-08-18 Thread Geertjan Wielenga
That probably makes sense. Maybe experiment with including those folders in the project via the Files tab of the Options window and then maybe they’ll be included when you export the project. Gj On Mon, 19 Aug 2019 at 02:43, Antônio Diego da Luz Silva < antoniodiego...@gmail.com> wrote: > I noti

Re: Run

2019-08-18 Thread Geertjan Wielenga
For help with this, a lot more info needs to be provided. Gj On Mon, 19 Aug 2019 at 02:20, wrote: > I went back to 11.0 and they all run fine. > > Best Regards, > > Michael > On Aug 18, 2019, 3:40 PM -0700, mmo...@me.com.INVALID, wrote: > > I’ve done something simple but I don’t know what. > >

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

2019-08-17 Thread Geertjan Wielenga
I can't respond theoretically to this but would be happy to look at it if you could put a small app together that reproduces this, on GitHub. Gj On Sat, Aug 17, 2019 at 8:12 AM Damian Carey wrote: > Hi all, > > We have a "mature" (10+ year old) Netbeans Platform Swing product, which > has 35+ m

Re: Netbeans parser state of art ?

2019-08-12 Thread Geertjan Wielenga
.netbeans.org/tutorials/nbm-javacc-parser.html Yes, the tutorial you pointed to tells you how. Gj > > All this because one day, I dreamed that one day I could used NetBeans > as Mathematical text editor :-) > > Guy. > > --- > > > Le 2019-08-12 16:05, G

Re: Netbeans parser state of art ?

2019-08-12 Thread Geertjan Wielenga
read both documents again. > > Guy. > > ------ > > > Le 2019-08-12 14:18, Geertjan Wielenga a écrit : > > Well, what parser NetBeans uses itself is a completely different > > question to what parser you should us

Re: Netbeans parser state of art ?

2019-08-12 Thread Geertjan Wielenga
Well, what parser NetBeans uses itself is a completely different question to what parser you should use in your own NetBeans Platform application. If you read the blog, you'll see the needs of a programming language editor, i.e., you need to do more than parsing, you need to do a lot more than tha

Please fill in Java developer survey

2019-08-12 Thread Geertjan Wielenga
Hi all, In many ways, developer surveys are problematic and their results dubious, however it would be nice to see NetBeans better represented in some of them -- there's a new one that takes about 5 minutes to complete and is focused on a number of recent developments in the Java ecosystem: https

Re: Keyboard shortcuts not working.

2019-08-05 Thread Geertjan Wielenga
st noticed this recently when I was attempting to goto a specific line > number and it didn’t work. > > > > *From:* Geertjan Wielenga > *Sent:* Monday, August 5, 2019 11:58 AM > *To:* Karl Krasnowsky > *Cc:* NetBeans Mailing List > *Subject:* Re: Keyboard shortcuts not w

Re: Keyboard shortcuts not working.

2019-08-05 Thread Geertjan Wielenga
ise\modules\org-netbeans-modules-websvc-metro-lib.jar > > This is an example of why we’re reluctant to move. > > What exactly does it mean to “enable”? Where would that happen? And why > doesn’t NB give more of a hint on how address this when it happens? > > > > *From:* Ge

Re: Keyboard shortcuts not working.

2019-08-05 Thread Geertjan Wielenga
Best to upgrade to the latest release, Apache NetBeans 11.1, see netbeans.apache.org. Gj On Mon, Aug 5, 2019 at 5:28 PM Karl Krasnowsky wrote: > Product Version: NetBeans IDE 8.2 (Build 201609300101) > Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2 > Java: 1.8.0_201; Java HotS

Re: Update Center

2019-08-04 Thread Geertjan Wielenga
There's also a Settings tab. In general, try and look at all tabs in a dialog when you're trying to find something. Gj On Mon, Aug 5, 2019 at 12:14 AM wrote: > Here’s a screenshot of the available plugins. > > Where is the update center? > > > > Best Regards, > > Michael > > --

Re: C++

2019-08-04 Thread Geertjan Wielenga
That update center is in 11.1, all you need to do is enable it. Gj On Sun, 4 Aug 2019 at 21:10, Ulf Zibis wrote: > I use the version 8,2. I just manually added this update center: > > http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz > > -Ulf > Am 04.08.19 um

Re: How to update NB 11.1-beta3 to final version?

2019-08-04 Thread Geertjan Wielenga
You can’t. That has never been possible. Gj On Sun, 4 Aug 2019 at 20:58, Ulf Zibis wrote: > Hi, > > I've installed the beta 3 version. > How can I update to the final release version without reinstaling? > > -Ulf > > > - > To u

Re: Grails plugin

2019-08-04 Thread Geertjan Wielenga
There is no Grails plugin included in 11.1. Maybe the fact that Gradle is included means that you can work with Grails out of the box. Gj On Sun, 4 Aug 2019 at 13:20, Darren Smith wrote: > Hi All, > > I've installed Netbeans 11.1 (thank you team for your fabulous efforts!!). > I am trying to

Re: Files tab does not show all files

2019-08-03 Thread Geertjan Wielenga
Form files are not shown anywhere, not in the Favorites window either. Even if you’re looking inside a Form file, you’re most likely doing something wrong. It is generated by the GUI Builder, should never be touched or changed, and even the idea of looking at Form file is a bad idea. Gj On Sat,

Re: Files tab does not show all files

2019-08-03 Thread Geertjan Wielenga
You’re not supposed to be editing the form files at all. That’s why you can’t see them. If you ever find yourself editing form files, you’re definitely doing something wrong. Gj On Sat, 3 Aug 2019 at 14:19, Peter Toye wrote: > When investigating an issue, I found that the Files tab doesn't sho

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