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

Re: Gradle openjdk12 and --enable-preview

2019-08-01 Thread Geertjan Wielenga
I don’t think this is supported yet by our Gradle integration, best to create an issue. Gj On Thu, 1 Aug 2019 at 16:31, Helmut Leininger wrote: > Hi, > > I want to use the preview features in the Gradle project. > > in build.grdle I specified: > > compileJava { > options.compilerArgs << '--

Re: Java

2019-07-31 Thread Geertjan Wielenga
They’re different ways of building applications. NetBeans can help you use these build systems, but just as you need to know a bit of Java before you can benefit from the Java editor in NetBeans, you need to spend a bit of time understanding the build systems before you can benefit from them. Mave

Re: Building IDE on JDK 12

2019-07-27 Thread Geertjan Wielenga
s. > > AFAIK Java 12 dropped the source compatibility prior Java 8, so we need to > raise the javac source level. > > I tried that once with brute force search and replace, but that caused > some issues during the build. (However this was before we had the patches > for Java 11 builds) >

Re: Building IDE on JDK 12

2019-07-27 Thread Geertjan Wielenga
Sure, why not investigate whatever the reason is that JDK 12 cannot be used to build NetBeans? Any info you can provide would be helpful. Gj On Sat, 27 Jul 2019 at 21:29, Emilio G.C. wrote: > As part of an experiment related to the recent PR I submitted to the > netbeans website, I built netbe

Re: Unable to connect to the MySql Server

2019-07-26 Thread Geertjan Wielenga
Is it smart to assume that a book entitled 'August 2015 Mastering Netbeans' is going to be 100% accurate in August 2019? There are tutorials here that show how NetBeans and MySQL work together -- and you're needed to review them: https://netbeans.apache.org/kb/docs/ide/index.html Please do so an

Re: Netbeans1.1 problem

2019-07-26 Thread Geertjan Wielenga
I recommend restarting with a fresh user directory. Thanks, Gj On Fri, Jul 26, 2019 at 4:53 PM Jonathan Mills wrote: > I have installed NetBeans 11.1 (I was previously using 11.0 without > problems). > > However 11.1(running Java 1.8.66-b18 on Windows 10) ever second pops up > a splash window

Re: Restarting Netbeans, from w/i Netbeans, with different JDK

2019-07-24 Thread Geertjan Wielenga
tarts, so if I end up trying to > implement this it will take a while. > If you or someone else might point me at the module or classes that handle > that it'd be helpful. > > Thanks, > > Emilio G. C. > From: Geertjan Wielenga > Sent: Wednesday, Jul

Re: Restarting Netbeans, from w/i Netbeans, with different JDK

2019-07-24 Thread Geertjan Wielenga
It would mean creating a new panel in the Options window for resetting the JDK value in netbeans.conf. The only reason why it hasn’t been created so far is that changing netbeans.conf by hand is not hard. But if you want to create a PR for this, go ahead and it would be a nice small feature to add

Re: can I disable gradle support on my project?

2019-07-24 Thread Geertjan Wielenga
On Wed, Jul 24, 2019 at 3:50 PM Jake Ochs wrote: > cross posting this on users & dev... > Why? Please don't. Just start a new thread on the users mailing list since this relates to that mailing list. Thanks, Gj > > I have a large PHP project that also has gradle projects in it. The > probl

Re: SAF - fixed it!

2019-07-23 Thread Geertjan Wielenga
The best answers are those that are self provided. :-) Gj On Tue, 23 Jul 2019 at 19:38, Jerry Nicholson wrote: > So I found the SAF plug in and installed it in NB 11.0 and it seems to > be just fine! > > Answered my own question. > > -- > Jerry Nicholson > Mlink.com LLC > 603.523.8398 > > > ---

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
up.Lookups.executeWith(Lookups.java:278) > at > org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) > > Den tis 23 juli 2019 kl 15:54 skrev Geertjan Wielenga >: > >> Here's something related: >> https://netbeans.org/bugzilla/show_bug.cgi?i

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
Here's something related: https://netbeans.org/bugzilla/show_bug.cgi?id=177983 Still not clear to me though the difference between 11.0 and 11.1. Gj On Tue, Jul 23, 2019 at 3:51 PM Geertjan Wielenga wrote: > It's weird because AFAIK nothing has been done in this area in 11.1

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
röm wrote: > It's reproduceable for me too on Manjaro Linux. > > Den tis 23 juli 2019 kl 15:39 skrev Geertjan Wielenga >: > >> So far I've been able to reproduce this on Mac OSX, i.e., in 11.0 I can >> register JDK 7 while in 11.1 this fails, trying to find out why

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
l 23, 2019 at 3:36 PM Gregor Kovač wrote: > Hi! > > Upgrading from JDK 7 is a whole different story. We are still using > Glassfish 3.1. :( :( > I'd like to upgrade, but there is never enough time. > > Best regards, > Gregor > > V V tor., 23. jul. 2019

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
since 1.8 is not my > default Java on my system. > Then I started it, enabled Java SE plugins, tried to add 1.7 as platform > and still get the same error. > > Best regards, > Gregor > > V V tor., 23. jul. 2019 ob 14:36 je oseba Geertjan Wielenga < > geert...@apach

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
If it worked with 11.0 it should certainly work in 11.1. Just make very sure by removing the userdir of both and then trying again in both to make sure they work or fail in the same way on both. Gj On Tue, Jul 23, 2019 at 2:15 PM Geertjan Wielenga wrote: > Ah, this is not for running NetBe

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
Ah, this is not for running NetBeans itself but for your own applications, I see. Make sure you have installed the JDK correctly, maybe reinstall. Gj On Tue, Jul 23, 2019 at 2:14 PM Geertjan Wielenga wrote: > You need JDK 8 or above. > > Gj > > On Tue, Jul 23, 2019 at 2:13

Re: Netbeans 11.1 not supporting JDK 1.7

2019-07-23 Thread Geertjan Wielenga
You need JDK 8 or above. Gj On Tue, Jul 23, 2019 at 2:13 PM Gregor Kovač wrote: > Hi! > > I'm trying to add Java Platform to Netbeans and when selecting 1,7 I get > thuis error message: > "Cannot detect and install the selected platform. The java or javac may not > be executable." > > Image of

Re: How to get started with Java programming?

2019-07-22 Thread Geertjan Wielenga
Install 11.1 which was released today, from inside of which you can install Payara or GlassFish. You also need a JDK from JDK 8 or higher. Gj On Sat, 20 Jul 2019 at 20:49, rick pizzi wrote: > Just updated to Ubuntu 18.04 on a Dell Latitude E6510. > > I typically program in PHP with MySql, HTTP5

Re: Can Netbeans 11.0 be updated to 11.1 from the Check for Updates option?

2019-07-22 Thread Geertjan Wielenga
> > Gary Greenberg > > Staff Software Engineer > > Data Product Development, BI-A > > E: ggree...@visa.com > > M: 650-269-7902 > > > > [image: EmailSig-TaglineVersion] > > > > *From:* Geertjan Wielenga > *Sent:* Monday, July 22, 2019 4:30 AM >

Re: About Netbeans IDE 10.0

2019-07-22 Thread Geertjan Wielenga
Use 11.1 released today which has OpenJFX samples built in. Gj On Mon, 22 Jul 2019 at 17:53, Svein Nilsen wrote: > Hi Im fairly new to Java programming. > Iv installed Netbeans 10.0 and it works but not with JavaFX, when i start > a new project with JavaFX it says can’t install JavaFX platform

Re: Hi

2019-07-22 Thread Geertjan Wielenga
Yes, but only if you start a new thread for each question, create a descriptive subject heading, and provide steps to reproduce any problem you describe. :-) Gj On Mon, 22 Jul 2019 at 17:34, Svein Nilsen wrote: > Is this the right place to ask questions ? > > > -

Re: Can Netbeans 11.0 be updated to 11.1 from the Check for Updates option?

2019-07-22 Thread Geertjan Wielenga
Yes, as always, you need to install from scratch. Gj On Mon, 22 Jul 2019 at 13:27, Varuna Seneviratna < varunasenevira...@gmail.com> wrote: > Hello, > The option Check for Updates option doesn't seem to update > NetBeans 11.0 to NetBeans 11.1 Must NetBeans 11.1 be downloaded to get the

Re: Odd character translation

2019-07-20 Thread Geertjan Wielenga
No, I didn't do anything other than change the question marks directly in GitHub to the special characters. Gj On Sat, 20 Jul 2019 at 10:58, Peter Toye wrote: > Dear Geertjan, > > The problem was "solved" in that there is a workaround long before I > posted it - I simply put setText calls into

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
repository. GitHub doesn't have the most intuitive of user > interfaces and I'm a complete newbie with it. > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Friday, July 19, 2019, 1:33:25 PM, you wrote: >

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
mplete newbie with it. > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Friday, July 19, 2019, 1:33:25 PM, you wrote: > > > https://github.com/geertjanw/TestCharacters4.git > > Try check out the above and run it

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
GitHub, > those special characters become question marks -- probably not best to use > those special characters to begin with. > > To solve the 'swing-layout not found problem' in your project, right-click > it, choose Properties, go to the Libraries tab, and remove the refer

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
e.com > www.ptoye.com > > - > Friday, July 19, 2019, 1:33:25 PM, you wrote: > > > https://github.com/geertjanw/TestCharacters4.git > > Try check out the above and run it -- you should see your special > characters without needing to do anythin

Re: Design and Source view of persistence.xml don't match

2019-07-19 Thread Geertjan Wielenga
Yes: https://issues.apache.org/jira/browse/NETBEANS-2848 Gj On Fri, Jul 19, 2019 at 2:31 PM Richard Grin wrote: > Hi, > > I continue to test NetBeans 11.1 beta 4 and report potential bugs (is it > the right place to do it?) > > Web project with Payara 5.192. > > Just after having created a Web

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
https://github.com/geertjanw/TestCharacters4.git Try check out the above and run it -- you should see your special characters without needing to do anything. Gj On Fri, Jul 19, 2019 at 2:28 PM Geertjan Wielenga wrote: > The problem appears to be that when you check in or check out from Git

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
go to the Libraries tab, and remove the reference to swing-layout, which you don't need and are not using in your project. Gj On Fri, Jul 19, 2019 at 2:09 PM Geertjan Wielenga wrote: > I've checked in the changes you need as a pull request, once you integrate > the pull

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
I've checked in the changes you need as a pull request, once you integrate the pull request, you will not have question marks. The question marks where in your repo, they will not be there anymore after you accept my pull request. At this point, you've spent about two weeks working on this problem

Re: Odd character translation

2019-07-19 Thread Geertjan Wielenga
I just followed your steps now and am now at the end where you say: "Go back to the OuterPane design and delete the leftmost button (undo). Compile and run again. The question marks have disappeared and the arrows/square are there!" So, the problem is fixed, i.e., your code is working in the end

Re: Netbeans migration 8.2 => 11, annotation processor uncaught exceptions

2019-07-18 Thread Geertjan Wielenga
und the origin of the problem but I found a workaround: I did > a clean reinstall of NB11 and this time I did not let NB11 "import settings > from NB8.2", and everything compiled OK ! > > > > Le jeudi 18 juillet 2019 à 21:35:18 UTC+2, Geertjan Wielenga < > geert..

Re: Netbeans migration 8.2 => 11, annotation processor uncaught exceptions

2019-07-18 Thread Geertjan Wielenga
s-enabled action. > > > Le jeudi 18 juillet 2019 à 21:06:05 UTC+2, Geertjan Wielenga < > geert...@apache.org> a écrit : > > > The message is clear: > > java.lang.annotation.IncompleteAnnotationException: > org.openide.awt.ActionRegistration > missing element ena

Re: [platform] Migration guide to Apache NetBeans?

2019-07-18 Thread Geertjan Wielenga
I don't think there could be a generic migration guide that covers everything, but it would be best to start by looking at what's new in terms of APIs in each release since 8.2: https://bits.netbeans.org/9.0/javadoc/apichanges.html https://bits.netbeans.org/10.0/javadoc/apichanges.html https://bit

Re: Netbeans migration 8.2 => 11, annotation processor uncaught exceptions

2019-07-18 Thread Geertjan Wielenga
m in Netbeans 11 to make > sure I have the appropriate versions but it did not solve the problem... > > Any idea ? > > > > > Le jeudi 18 juillet 2019 à 15:45:12 UTC+2, Geertjan Wielenga < > geert...@apache.org> a écrit : > > > Stop using 8.2 and use the l

Re: Error message during creation of an Entreprise Application with Maven

2019-07-18 Thread Geertjan Wielenga
> On Jul 18, 2019, at 6:36 AM, Geertjan Wielenga > wrote: > > Yes, that goes without saying. An issue is needed and then we can take a > look, probably we need to examine whether Enterprise Applications still > make sense in the Java/Jakarta EE space. > > Gj > > On Thu

Re: Netbeans 8.2 became too slow

2019-07-18 Thread Geertjan Wielenga
Stop using 8.2 and use the latest Apache NetBeans instead, see netbeans.apache.org. Gj On Thu, Jul 18, 2019 at 3:37 PM Jerome Lelasseux wrote: > Hello, > > Sometimes Netbeans takes forever at startup (more than 5 min of splash > screen, usually it's about 10-20sec) and I don't understand why. D

Re: Error message during creation of an Entreprise Application with Maven

2019-07-18 Thread Geertjan Wielenga
it would be better to try to > repair it, or to remove the functionality if it is no longer useful. > > Richard > > > > Envoyé depuis mon smartphone Samsung Galaxy. > > > Message d'origine > De : Geertjan Wielenga > Date : 18/07/2019 13:05 (GM

Re: Error message during creation of an Entreprise Application with Maven

2019-07-18 Thread Geertjan Wielenga
Probably better to create standard Web Applications in Maven nowadays, rather than Enterprise Applications. Gj On Thu, Jul 18, 2019 at 12:20 PM Richard Grin < richard.g...@univ-cotedazur.fr> wrote: > Hi, > > I have just tested NetBeans 11.1 beta 4. > > Payara 5.192 installed. > > In the properti

Re: Please help to debug jsp sources using netbeans 8.2

2019-07-16 Thread Geertjan Wielenga
Thanks and welcome to the mailing list. :-) Can you upgrade to Apache NetBeans (netbeans.apache.org) and also provide the JSP that is failing to be debugged (or a simpler version of it that reproduces the problem)? Thanks, Gj On Wed, Jul 17, 2019 at 12:23 AM Jose Luis Nebril < joseluis.neb...@s

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
On Wed, Jul 17, 2019 at 12:17 AM Charles Brockman wrote: > On 7/16/19 2:45 PM, Geertjan Wielenga wrote: > > The point of the symbolic link is to not create it in the /var/ > > folder but in /home/charles/somewhere, i.e., in your home directory. > > Okay, I have created a s

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
Also, what does 'essentially' mean in: "The listing in my file manager is essentially the same." Thanks, Gj On Tue, Jul 16, 2019 at 11:45 PM Geertjan Wielenga wrote: > The point of the symbolic link is to not create it in the /var/ folder but > in /home/charles/som

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
at 11:21 PM Charles Brockman wrote: > On 7/16/19 10:17 AM, Geertjan Wielenga wrote: > > As a last resort, you could create a new folder, that is recognized in > > NetBeans, and symlink that to the folder you need that you’re not seeing. > > In a terminal I created a new symlink c

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
a new folder, that is recognized in NetBeans, and symlink that to the folder you need that you’re not seeing. Gj On Tue, 16 Jul 2019 at 18:59, Charles Brockman wrote: > On 7/16/19 9:39 AM, Geertjan Wielenga wrote: > > So you’ve added the /var/ directory to the Favorites window

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
Jul 2019 at 18:15, Charles Brockman wrote: > On 7/16/19 8:53 AM, Geertjan Wielenga wrote: > > When you go to the Favorites window in NetBeans (under the Window > > menu), are you able to add the /var/www folder there into the > > Favorites window? > > I can add

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
And, if not, probably best to create a symlink from there to where you want to work with your projects: https://askubuntu.com/questions/498578/circular-symbolic-link-in-var-www Gj On Tue, Jul 16, 2019 at 5:53 PM Geertjan Wielenga wrote: > When you go to the Favorites window in NetBeans (un

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
n 7/16/19 12:43 AM, Geertjan Wielenga wrote: > > Also, NetBeans may not be showing the directories because they're > > hidden, so try this: > > > 1. Go to the Options window, under the Tools menu. > > 2. Click Miscellaneous. > > 3. In the Files tab, delete th

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
s in home folder'. 4. Click OK. Gj On Tue, Jul 16, 2019 at 9:39 AM Geertjan Wielenga wrote: > This should help: > > > https://www.digitalocean.com/community/tutorials/how-to-move-an-apache-web-root-to-a-new-location-on-ubuntu-18-04 > > Gj > > On Tue, Jul 16, 2019 at 1:40

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-16 Thread Geertjan Wielenga
This should help: https://www.digitalocean.com/community/tutorials/how-to-move-an-apache-web-root-to-a-new-location-on-ubuntu-18-04 Gj On Tue, Jul 16, 2019 at 1:40 AM Charles Brockman wrote: > On 7/15/19 3:49 PM, Malcolm Fitzgerald wrote: > > The wordpress domain is a public, publishing platfo

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-15 Thread Geertjan Wielenga
Here's info about var/db: https://shellzero.wordpress.com/tag/vardb/ Use google, it works. Gj On Tue, Jul 16, 2019 at 12:18 AM Charles Brockman wrote: > On 7/15/19 3:15 PM, Geertjan Wielenga wrote: > > Please stop excluding the mailing list, right now you're only writing

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-15 Thread Geertjan Wielenga
questions/40054/how-do-i-save-files-in-var-www-in-netbeans When you respond, can you make sure to include the mailing list? Thanks, Gj On Tue, Jul 16, 2019 at 12:12 AM Charles Brockman wrote: > On 7/15/19 3:03 PM, Geertjan Wielenga wrote: > > Seems unlikely to me. > > That&

Re: Netbeans 11.0 - Unable to Open Sources Directory

2019-07-15 Thread Geertjan Wielenga
So what's the difference between the source directories that NetBeans sees and those that it does not see? Gj On Mon, Jul 15, 2019 at 7:27 PM Charles Brockman wrote: > Here's the details of my installation: > Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319) > Java 11.

