Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Geertjan Wielenga
gt;>>>>> >>>>>> /Tom >>>>>> >>>>>> Sent from my iPad >>>>>> >>>>>> On 9 Aug 2021, at 22:54, Pieter van den Hombergh < >>>>>> pieter.van.den.hombe...@gmail.com> w

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Will Hartung
change the package format of the ejb module to jar, >>>>> Then building in the order ejb, web, top project and ear did result in >>>>> an war file, which should be loadable in a web container like payara. >>>>> >>>>> steps I did (after the edit) &g

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Geertjan Wielenga
; I needed to change the package format of the ejb module to jar, >>>> Then building in the order ejb, web, top project and ear did result in >>>> an war file, which should be loadable in a web container like payara. >>>> >>>> steps I did (after the

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Will Hartung
steps I did (after the edit) >>> cd .../myproject >>> mvn install >>> cd myproject-ejb/ >>> mvn install >>> cd ../myproject-web/ >>> mvn install >>> cd ../myproject-ear/ >>> mvn package >>> dir target/myprojec

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Geertjan Wielenga
ckage >> dir target/myproject-ear.war >> I would advise using a maven multimodule structure, using a parent pom. >> That would avoid having to do all these manual steps. >> >> But since the project is what the netbeans wizard (even the 12.4 one) >> produces, it

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Gregor Kovač
pplication  (with Maven) via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 I create a new Enterprise application with Maven (Jave-EE 8)  and end up with 4 projects. The wizard starts to compile the maven projects but gives an error. Ignoring

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Tom Coudyzer
tructure, using a parent pom. >>> That would avoid having to do all these manual steps. >>> >>> But since the project is what the netbeans wizard (even the 12.4 one) >>> produces, it is a bit odd that it does not work out of the box. >>> >>>

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Geertjan Wielenga
d avoid having to do all these manual steps. > > But since the project is what the netbeans wizard (even the 12.4 one) > produces, it is a bit odd that it does not work out of the box. > > > > On Tue, Aug 3, 2021 at 12:15 PM Tom Coudyzer wrote: > >> Hi, >> >

Re: Netbeans 11.3 enterprise application

2021-08-10 Thread Tom Coudyzer
not work out of the box. > > > >> On Tue, Aug 3, 2021 at 12:15 PM Tom Coudyzer wrote: >> Hi, >> >> Seeking for some help on creating an Enterprise application (with Maven) >> via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 >> >> I create

Re: Netbeans 11.3 enterprise application

2021-08-09 Thread Pieter van den Hombergh
is what the netbeans wizard (even the 12.4 one) produces, it is a bit odd that it does not work out of the box. On Tue, Aug 3, 2021 at 12:15 PM Tom Coudyzer wrote: > Hi, > > Seeking for some help on creating an Enterprise application (with Maven) > via Netbeans 11.3 and AdoptOpenJD

Re: Netbeans 11.3 enterprise application

2021-08-09 Thread Laszlo Kishalmi
e, 3 Aug 2021 at 12:15, Tom Coudyzer mailto:tcdm...@gmail.com>> wrote: Hi, Seeking for some help on creating an Enterprise application  (with Maven) via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 I create a new Enterprise application with Maven (Jave-EE

Re: Netbeans 11.3 enterprise application

2021-08-07 Thread Will Hartung
gt;> Regards >> Wayne >> >> >> On Tue, 3 Aug 2021 at 12:15, Tom Coudyzer wrote: >> >>> Hi, >>> >>> Seeking for some help on creating an Enterprise application (with >>> Maven) via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 >>

Re: Netbeans 11.3 enterprise application

2021-08-07 Thread Tom Coudyzer
ans. There is no support for that going forward. I >> changed my one to a war and added a few cron jobs. It's now simpler and I >> have less build issues. >> >> Regards >> Wayne >> >> >> On Tue, 3 Aug 2021 at 12:15, Tom Coudyzer wrote: >>&g

Re: Netbeans 11.3 enterprise application

2021-08-07 Thread José Contreras
I > changed my one to a war and added a few cron jobs. It's now simpler and I > have less build issues. > > Regards > Wayne > > > On Tue, 3 Aug 2021 at 12:15, Tom Coudyzer wrote: > >> Hi, >> >> Seeking for some help on creating an Enterprise applicatio

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Wayne Gemmell | Connect
ating an Enterprise application (with Maven) > via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 > > I create a new Enterprise application with Maven (Jave-EE 8) and end up > with 4 projects. The wizard starts to compile the maven projects but gives > an error. > > Ignoring

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Pieter van den Hombergh
ith Maven) > via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 > > I create a new Enterprise application with Maven (Jave-EE 8) and end up > with 4 projects. The wizard starts to compile the maven projects but gives > an error. > > Ignoring this error I clean an build the

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Geertjan Wielenga
>>> Best to use the latest release, 12.4. >>> >>> Also, typically, an enterprise application wouldn’t be created anymore — >>> though there are still use cases for it, of course, the typical starting >>> point is to create REST endpoints and consume them

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Geertjan Wielenga
le >> application. >> >> Gj >> >> On Tue, 3 Aug 2021 at 12:15, Tom Coudyzer wrote: >> >>> Hi, >>> >>> Seeking for some help on creating an Enterprise application (with >>> Maven) via Netbeans 11.3 and AdoptOpenJDK 8 on

Re: Netbeans 11.3 enterprise application

2021-08-03 Thread Geertjan Wielenga
, Tom Coudyzer wrote: > Hi, > > Seeking for some help on creating an Enterprise application (with Maven) > via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 > > I create a new Enterprise application with Maven (Jave-EE 8) and end up > with 4 projects. The wizard starts

Netbeans 11.3 enterprise application

2021-08-03 Thread Tom Coudyzer
Hi, Seeking for some help on creating an Enterprise application (with Maven) via Netbeans 11.3 and AdoptOpenJDK 8 on MacOS 11.5.1 I create a new Enterprise application with Maven (Jave-EE 8) and end up with 4 projects. The wizard starts to compile the maven projects but gives an error

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Ernie Rael
On 1/19/2021 5:25 PM, Jack W. wrote: Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB https://issues.apache.org/jira/projects/NETBEANS/issues ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf > wrote: F

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Sorry, I have no idea if there are any open issues in Apache NB regarding this. Wouldn’t even know where to look since the move to Apache. I think there’s a Jira board, but am not sure. tom On Jan 19, 2021 at 8:25:14 PM, Jack W. wrote: > Thanks Thomas Wolf, but that didn't work for my situa

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Thanks Thomas Wolf, but that didn't work for my situation. Are there Issues on NB ssh already or should I file one? On Tue, Jan 19, 2021 at 5:41 PM Thomas Wolf wrote: > FIGURED IT OUT! > > And as is often the case, stackoverflow had the answer: > > https://stackoverflow.com/questions/53134212/in

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
FIGURED IT OUT! And as is often the case, stackoverflow had the answer: https://stackoverflow.com/questions/53134212/invalid-privatekey-when-using-jsch It looks like jgit is using a version of openssh that requires a modifier on the key generation! I did the default "ssh-keygen -t rsa” when I c

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
Hi Peter, I looked at m .ssh directory and it already had the permissions you describe - the .ssh/ directory only had owner rwx and in the .ssh/ directory, the public keys had rw permission for owner and r for group and other. The private keys had rw for owner and no permission for anyone else.

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Jack W.
Having similar problem, asked about it on the list some weeks ago. NB keeps insisting "invalid private key" for SFTP xfer to remote on run. - Source machine Ubuntu 20.04.1 - Target machine is Fedora 33. Very familiar with ssh setup. Interactive and scripted ssh to host works flawlessly. Onl

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Peter Hull
On Tue, 19 Jan 2021 at 21:56, Thomas Wolf wrote: > On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf wrote: > >> Hey everyone, >> I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local >> changes to a recently created remote git repository. But NB keeps telling >> me about invalid credenti

Re: Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
On Jan 19, 2021 at 4:26:08 PM, Thomas Wolf wrote: > Hey everyone, > I’ve got Nebeans 11.3 on macOS 11.2 and am trying to push my local changes > to a recently created remote git repository. But NB keeps telling me about > invalid credentials (I used ssh private key) and when I look into the IDE

Netbeans 11.3 - can't push to remote

2021-01-19 Thread Thomas Wolf
insight much appreciated. In the meantime, I guess I’ll download 12.2 - just in case it was a bug. Tom p.s. I also already tried clearing Library/Caches/Netbeans/11.3 - that didn’t help either.

Re: An unexpected expection during uninstallation of Netbeans 11.3

2020-11-03 Thread Laszlo Kishalmi
Use Java 11 LTS On 11/3/20 7:50 AM, Minseon Ahn wrote: Howdy! I got the following error message while uninstalling Netbeans 11.3. Exception:  java.lang.noClassDefFoundError:  java/util/jar/Pack200 Is there any workaround for this? 2020-11-04.png -- MINSEON AHN minseon...@gmail.com

An unexpected expection during uninstallation of Netbeans 11.3

2020-11-03 Thread Minseon Ahn
Howdy! I got the following error message while uninstalling Netbeans 11.3. Exception: java.lang.noClassDefFoundError: java/util/jar/Pack200 Is there any workaround for this? [image: 2020-11-04.png] -- MINSEON AHN minseon...@gmail.com

Re: Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread Emilian Bold
xml.gz > > In my experience, unfortunately the debugger does not work any more 100 % > with NB 11.3 > > -Ulf > > Am 31.05.20 um 22:03 schrieb slipbits: > > Netbeans 11.3 > Win 7-64 bit > Cygwin > > I would like to install a C/C++ plugin for Netbeans 11.3. The commen

Re: Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread Ulf Zibis
://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz In my experience, unfortunately the debugger does not work any more 100 % with NB 11.3 -Ulf Am 31.05.20 um 22:03 schrieb slipbits: Netbeans 11.3 Win 7-64 bit Cygwin I would like to install a C/C++ plugin

Netbeans 11.3 C/C++ Plugin

2020-05-31 Thread slipbits
Netbeans 11.3 Win 7-64 bit Cygwin I would like to install a C/C++ plugin for Netbeans 11.3. The comments I've read seem to indicate that an integrated C/C++ has been in the offing for quite some time (Oracle was late in delivering the C/C++ modules).  I have had header difficulty

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

Install NetBeans 11.3

2020-05-17 Thread Svein Nilsen
Hi I use JDK 14.0.1 and im trying to install Nebeans but get error. Can anyone help? Thanks Sendt fra E-post for Windows 10 -- Denne e-posten har blitt sjekket for virus av antivirusprogramvare fra Avast https://www.avast.com/antivirus

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-16 Thread HRH
2020 at 11:59, HRH wrote: GeertJan, I thank you immensely. This worked fine and the test passed. I guess we can sum up that the putative 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 wrote: OK, I

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-16 Thread HRH
GeertJan, I thank you immensely. This worked fine and the test passed. I guess we can sum up that the putative 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 wrote: OK, I think I've reproduce

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
OK, I think I've reproduced the problem. Can you change the content of your test source file to the following and let us know if that works. package org.me.mylib; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; im

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
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 16, 2020 at 7:49 AM HRH wrote: > Developing General Java Applications > > > De

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread HRH
Developing General Java Applications | | | | Developing General Java Applications Apache NetBeans Developing General Java Applications - Apache NetBeans | | | On Saturday, May 16, 2020, 10:19:25 AM GMT+4:30, HRH wrote: Here is the link to the tutorial. Everything works

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread HRH
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 wrote: 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

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:

Netbeans 11.3

2020-05-15 Thread HRH
Hi,Are there any Netbeans 11.3 savvy, to tell me why a fresh install fails to do JUnit test of the tutorial example. I have already posted the full context twice.Thanks

Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-14 Thread HRH
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: org.me.mylib.LibClassTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.133 sec Testcase: initializationError(org.me.mylib.LibClas

Re: Apache NetBeans 11.3

2020-05-13 Thread Bayless Kirtley
differ. --emi On Tue, May 12, 2020 at 9:43 PM Enciu Petre mailto:petre.en...@vesta-system.com>> wrote: Hello Apache netbeans 11.3 does not support nbm packaging. Every module having nbms packaging are unloadable in this version. Thanks LogoVestaTranspa10

Re: Apache NetBeans 11.3

2020-05-12 Thread Emilian Bold
Might be your old Maven NBM modules perhaps? I think you can try to create a new Maven-based NBM and it will open. See how they pom.xml files differ. --emi On Tue, May 12, 2020 at 9:43 PM Enciu Petre wrote: > > > Hello > > Apache netbeans 11.3 does not support nbm packaging. &

Apache NetBeans 11.3

2020-05-12 Thread Enciu Petre
Hello Apache netbeans 11.3 does not support nbm packaging. Every module having nbms packaging are unloadable in this version. Thanks LogoVestaTranspa1009.png ENCIU Petre Ingénieur R&D Société Vesta – System http://www.vesta-system.com ( +40 724 697 577 * petre.en...@v

Re: Quirks when running Netbeans 11.3 on a laptop

2020-05-01 Thread Peter Steele
Peter Steele, wrote: > I'm running Ubuntu 19.10, 16 GB ram, hp Spectre x360 (integrated Intel > graphics), open jdk 13, netbeans 11.3 (downloaded not snap) with no extra > packages, I use gradle as part of standard package. > > On Thu, 30 Apr 2020, 04:43 Laszlo Kishalmi, >

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Peter Steele
I'm running Ubuntu 19.10, 16 GB ram, hp Spectre x360 (integrated Intel graphics), open jdk 13, netbeans 11.3 (downloaded not snap) with no extra packages, I use gradle as part of standard package. On Thu, 30 Apr 2020, 04:43 Laszlo Kishalmi, wrote: > I think it would be good if you could

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Alan
, although I have an external tablet, so there's an active driver. On 2020-04-27 09:09, Peter Steele wrote: Hi I just wanted to know if people had noticed the following when running netbeans 11.3 on their laptop (not sure if it happens on earlier versions or not) I'm running on Ub

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Laszlo Kishalmi
every time but often enough. If I use netbeans constantly all day there is no problem. There is nothing obvious (to me) in the IDE log. I’ve cleared cache and user dirs, doesn’t make a difference. John Hi I just wanted to know if people had noticed the following when running netbeans 11.3 on

C++ 8.2 plugin install error in NetBeans 11.3

2020-04-29 Thread Alex Mattucci
Hi guys, I’m having issues trying to install the C++ plugin from the 8.2 plugin portal in NetBeans 11.3. It says: The Plugin Installer found problem timeout of loading C/C++ Remote Development API[org.netbeans.modules.cnd.api.remote/1.29.5.1] Can you please help

RE: Quirks when running Netbeans 11.3 on a laptop

2020-04-28 Thread John Brice
netbeans 11.3 on their laptop (not sure if it happens on earlier versions or not) I'm running on Ubuntu and using java 13 1. After closing the laptop lid and letting it suspend (or hibernate, same thing), the line numbers disappear when I re open the laptop and it resumes. 2. After closin

Quirks when running Netbeans 11.3 on a laptop

2020-04-27 Thread Peter Steele
Hi I just wanted to know if people had noticed the following when running netbeans 11.3 on their laptop (not sure if it happens on earlier versions or not) I'm running on Ubuntu and using java 13 1. After closing the laptop lid and letting it suspend (or hibernate, same thing), the line nu

Re: How to change font size of menubars in netbeans 11.3

2020-04-26 Thread ami kaminsky
Hi in file \NetBeans-11.3\netbeans\etc\netbeans.conf add to netbeans_default_options --fontsize . for example: netbeans_default_options="-J-XX:+UseStringDeduplication --fontsize 18 Ami On Sat, Apr 25, 2020 at 6:53 AM Brain Rebooting wrote: > HI, > > I am running Apache Ne

Re: How to change font size of menubars in netbeans 11.3

2020-04-25 Thread Richard Grin
Hi, You can launch NetBeans with this type of command (write  your executable instead of mine at the beginning) : "C:\Program Files\NetBeans-11.3\netbeans\bin\netbeans64.exe" --fontsize 30 --console suppress Richard Le 25/04/2020 à 05:53, Brain Rebooting a écrit : HI, I

How to change font size of menubars in netbeans 11.3

2020-04-24 Thread Brain Rebooting
HI, I am running Apache Netbeans 11.3 in ubuntu 18.04 . Here how I can change font size for menubars? Samiul alom sium

Allocate exception on servlet newInstance call moving from NetBeans 8 to NetBeans 11.3

2020-04-20 Thread David Gradwell
Hi, I have a large handful of servlets that were originally developed under NetBeans 8 and Java 8, running on Glassfish 4.1. I am now trying to move to NetBeans 11.3 and then 12. On every one of my old servlets I can clean compile once I have changed to libraries to javaee-web-api-8.0.jar but

Netbeans 11.3 "What's New" start page error

2020-04-14 Thread Andrew Willerding
Hi, I just installed NB11.3 and I noticed that the "What's New" page of the Start Page just shows "Error while loading content." Clicking "Reload" doesn't display anything further but it does flash the "Learn & Discover" tab a light blue. I restarted NB11.0 and the "What's New" page does dis

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Bradley Willcott
Ok, I renamed the "{HOME}/.cache/netbeans/11.3" directory to "{HOME}/.cache/netbeans/11.3-old", then restarted Netbeans. After it had finished doing its 'Background scanning of projects', I then went to the "Services" tab, and opened the local repo. It

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Emilian Bold
You can always move those folders elsewhere then move them back. But I doubt it's related to the userdir, must be the cache. --emi On Mon, Apr 13, 2020 at 10:30 AM Bradley Willcott wrote: > Hi, > > That doesn't seem very practical, as it will blow away all my settings. > Further, I'm look for

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, 13 Apr 2020 at 09:30,

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Geertjan Wielenga
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, 13 Apr 2020 at 09:30, Bradley Willcott wrote: > Hi, > > That doesn't seem very practical, as it will blow away all my settings. > Further, I'm look for an ongoing solution, as I will

Re: Netbeans 11.3: Not reindexing local maven repo

2020-04-13 Thread Bradley Willcott
Hi, That doesn't seem very practical, as it will blow away all my settings.  Further, I'm look for an 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, u

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

Netbeans 11.3: Not reindexing local maven repo

2020-04-12 Thread Bradley Willcott
Hi there. I have deleted some old "-SNAPSHOT" versions of some projects, from my local repo.  However, Netbeans still thinks that they exist! I have tried to get it to 'update index', both from the 'Services' tab, and from the 'Options' dialog.  Nothing happens. I have even deleted the 'mav

Re: [MASSMAIL]Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
On 2020-03-25 14:56, Geertjan Wielenga wrote: In the Options window, go to the Java tab and then JavaFX within that. Gj On Wed, Mar 25, 2020 at 7:30 PM wrote: How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with

Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread Geertjan Wielenga
In the Options window, go to the Java tab and then JavaFX within that. Gj On Wed, Mar 25, 2020 at 7:30 PM wrote: > How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According > to instructions googled, it should happen automagically with > right-click/open after install

Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with right-click/open after installing Scene Builder and then running NetBeans. I added SceneBuilder to the PATH, but still no luck. As you may gather from my latest

Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Thanks Laszlo, So the problem is there is a missing module-info.java in the test packages? And because this is missing, gradle is breaking? Maybe we shall treat the whole project modular even if just the main sourceset has module-info.java (even that is technically incorrect). I'm not sure what t

Re: JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Laszlo Kishalmi
Hi I've just checked out the mentioned library. It is on version 11.32 (the hansolo lib, not NetBeans). It works if you delete the TestLauncher.java from the eu.hansolo.tilesfx package. I think the maintainer of the code was a bit loose when he made that release. If you check the TilesFXTest

JavaFX11 on Netbeans 11.3 (Gradle)

2020-03-15 Thread Jonathan Bergh
Hi all, I am trying to compile a third party library using NB 11.3 and built in Gradle supports. Project specifications are: 1) NB 11.3 running on Amazon Corretto JDK 11.02 2) Gradle options (Standard Gradle version 6.2.2) - Use wrapper preferred 3) OpenJFX11.02 installed to /Program Files/Java/O

