Re: net beans12.1 C++

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

net beans12.1 C++

2020-08-18 Thread Albert Flex
Some body know how to deal with it? ‍

Re: IDE occasionally removes JavaFX from New File categories

2020-08-18 Thread HRH
** Bug report? ** Ernie, Thanks for the detail. It's a good candidate for a bug report, however, due to its intermittent nature, perhaps it would be onerous to reproduce it. I have started using JavaFx about a month ago this was the third time it happened. I will report it. On Tuesday, Aug

Re: Ant Project Deploys to Glassfish 5.0.1 with NB 11.0 but not NB 12.0

2020-08-18 Thread Flick - CDPS, Peg
That's where I'm stuck. The application compiles, deploys and runs with NB 11.0 in Glassfish 5.0.1. I've looked at the stack trace but I don't know what it's telling me. On Tue, Aug 18, 2020 at 3:04 PM Will Hartung wrote: > > On Tue, Aug 18, 2020 at 12:51 PM Flick - CDPS, Peg > wrote: > >>

Re: Ant Project Deploys to Glassfish 5.0.1 with NB 11.0 but not NB 12.0

2020-08-18 Thread Will Hartung
On Tue, Aug 18, 2020 at 12:51 PM Flick - CDPS, Peg wrote: > Initializing Mojarra 2.3.2 ( 20170627-2139 > e63598abf2ed2bb1a24674f308a734e0dce18a72) for context > '/WebServiceStatutes'|#] > WebModule[/WebServiceStatutes]StandardWrapper.Throwable > MultiException stack 1 of 1 > java.lang.Runtime

NetBeans - Brazilian Portuguese

2020-08-18 Thread Carlos Fernando Gonçalves
Hi. Please, could someone guide me about NetBeans Brazilian Portuguese? So, in old versions (like 8.2) there is NetBeans Brazilian Portuguese. Best regards Carlos

Ant Project Deploys to Glassfish 5.0.1 with NB 11.0 but not NB 12.0

2020-08-18 Thread Flick - CDPS, Peg
Hello, I have an Ant REST project that compiles and deploys to Glassfish 5.0.1 with NB 11.0, but will not deploy using NB 12. I also have the same problem if I use Glassfish 5.1. Thanks for any suggestions. Here is the server log: Launching GlassFish on Felix platform INFO: Create bundle provis

Re: IDE occasionally removes JavaFX from New File categories

2020-08-18 Thread Ernie Rael
On 8/18/2020 9:28 AM, HRH wrote: Hi, This morning I started the Netbeans 12.0 IDE and created a new project -> Java with Maven-> FXML JavaFX Maven Archtype (Gluon). Then I attempted to create a New File with a category of JavaFx with a file type of Empty FXML and for some inexplicable reason,

Re: Output window displaying ansi colors

2020-08-18 Thread Peter Steele
Nikolas Thanks, I use gradle and it produces the right colored output on the command line. Intellij also has support straight out of the box. Regards Peter On Tue, 18 Aug 2020, 13:12 Niklas Matthies, wrote: > This is probably a bit late, however the general answer is yes. For > Ant-based proj

IDE occasionally removes JavaFX from New File categories

2020-08-18 Thread HRH
Hi, This morning I started the Netbeans 12.0 IDE and created a new project -> Java with Maven-> FXML JavaFX Maven Archtype (Gluon). Then I attempted to create a New File with a category of JavaFx with a file type of Empty FXML and for some inexplicable reason, the JavaFx option was missing from

Re: Output window displaying ansi colors

2020-08-18 Thread Niklas Matthies
This is probably a bit late, however the general answer is yes. For Ant-based projects it seems to work out-of-the-box. If you use Maven, you have to pass "-Djansi.passthrough=true" to Maven, e.g. by adding it to MAVEN_OPTS. You can also add it to a particular action by specifying "Env.MAVEN_OP

Custom ANSI colors in output window

2020-08-18 Thread Niklas Matthies
I'd like to customize the 8/16 standard ANSI colors in the output window. As mentioned in a different thread, Maven builds produce colored output when -Djansi.passthrough=true is specified in MAVEN_OPTS. One can also produce colored output in a program by writing ANSI color escape sequences to