Re: netbeans java web EE

2019-07-15 Thread Geertjan Wielenga
ld not install some modules : Nashorn > Integration - No module providing the capability > com.oracle.js.parser.implememtation could be found.. etc.. > > then I pressed "Disabled and Continue Modules .." > and therefore no "Java Web" menu. > > R. > > > >

Re: netbeans java web EE

2019-07-15 Thread Geertjan Wielenga
That’s impossible. In nb11.1, you don’t need to install anything for Java EE. Gj On Mon, 15 Jul 2019 at 17:47, Roberto Bottoni wrote: > I tried.. but with the same results.. maybe..do i have to downgrade to > NB 10 ? > thanks! > R. > > Il 15-07-2019 17:10 Geertjan W

Re: netbeans java web EE

2019-07-15 Thread Geertjan Wielenga
Best to use beta-4 of 11.1: https://lists.apache.org/thread.html/85e92f1286570326d0d5574aa113eccd47dbd870e5059365128dd911@%3Cdev.netbeans.apache.org%3E Gj On Mon, Jul 15, 2019 at 5:08 PM Roberto Bottoni wrote: > Hello, > > I installed NB 11 with Oracle OpenJDK 11 (I also tried with Oracle JDK

Re: Site currently down: http://bits.netbeans.org/maven2