Re: Wildfly in NetBeans 11.3

2020-03-11 Thread Miguel Cardoso Martins
Thanks Jose for the info. Greetings Am Mi., 11. März 2020 um 19:50 Uhr schrieb Jose Ch : > I think this PR fix it. > > https://github.com/apache/netbeans/pull/2000 > > Regards. > Jose Contreras > > El mié., 11 mar. 2020 a las 10:06, Miguel Cardoso Martins (< > miguelcardosomart...@gmail.com>) es

Re: Wildfly in NetBeans 11.3

2020-03-11 Thread Jose Ch
I think this PR fix it. https://github.com/apache/netbeans/pull/2000 Regards. Jose Contreras El mié., 11 mar. 2020 a las 10:06, Miguel Cardoso Martins (< miguelcardosomart...@gmail.com>) escribió: > Hello all > > I downloaded the wildfly plugin but after installing and restarting the > plugin i

Wildfly in NetBeans 11.3

2020-03-11 Thread Miguel Cardoso Martins
Hello all I downloaded the wildfly plugin but after installing and restarting the plugin is still not installed. Looking at the IDE logs I found the line INFO [org.netbeans.core.startup.NbEvents]: Warning: the module //modules/org-netbeans-modules-javaee-wildfly.jar could not be found, ignori

