Re: WildFly plug-in for NetBeans 11.1?

2019-10-31 Thread James Ostrowick
No, not at the moment. You can however download the 8.2 plugin and use that (I currently do) it works perfectly even with WF 17 (18 is now most recent version) http://plugins.netbeans.org/plugin/5/wildfly-application-server

WildFly plug-in for NetBeans 11.1?

2019-10-31 Thread Jorge Campins
Is there a WildFly plug-in for NetBeans 11.1? If so, how can I get it? Saludos cordiales, Jorge Campins

log4j messages missing in GlassFish server log of NetBeans 11.1

2019-10-31 Thread Jorge Campins
I have a web application running in GlassFish 5.1.0. The application uses log4j. Messages are properly written to GlassFish's server.log file and to a log4j rolling file appender. But I cannot see those messages in the GlassFish server log of NetBeans 11.1. I can see them in NetBeans 8.2. Saludos

Some problems with maven-archetype projects

2019-10-31 Thread Jorge Campins
NetBeans is validating and reporting errors in java resources of maven archetypes (files in src/main/resources/archetype-resources) as it does for java files in a standard project. Additionally, *archetype-resources* is shown in *Projects* window only if *Show Resources as Packages* of *Other Sourc

Why tests aren't executing?

2019-10-31 Thread Greenberg, Gary
Still having problems with the project that I have inherited from the contractor. I want to execute unit test, but when I select 'Test' from the project context menu I am getting: --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mnsbatch --- Not copying test resources -

Platform Installer Generation on JDK 11/Maven

2019-10-31 Thread Steven Yi
Hi All, I ran into this today when I switched to JDK 11: [INFO] Compiling 6 source files to C:\projects\blue\application\target\installerbuild\nbi_all\ext\infra\build\engine\build\ext\engine\build\classes error: Source option 5 is no longer supported. Use 6 or later. error: Target option 1.5 is n

Re: GUI builder cannot find generated code

2019-10-31 Thread Peter Toye
Dear Neil, Oh well. I've looked at some old NB8 projects and they have the comments. I don't think it's the dependencies, though, as in my original project all I had to do was edit the Java file and it worked fine without touching the project properties, which had the same libraries as the cut-

Re: GUI builder cannot find generated code

2019-10-31 Thread Neil C Smith
On Thu, 31 Oct 2019 at 16:53, Peter Toye wrote: > Thanks a million. That did the trick. Great! > I suspect that the conversion from NB 8 to 11 has some bugs in this area - it > probably doesn't add the comments in properly. But now I don't have a working > NB 8 so can't test it out. In genera

Re: Platform App, JavaFX, and Java 11

2019-10-31 Thread Steven Yi
Yes, this might be a nice thing to have in a page. I was thinking of doing a write-up sometime from all of this as there were some interesting hurdles (and still more to work through). Is the Confluence page linked anywhere on netbeans.apache.org? I didn't see it mentioned. I've switched my tool

Re: GUI builder cannot find generated code

2019-10-31 Thread Peter Toye
Dear Neil, Thanks a million. That did the trick. I had no idea what the GUI editor was looking for, and for some reason the NB editor suppresses the GEN-BEGIN/END comments, so it's not so easy to work out by looking at the text. I'd worked out the bit round the initcomponents method, but not t

RE: Platform App, JavaFX, and Java 11

2019-10-31 Thread Eric Barboni
Happy you sort this out. I did this kind of migration a long time ago, it may be nice to share workflow on migration or tips in a web or confluence page. Best Regards Eric De : Steven Yi Envoyé : jeudi 31 octobre 2019 04:36 À : users@netbeans.apache.org Objet : Re: Platform App,

Re: ISO-8859-1

2019-10-31 Thread Glenn Holmer
On 10/30/19 1:25 AM, Juan Algaba wrote: >> You can use the default option in the netbeans.conf >> >> -J-Dfile.encoding=UTF8 // change encoding Thanks to everyone for all the suggestions. As it happens, upstream edited all the German comments in the code to transliterate them (e.g. ö --> oe), so th

Re: Select Web Project Run ??

2019-10-31 Thread Don
That's what crossed my mind early this morning as I was waking up.  When I unchecked the Deploy on Save box, that problem went away. I hadn't noticed the existence of an automatic deploy folder in Tomcat. It's only a problem because the 2 apps are not intended to run in the same memory space a

Re: GUI builder cannot find generated code

2019-10-31 Thread Neil C Smith
On Thu, 31 Oct 2019 at 11:46, Peter Toye wrote: > You should get an error message saying the file is corrupt. If you don't, > your system is different from mine. Yep! Probably because it is. Open the OuterPane.java file in a text editor outside NetBeans and make sure the comments around the va

Re: GUI builder cannot find generated code

2019-10-31 Thread Peter Toye
Dear Geertjan, Sorry for the delay - urgent project took up too much time. I'm not sure what you mean by a "Stack trace" - there's no dump available as it didn't crash. I've now put the example onto GitHub at https://github.com/ptoye/TestFormBug Here's as small an example as I can manage. Ste

Re: Problem third party as module in depedency of netbeans 11.2

2019-10-31 Thread Geertjan Wielenga
I'd recommend just using the standard animation from JavaFX: https://openjfx.io/javadoc/13/javafx.graphics/javafx/animation/package-summary.html Gj On Thu, Oct 31, 2019 at 8:39 AM dony kisworo wrote: > Hi All, > > I use netbeans 11.2 vc1 where I start with a new project in the category > "java

Problem third party as module in depedency of netbeans 11.2

2019-10-31 Thread dony kisworo
Hi All, I use netbeans 11.2 vc1 where I start with a new project in the category "java with maven" and choose the project "FXML JavaFX Maven Archetype (Gluon), after the project formed with the sample file, which I run successfully. I try to do the following steps: 1. I lost the button, I added a