2019-07-14 Thread Geertjan Wielenga
What exactly is it that you are getting from there? Can you be very precise about what you are using bits.netbeans.org/maven2 for? Gj On Sun, 14 Jul 2019 at 17:56, Dayman Cash wrote: > Hi all, > > We are currently using the repository http://bits.netbeans.org/maven2/, > which maps to http://13

Re: Netbeans 11 - OpenJFX 13-ea+9 - Maven - : cannot load system cursor: CopyDrop.32x32

2019-07-14 Thread Geertjan Wielenga
Maybe this helps: https://github.com/geertjanw/openjfxnbp Gj On Sun, Jul 14, 2019 at 11:22 AM Geertjan Wielenga wrote: > A wrapper module, why is that needed in a Maven application? > > Unlikely anyone can help unless you can point to code on GitHub that can > be looked at. >

Re: Netbeans 11 - OpenJFX 13-ea+9 - Maven - : cannot load system cursor: CopyDrop.32x32

2019-07-14 Thread Geertjan Wielenga
A wrapper module, why is that needed in a Maven application? Unlikely anyone can help unless you can point to code on GitHub that can be looked at. Gj On Sun, Jul 14, 2019 at 6:52 AM Klaus Martinschitz < klausmartinsch...@gmail.com> wrote: > Hello, > > > > I want to use OpenJFX within Netbeans