Instructions for LSP config in Netbeans 11.3

2020-03-08 Thread Jonathan Bergh
hi all, I see that Jan Lohada's LSP integration (discussed here [1] as a NB module to create yourself), has been included in 11.3 as a functioning feature. (Tools > Options > Language Servers) at the moment, the configuration GUI for this feature doesn't have any hints nor help associated with it

Netbeans 11.3 and older gradle builds

2020-03-05 Thread Fred Welland
So +1 for NB 11.3. This is the first NB using native gradle support where I think I can use this as a daily driver for much of my work (prior 11.3 the only working combo for me was NB10 + gradle plugin). That said, I work on lots of gradle projects with gradles as old as 3.4.x to as new as 6.2.

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread John Yeary
wrote: > The Apache NetBeans team is pleased to announce the release of Apache > NetBeans 11.3. Apache NetBeans is a full IDE for Java SE, Java EE, PHP > and JavaScript development with some Groovy language support. > > Apache NetBeans 11.3 is the third Apache NetBeans release

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Laszlo Kishalmi
wrote: The Apache NetBeans team is pleased to announce the release of Apache NetBeans 11.3. Apache NetBeans is a full IDE for Java SE, Java EE, PHP and JavaScript development with some Groovy language support. Apache NetBeans 11.3 is the third Apach

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Geertjan Wielenga
This is not the place for this. Start a new thread or file an issue, please. Gj On Wed, 4 Mar 2020 at 20:07, Ty Young wrote: > > On 3/4/20 1:06 PM, Ty Young wrote: > > So how exactly are preview features enabled in Netbeans? I have: > > > > > > org.apache.maven.plugins > > maven-compiler-plugin

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Ty Young
On 3/4/20 1:06 PM, Ty Young wrote: So how exactly are preview features enabled in Netbeans? I have: org.apache.maven.plugins maven-compiler-plugin     3.6.2         15 --enable-preview     --add-modules jdk.incubator.foreign  

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Emilian Bold
t;> > the plugin again from >> > http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans >> > but it's no longer available. I tried building the code from GitHub but >> > get build failures. It seems no longer maintained - the last update

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Geertjan Wielenga
errors either?! I tried downloading the plugin again from >> > http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans >> > but it's no longer available. I tried building the code from GitHub >> but get build failures. It seems no longer maintained - t

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Thomas Wolf
n/62424/darcula-laf-for-netbeans > > but it's no longer available. I tried building the code from GitHub but > get build failures. It seems no longer maintained - the last update on > GitHub was 3 years ago. > > > > Thanks for all info, > > Tom > > > &

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread John G. Weed
a's. What is the status >>>> of Darcula? NB 11.3 offered to import it from my 11.2 installation, but it >>>> does not show up as a L&F option after I do so. Viewing the IDE log, I >>>> don't see any errors either?! I tried downloading the plugi

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Geertjan Wielenga
/darcula-laf-for-netbeans > but it's no longer available. I tried building the code from GitHub but > get build failures. It seems no longer maintained - the last update on > GitHub was 3 years ago. > > Thanks for all info, > Tom > > On Wed, Mar 4, 2020 at 10:05 AM Eric Ba

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread John G. Weed
nger available. I tried building the code from GitHub but get >> build failures. It seems no longer maintained - the last update on GitHub >> was 3 years ago. >> >> Thanks for all info, >> Tom >> >> On Wed, Mar 4, 2020 at 10:05 AM Eric Barboni wrote: >

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Emilian Bold
er maintained - the last update on GitHub > was 3 years ago. > > Thanks for all info, > Tom > > On Wed, Mar 4, 2020 at 10:05 AM Eric Barboni wrote: >> >> The Apache NetBeans team is pleased to announce the release of Apache >> NetBeans 11.3. Apache NetBeans is a full