Re: Odd character translation

2019-07-13 Thread Geertjan Wielenga
Make as small a sample as possible that reproduces the problem and put it on GitHub — that will always be the approach to take, no one will ever want ‘the lot’ to solve a specific problem. Gj On Sat, 13 Jul 2019 at 17:19, Peter Toye wrote: > Dear Geertjan, > > Oh dear, I was wrong. The problem

Re: Odd character translation

2019-07-12 Thread Geertjan Wielenga
You’re always going to have the same response — put the code somewhere so that someone can look at it and/or provide clear step by step instructions to reproduce the problem. Gj On Fri, 12 Jul 2019 at 17:15, Peter Toye wrote: > To continue with this (as I've not had any feedback) the .form fil

Re: Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-12 Thread Geertjan Wielenga
Which version of NetBeans? Which JDK? Which operating system? This seems to be related: https://github.com/mojohaus/nbm-maven-plugin/issues/30 Gj On Fri, Jul 12, 2019 at 3:06 AM Klaus Martinschitz < klausmartinsch...@gmail.com> wrote: > Hello, > > > > I created a very simple Netbeans Module app

Re: NB11 - gradle support

2019-07-11 Thread Geertjan Wielenga
sspath, I get: > > > > CreateProcess error=206, The filename or extension is too long > > > > Is there an easy way around this? > > > > Mike > > > > *From:* Geertjan Wielenga > *Sent:* Wednesday, July 10, 2019 4:28 PM > *To:* Mike Billman > *Cc:* Laszlo Kishalm

Re: NB11 - gradle support

2019-07-10 Thread Geertjan Wielenga
at main class. And then you'd created another task just like that for each of your other main classes. Does that help? It works for me. Gj On Wed, Jul 10, 2019 at 9:59 PM Geertjan Wielenga wrote: > If you can provide a small project on GitHub that has the kind of set up > that you n

Re: NB11 - gradle support

2019-07-10 Thread Geertjan Wielenga
cation. > > Or you might reconfigure run and debug actions to use: > > run${input:Application} > > or > > run${input:Application,DefaultApp} > > This way you would be prompted for the application to run/debug. > > > > On 7/2/19 12:06 PM, Mike Billman wrote:

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Geertjan Wielenga
ley Campbell > -- > *From:* joe schmo > *Sent:* July 5, 2019 7:04 AM > *To:* Geertjan Wielenga > *Cc:* Neil C Smith; Mark J Koch; NetBeans Mailing List > *Subject:* Re: Refactoring Error when moving/renaming class. > > Ok, would be happy to do that. > > BC >

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
gt; Great to hear. Gj > -Ulf > Am 05.07.19 um 11:04 schrieb Geertjan Wielenga: > > And some tips in this one may be helpful: > > https://netbeans.org/bugzilla/show_bug.cgi?id=243859 > > Gj > > On Fri, Jul 5, 2019 at 10:57 AM Geertjan Wielenga > wrote

Re: ...and now I can't build

2019-07-05 Thread Geertjan Wielenga
Awesome -- and don't promise me a beer if you don't really mean it. :-) And since you're in the UK, this is where you can deliver it: https://www.eventbrite.co.uk/e/apache-netbeans-day-2019-uk-tickets-56803479737 :-) Gj On Fri, Jul 5, 2019 at 12:56 PM Peter Toye wrote: > Dear Geertjan and Las

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
keine Symboltabelle geladen. Benutzen Sie den > \302\273file\302\253-Befehl." ---> english: "... use the > \302\273file\302\253-command." > > Have you any idea how to correct that? > > -Ulf > Am 05.07.19 um 10:57 schrieb Geertjan Wielenga: > > gdb itsel

Re: Refactoring Error when moving/renaming class.

2019-07-05 Thread Geertjan Wielenga
It would be good if you'd verify if all those issues are still issues with 11.1 beta-3 and specify that if so in those issues. Gj On Fri, Jul 5, 2019 at 11:25 AM joe schmo wrote: > Just an FYI, before you open another issue..I've opened several issues > around refactoring > > 1503,1523,1532

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
And some tips in this one may be helpful: https://netbeans.org/bugzilla/show_bug.cgi?id=243859 Gj On Fri, Jul 5, 2019 at 10:57 AM Geertjan Wielenga wrote: > gdb itself should have a log file too, maybe this helps: > http://wiki.netbeans.org/GdbLog or not, but somewhere when you do

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-05 Thread Geertjan Wielenga
your needs. Gj On Fri, Jul 5, 2019 at 10:54 AM Ulf Zibis wrote: > Hi, > > here is the log from fresh userdir with on run of debugger. I don't see > any error, but warnings. > > -Ulf > Am 05.07.19 um 06:57 schrieb Geertjan Wielenga: > > Well, the solution is like

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
~18.04.1) > configuration: > libavutil 56. 26.100 / 56. 26.100 > libavcodec 58. 48.100 / 58. 48.100 > libavformat58. 26.101 / 58. 26.101 > libavdevice58. 7.100 / 58. 7.100 > libavfilter 7. 48.100 / 7. 48.100 > libswscale 5. 4.100 / 5. 4.100 > l

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
ere able to run the bebugger with "./ffmpeg --version" then with > "./ffmpeg_g -i sample.jpg result.jpg" it should be the same ... if you have > prepared a "sample.jpg" in start dir. > > -Ulf > Am 04.07.19 um 19:59 schrieb Geertjan Wielenga: > > Bu

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
./ffmpeg_g --version. > > Curious if that works. > > -Ulf > Am 04.07.19 um 18:35 schrieb Geertjan Wielenga: > > OK, I ran ./configure and then built in NetBeans, so now I have binaries > and I can run them etc. Where do I need to place a breakpoint when trying > to

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
rious if that works. > > -Ulf > Am 04.07.19 um 18:35 schrieb Geertjan Wielenga: > > OK, I ran ./configure and then built in NetBeans, so now I have binaries > and I can run them etc. Where do I need to place a breakpoint when trying > to set up the Debugger? > > Gj

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
ake, > nothing more. (Didn't you see that from my nbproject.zip ?) > > 3.) If it's the GNU debugger aka gdb, then I assume, the same > configuration for Mac and Ubuntu would fit. > > -Ulf > Am 04.07.19 um 16:56 schrieb Geertjan Wielenga: > > Maybe you can provide i

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
OK, I ran ./configure and then built in NetBeans, so now I have binaries and I can run them etc. Where do I need to place a breakpoint when trying to set up the Debugger? Gj On Thu, Jul 4, 2019 at 4:56 PM Geertjan Wielenga wrote: > Maybe you can provide instructions on the site about how

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
e documentations for developers: https://ffmpeg.org/developer.html > > Did you get my current settings in the attachment from my other thread 2 > days ago? > > -Ulf > Am 04.07.19 um 12:31 schrieb Geertjan Wielenga: > > I’ll look into it if you provide the starting point of an

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
st-Id" tag, which prevents the "Answer List" > function in Thunderbird and maybe other mail clients. > > -Ulf > Am 04.07.19 um 14:18 schrieb Geertjan Wielenga: > > Yes, but there's a lot to figure out and I'm not a C/C++ programmer, I'll > look at this when I

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
per.html > > Did you get my current settings in the attachment from my other thread 2 > days ago? > > -Ulf > Am 04.07.19 um 12:31 schrieb Geertjan Wielenga: > > I’ll look into it if you provide the starting point of an application on > GitHub, i.e., the sources that are to be

Re: ...and now I can't build

2019-07-04 Thread Geertjan Wielenga
Also, what you're showing in your screenshot looks pretty strange -- that .txt extension is odd and will break things. Gj On Thu, Jul 4, 2019 at 1:48 PM Geertjan Wielenga wrote: > Maybe just create a brand new project and copy your 6 files and one form > into that? > > Gj

Re: ...and now I can't build

2019-07-04 Thread Geertjan Wielenga
Maybe just create a brand new project and copy your 6 files and one form into that? Gj On Thu, Jul 4, 2019 at 1:47 PM Peter Toye wrote: > Dear Geertjan, > > No. There are 6 .java files and one form. See screenshot. > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > >

Re: ...and now I can't build

2019-07-04 Thread Geertjan Wielenga
javac.target in the project.properties of both of your projects. Gj On Thu, Jul 4, 2019 at 1:25 PM Geertjan Wielenga wrote: > Your application consists of two Java source files? > > Gj > > On Thu, Jul 4, 2019 at 12:52 PM Peter Toye wrote: > >> Dear Geertjan, >> >&

Re: ...and now I can't build

2019-07-04 Thread Geertjan Wielenga
Your application consists of two Java source files? Gj On Thu, Jul 4, 2019 at 12:52 PM Peter Toye wrote: > Dear Geertjan, > > Here's the output from a clean build. > > ant -f D:\\Peter\\Netbeans\\KillerSudoku11 -Dnb.internal.action.name=rebuild > clean jar > init: > deps-clean: > Updating prope

Re: ...and now I can't build

2019-07-04 Thread Geertjan Wielenga
Can you do this: copy and paste the build error message into the response to this e-mail and then press Send? Gj On Thu, 4 Jul 2019 at 12:32, Peter Toye wrote: > Dear Geertjan, > > Both javac.source and javac.target are set to 12. If I change the > source/target to 8 they change accordingly. Se

Re: Debugger doesn't work with C/C++ "Project from existing sources"

2019-07-04 Thread Geertjan Wielenga
I’ll look into it if you provide the starting point of an application on GitHub, i.e., the sources that are to be imported as a C/C++ project. Then I’ll have a scenario to use as a starting point to figure this out. Gj On Thu, 4 Jul 2019 at 12:28, Ulf Zibis wrote: > Hi, > > I'm wondering if the

Re: ...and now I can't build

2019-07-04 Thread Geertjan Wielenga
Can you open the Files window and look in the nbproject folder, where you’ll find the project.properties file? There you will find javac.source and javac.target, which you can set directly within that file. Gj On Thu, 4 Jul 2019 at 12:11, Peter Toye wrote: > Dear Laszlo, > > Yes - that was

Re: Another installation issue

2019-07-04 Thread Geertjan Wielenga
e my project - I am tearing out what little hair I > have left. > > > Best regards, > > Peter > mailto:netbe...@ptoye.com > www.ptoye.com > > - > Monday, July 1, 2019, 10:05:08 AM, you wrote: > > > Or the other way around, use the i

Re: Another installation issue

2019-07-04 Thread Geertjan Wielenga
19, 10:05:08 AM, you wrote: > > > Or the other way around, use the installer, in fact, use the 11.1 beta 2 > installer and provide feedback on it: > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1 > > Gj > > On Mon, Jul 1, 2019 at 11:02 AM Geertjan Wielen

Re: Another installation issue

2019-07-03 Thread Geertjan Wielenga
> Monday, July 1, 2019, 10:05:08 AM, you wrote: > > > Or the other way around, use the installer, in fact, use the 11.1 beta 2 > installer and provide feedback on it: > > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1 > > Gj > > On Mon, Jul

Re: NB11 - gradle support

2019-07-02 Thread Geertjan Wielenga
Open the project and click Run. If the above doesn't work, what's the problem exactly so that we can help with the problem you're encountering? Gj On Tue, Jul 2, 2019 at 9:00 PM Mike Billman wrote: > Hey – > > > > I was wondering if there are any tutorials on using the new gradle support > int

Re: ...and now I can't build

2019-07-01 Thread Geertjan Wielenga
ct Properties dialog, the first tab you see, named > 'Sources', has 'Source/Binary Format' set to JDK 8 by default for me. When > I change that to JDK 6, the two properties are changed for me to the > following: > > javac.source=1.6 > javac.target=1.6 > &g

Re: ...and now I can't build

2019-07-01 Thread Geertjan Wielenga
n, Jul 1, 2019 at 12:40 PM Geertjan Wielenga wrote: > When I create a new Java SE project with Ant in NetBeans, I see these two > in 'project.properties', you must have these too: > > javac.source=1.8 > javac.target=1.8 > > Look in the Files window, in the 'nbproj

Re: ...and now I can't build

2019-07-01 Thread Geertjan Wielenga
n help? > > Yes, it is Ant-based. But what kind of project type -- a NetBeans Platform > application? A Java EE application? An HTML/JavaScript application? What, > exactly? > > Gj > > On Mon, Jul 1, 2019 at 10:58 AM Geertjan Wielenga > wrote: > > Look in the Project Pr

Re: Another installation issue

2019-07-01 Thread Geertjan Wielenga
Or the other way around, use the installer, in fact, use the 11.1 beta 2 installer and provide feedback on it: https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.1 Gj On Mon, Jul 1, 2019 at 11:02 AM Geertjan Wielenga wrote: > Or you can unzip the ZIP file and run

Re: Another installation issue

2019-07-01 Thread Geertjan Wielenga
Or you can unzip the ZIP file and run the executable to start NetBeans like that, instead of installing it via an installer. Gj On Sun, Jun 30, 2019 at 6:58 PM Peter Toye wrote: > Dear Geertjan, > > Yes... but it's a pain having to tell it each time that I want to run it. > > Isn't there a way

Re: ...and now I can't build

2019-07-01 Thread Geertjan Wielenga
Geertjan Wielenga wrote: > Look in the Project Properties of your project (right-click it in the > Projects window and choose Properties). > > Gj > > On Mon, Jul 1, 2019 at 10:57 AM Peter Toye wrote: > >> I made a copy of a project in NB 8 and opened it in NB 11. Got some &g

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