RE: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Louis Collet
pache NetBeans 11.3 released The Apache NetBeans team is pleased to announce the release of Apache NetBeans 11.3. Apache NetBeans is a full IDE for Java SE, Java EE, PHP and JavaScript development with some Groovy language support. Apache NetBeans 11.3 is the third Apache NetBeans release outsid

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Geertjan Wielenga
te on > GitHub was 3 years ago. > > Thanks for all info, > Tom > > On Wed, Mar 4, 2020 at 10:05 AM Eric Barboni wrote: > >> The Apache NetBeans team is pleased to announce the release of Apache >> NetBeans 11.3. Apache NetBeans is a full IDE for Java SE, Java EE, PH

Re: [ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Thomas Wolf
On Wed, Mar 4, 2020 at 10:05 AM Eric Barboni wrote: > The Apache NetBeans team is pleased to announce the release of Apache > NetBeans 11.3. Apache NetBeans is a full IDE for Java SE, Java EE, PHP > and JavaScript development with some Groovy language support. > > Apache NetBeans 11.

[ANNOUNCE] Apache NetBeans 11.3 released

2020-03-04 Thread Eric Barboni
The Apache NetBeans team is pleased to announce the release of Apache NetBeans 11.3. Apache NetBeans is a full IDE for Java SE, Java EE, PHP and JavaScript development with some Groovy language support. Apache NetBeans 11.3 is the third Apache NetBeans release outside the Apache Incubator and

Re: Netbeans 11.3 Beta2 Gradle Project not showing up on Navigation tree

2020-02-01 Thread Laszlo Kishalmi
Can you create an issue and attach the IDE log to it? https://issues.apache.org/ On 2/1/20 7:26 AM, joe foe wrote: Hello, I downloaded and  ran the Netbeans 11.3 Beta2 released yesterday. Started with a clean userdir. Created a new Gradle Project and the process completed smoothly but i

Netbeans 11.3 Beta2 Gradle Project not showing up on Navigation tree

2020-02-01 Thread joe foe
Hello, I downloaded and ran the Netbeans 11.3 Beta2 released yesterday. Started with a clean userdir. Created a new Gradle Project and the process completed smoothly but i don't see the project on the navigation bar . See attached picture Anyone else having this problem? Configuration Wi

Netbeans 11.3 beta

2020-01-29 Thread joe foe
Is the next beta coming this week ? Regards, Jfoe