Re: NB11 Java Web App with Gradle

2019-04-23 Thread Juan Algaba
Hello Mike, I'm in a similar situation in that our project started
(and still is) an ant-based java web project originally created with
NB 8.2, but needed it to work with gradle as well, (not because of CI,
but because a coworker prefers to use another editor that only
supports Maven/Gradle).

We created a build.gradle on the root of the project for his
convenience. When NB 11 came all we had to do was rename the
build.gradle to something that NB doesn't recognize as a gradle
project, say, "build.gradle.rename.me", and now the only thing our
coworker has to do to get it working in his editor is rename the file
back to build.gradle in his local working copy. You don't even need to
delete the .gradle folder or change anything in the nbproject folder,
as long as netbeans doesn't detect a gradle build file it will open
your project as an ant project.

Now, in your case I see two alternatives:
1.- Keep the build.gradle and rename it on your local copy.
2.- Rename the build.gradle and somehow make your CI work with the renamed file.

Now regarding whether there's an option in NB11 to fix this without
renaming anything, there's an option to prefer Maven over Gradle, but
unfortunately not one to prefer Ant over Gradle.
I don't recommend converting the project to gradle, since currently
NB11 doesn't support web projects, please see this issue
https://issues.apache.org/jira/browse/NETBEANS-2249 and more
importantly Laszlo's comment regarding the status of this feature. By
the way, Laszlo mentioned a plugin, but not sure if he's referring to
this one http://plugins.netbeans.org/plugin/55529/gradle-javaee-support,
I tried it and couldn't get it to work ¿Anyone else had any luck?



On Tue, Apr 23, 2019 at 12:14 PM Mike Ryan  wrote:
>
> I started a Java Web App back in NB 8.2 which by default used Ant.
>
> Once I started using GitLab CI for the project, I created a build.gradle
> file, which just fires off the ant build:
>
> ant.importBuild('build.xml') { antTargetName ->
>  'a-' + antTargetName
> }
>
> and then defines my dependencies, war file info, etc.
>
> Now that I'm using NB11, NB detects the build.gradle file and assumes
> this is a Gradle project. I'm fine with that, but obviously there are
> things I'm going to need to do to the structure of my
> project/build.gradle file to actually work with the project.
>
> Specifically, my "Web Pages" directory no longer appears in the Project
> view. I presume this is because I need to adhere to Gradle's assumed
> location of the web or webapp directory or tell Gradle what that path is
> in my build.gradle, but I have been unable to figure out the settings to
> do this.
>
> I've tried to use the info in Gradle docs, but I haven't been successful:
>
> https://docs.gradle.org/current/userguide/war_plugin.html
>
> I did notice that if you were to create a new project, "Java with
> Gradle" does not include "Web Application" as a project like "Java with
> Maven" and "Java with Ant -> Java Web" do.
>
> I'm assuming that in NetBeans, I should be able to manually convert an
> existing Web App project to a Gradle Web App project?
>
> If so, do I need to convert all the Ant stuff to Gradle? Or, at least in
> the short run is there a way to tell NB to ignore the existence of
> build.gradle and just let me open it up as an Ant Java Web App?
>
> I have been Googling around and I haven't found anything obvious yet. If
> anyone knows of existing resources for figuring this out, please let me
> know.
>
> Thanks!
>
> -Mike



-- 
 Juan Roberto Algaba Meave

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



NB11 Java Web App with Gradle

2019-04-23 Thread Mike Ryan
I started a Java Web App back in NB 8.2 which by default used Ant.

Once I started using GitLab CI for the project, I created a build.gradle 
file, which just fires off the ant build:

ant.importBuild('build.xml') { antTargetName ->
 'a-' + antTargetName
}

and then defines my dependencies, war file info, etc.

Now that I'm using NB11, NB detects the build.gradle file and assumes 
this is a Gradle project. I'm fine with that, but obviously there are 
things I'm going to need to do to the structure of my 
project/build.gradle file to actually work with the project.

Specifically, my "Web Pages" directory no longer appears in the Project 
view. I presume this is because I need to adhere to Gradle's assumed 
location of the web or webapp directory or tell Gradle what that path is 
in my build.gradle, but I have been unable to figure out the settings to 
do this.

I've tried to use the info in Gradle docs, but I haven't been successful:

https://docs.gradle.org/current/userguide/war_plugin.html

I did notice that if you were to create a new project, "Java with 
Gradle" does not include "Web Application" as a project like "Java with 
Maven" and "Java with Ant -> Java Web" do.

I'm assuming that in NetBeans, I should be able to manually convert an 
existing Web App project to a Gradle Web App project?

If so, do I need to convert all the Ant stuff to Gradle? Or, at least in 
the short run is there a way to tell NB to ignore the existence of 
build.gradle and just let me open it up as an Ant Java Web App?

I have been Googling around and I haven't found anything obvious yet. If 
anyone knows of existing resources for figuring this out, please let me 
know.

Thanks!

-Mike


[XML] Code completion for XSD's defined with urn: syntax

2019-04-23 Thread Ernst Vaarties
Hello,

I would like to have code completion in my XML's when the XSD's are referred to 
using a urn: syntax like in PHPStorm. This is useful for instance when 
developing in Magento 2:

https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-urn.html

There's this current state which doesn't mention the urn: syntax: 
https://xml.netbeans.org/specs/sacc/sacc.html
and this old bug report: https://netbeans.org/bugzilla/show_bug.cgi?id=214486

Should I create a new issue on 
https://issues.apache.org/jira/projects/NETBEANS/issues ?

Regards,

Ernst


Re: Apply Code Changes

2019-04-23 Thread Geertjan Wielenga
Not going to look into this without a sequence of steps from scratch -- a
common basis, otherwise we're talking about different things. The steps
should describe you creating a new application, debugging, etc,  etc, with
the apply code changes step somewhere working/not working.

Gj

On Tue, Apr 23, 2019 at 12:29 PM Klaus Rheinwald  wrote:

> *Product Version:* Apache NetBeans IDE 11.0 (Build
> incubator-netbeans-release-404-on-20190319)
>
> *Java:* 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
>
> *Runtime:* OpenJDK Runtime Environment 11.0.2+9
>
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
>
> *User directory:* C:\Users\krheinwald\AppData\Roaming\NetBeans\11.0
>
> *Cache directory:* C:\Users\krheinwald\AppData\Local\NetBeans\Cache\11.0
>
>
>
> The project itself uses jdk1.8.0_212
>
>
>
> *From:* Geertjan Wielenga 
> *Sent:* Tuesday, April 23, 2019 11:19 AM
> *To:* Klaus Rheinwald 
> *Cc:* Marc Collin ; NetBeans Mailing List <
> users@netbeans.apache.org>
> *Subject:* Re: Apply Code Changes
>
>
>
> Need a bit more info. E.g., just tried on Mac OSX with the below and it
> worked fine -- also provide a step by step scenario we can all follows,
> otherwise we're all doing different things.
>
>
>
> *Product Version:* Apache NetBeans IDE 11.0 (Build
> incubator-netbeans-release-404-on-20190319)
>
> *Java:* 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12
>
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_191-b12
>
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)
>
> *User directory:* /Users/geertjanwielenga/Library/Application
> Support/NetBeans/11.0
>
> *Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/11.0
>
>
>
>
> Gj
>
>
>
> On Tue, Apr 23, 2019 at 12:08 PM Klaus Rheinwald  wrote:
>
> Same on NB11.
>
>
>
> *From:* Klaus Rheinwald 
> *Sent:* Tuesday, April 23, 2019 8:54 AM
> *To:* 'Marc Collin' ; 'NetBeans Mailing List' <
> users@netbeans.apache.org>
> *Subject:* RE: Apply Code Changes
>
>
>
> Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for
> the project.  After making and saving changes to the code with the debugged
> code stopped on a breakpoint, ‘Apply Changes’ stays disabled.
>
>
>
> In the meantime, I found this matching bug report:
> https://issues.apache.org/jira/browse/NETBEANS-1858?jql=text%20~%20%22apply%20code%20changes%22
>
>
>
>
>
> *From:* Marc Collin 
> *Sent:* Tuesday, April 23, 2019 3:20 AM
> *To:* Klaus Rheinwald ; NetBeans Mailing List <
> users@netbeans.apache.org>
> *Subject:* Ré : Apply Code Changes
>
>
>
> In DEBUG mode?
>
>
>
> Envoyé depuis mon BlackBerry - l'appareil mobile le plus sûr
>
> *De :* i...@paralog.net
>
> *Envoyé :* 22 avril 2019 06 h 56
>
> *À :* users@netbeans.apache.org
>
> *Objet :* Apply Code Changes
>
>
>
> Has this been disabled? This button is always disabled for me.
>
>
>
> Klaus
>
>
>
>


RE: Apply Code Changes

2019-04-23 Thread Klaus Rheinwald
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319) 

Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9 

Runtime: OpenJDK Runtime Environment 11.0.2+9 

System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb) 

User directory: C:\Users\krheinwald\AppData\Roaming\NetBeans\11.0 

Cache directory: C:\Users\krheinwald\AppData\Local\NetBeans\Cache\11.0 

 

The project itself uses jdk1.8.0_212

 

From: Geertjan Wielenga  
Sent: Tuesday, April 23, 2019 11:19 AM
To: Klaus Rheinwald 
Cc: Marc Collin ; NetBeans Mailing List 

Subject: Re: Apply Code Changes

 

Need a bit more info. E.g., just tried on Mac OSX with the below and it worked 
fine -- also provide a step by step scenario we can all follows, otherwise 
we're all doing different things.

 

Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319) 

Java: 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12 

Runtime: Java(TM) SE Runtime Environment 1.8.0_191-b12 

System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb) 

User directory: /Users/geertjanwielenga/Library/Application 
Support/NetBeans/11.0

Cache directory: /Users/geertjanwielenga/Library/Caches/NetBeans/11.0  

 

Gj

 

On Tue, Apr 23, 2019 at 12:08 PM Klaus Rheinwald mailto:i...@paralog.net> > wrote:

Same on NB11.

 

From: Klaus Rheinwald mailto:i...@paralog.net> > 
Sent: Tuesday, April 23, 2019 8:54 AM
To: 'Marc Collin' mailto:marccollin7...@gmail.com> 
>; 'NetBeans Mailing List' mailto:users@netbeans.apache.org> >
Subject: RE: Apply Code Changes

 

Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for the 
project.  After making and saving changes to the code with the debugged code 
stopped on a breakpoint, ‘Apply Changes’ stays disabled.

 

In the meantime, I found this matching bug report:  

 
https://issues.apache.org/jira/browse/NETBEANS-1858?jql=text%20~%20%22apply%20code%20changes%22

 

 

From: Marc Collin mailto:marccollin7...@gmail.com> > 
Sent: Tuesday, April 23, 2019 3:20 AM
To: Klaus Rheinwald mailto:i...@paralog.net> >; NetBeans 
Mailing List mailto:users@netbeans.apache.org> >
Subject: Ré : Apply Code Changes

 

In DEBUG mode?

 

Envoyé depuis mon BlackBerry - l'appareil mobile le plus sûr


De : i...@paralog.net  

Envoyé : 22 avril 2019 06 h 56

À : users@netbeans.apache.org  

Objet : Apply Code Changes

 

Has this been disabled? This button is always disabled for me.

 

Klaus

 



smime.p7s
Description: S/MIME cryptographic signature


Re: Apply Code Changes

2019-04-23 Thread Geertjan Wielenga
Need a bit more info. E.g., just tried on Mac OSX with the below and it
worked fine -- also provide a step by step scenario we can all follows,
otherwise we're all doing different things.

*Product Version:* Apache NetBeans IDE 11.0 (Build
incubator-netbeans-release-404-on-20190319)

*Java:* 1.8.0_191; Java HotSpot(TM) 64-Bit Server VM 25.191-b12

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_191-b12

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/11.0

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/11.0



Gj

On Tue, Apr 23, 2019 at 12:08 PM Klaus Rheinwald  wrote:

> Same on NB11.
>
>
>
> *From:* Klaus Rheinwald 
> *Sent:* Tuesday, April 23, 2019 8:54 AM
> *To:* 'Marc Collin' ; 'NetBeans Mailing List' <
> users@netbeans.apache.org>
> *Subject:* RE: Apply Code Changes
>
>
>
> Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for
> the project.  After making and saving changes to the code with the debugged
> code stopped on a breakpoint, ‘Apply Changes’ stays disabled.
>
>
>
> In the meantime, I found this matching bug report:
> https://issues.apache.org/jira/browse/NETBEANS-1858?jql=text%20~%20%22apply%20code%20changes%22
>
>
>
>
>
> *From:* Marc Collin 
> *Sent:* Tuesday, April 23, 2019 3:20 AM
> *To:* Klaus Rheinwald ; NetBeans Mailing List <
> users@netbeans.apache.org>
> *Subject:* Ré : Apply Code Changes
>
>
>
> In DEBUG mode?
>
>
>
> Envoyé depuis mon BlackBerry - l'appareil mobile le plus sûr
>
> *De :* i...@paralog.net
>
> *Envoyé :* 22 avril 2019 06 h 56
>
> *À :* users@netbeans.apache.org
>
> *Objet :* Apply Code Changes
>
>
>
> Has this been disabled? This button is always disabled for me.
>
>
>
> Klaus
>
>
>


RE: Apply Code Changes

2019-04-23 Thread Klaus Rheinwald
Same on NB11.

 

From: Klaus Rheinwald  
Sent: Tuesday, April 23, 2019 8:54 AM
To: 'Marc Collin' ; 'NetBeans Mailing List' 

Subject: RE: Apply Code Changes

 

Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for the 
project.  After making and saving changes to the code with the debugged code 
stopped on a breakpoint, ‘Apply Changes’ stays disabled.

 

In the meantime, I found this matching bug report:  

 
https://issues.apache.org/jira/browse/NETBEANS-1858?jql=text%20~%20%22apply%20code%20changes%22

 

 

From: Marc Collin mailto:marccollin7...@gmail.com> > 
Sent: Tuesday, April 23, 2019 3:20 AM
To: Klaus Rheinwald mailto:i...@paralog.net> >; NetBeans 
Mailing List mailto:users@netbeans.apache.org> >
Subject: Ré : Apply Code Changes

 

In DEBUG mode?

 

Envoyé depuis mon BlackBerry - l'appareil mobile le plus sûr


De : i...@paralog.net  

Envoyé : 22 avril 2019 06 h 56

À : users@netbeans.apache.org  

Objet : Apply Code Changes

 

Has this been disabled? This button is always disabled for me.

 

Klaus

 



smime.p7s
Description: S/MIME cryptographic signature


Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Ernst Vaarties

On 23-04-19 10:44, Neil C Smith wrote:

On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties 
 wrote:



That could be it, I'm using the package provided by Ubuntu and am seeing this 
entry in the update log:



Start-Date: 2019-04-17  08:42:38
Commandline: /usr/bin/unattended-upgrade
Upgrade: openjdk-11-jre-headless:amd64 (10.0.2+13-1ubuntu0.18.04.4, 
11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk:amd64 (10.0.2+13-1ubuntu0.18.04.4, 
11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jre:amd64 (10.0.2+13-1ubuntu0.18.04.4, > 
11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk-headless:amd64 
(10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3)
End-Date: 2019-04-17  08:42:54



Do you have a how-to for AdoptOpenJDK?



Not much to it.  I unzipped into a folder in /opt and edited the
jdkhome line in netbeans.conf to point at it.

Quoted your whole message for context - watch the reply address here -
we really should make it the same as dev@ and default to replying to
list?

Best wishes,

Neil

I've tried your approach succesfully and have NetBeans running again with 
OpenJDK 11 from AdoptOpenJDK. The one in Ubuntu must have some errors in it, 
they'll fix it eventually.

For me, this is an acceptable workaround.

Regards,

Ernst


Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Neil C Smith
On Tue, 23 Apr 2019 at 09:41, Ernst Vaarties  wrote:
>
> That could be it, I'm using the package provided by Ubuntu and am seeing this 
> entry in the update log:
>
> > Start-Date: 2019-04-17  08:42:38
> > Commandline: /usr/bin/unattended-upgrade
> > Upgrade: openjdk-11-jre-headless:amd64 (10.0.2+13-1ubuntu0.18.04.4, 
> > 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk:amd64 
> > (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3), 
> > openjdk-11-jre:amd64 (10.0.2+13-1ubuntu0.18.04.4, > 
> > 11.0.2+9-3ubuntu1~18.04.3), openjdk-11-jdk-headless:amd64 
> > (10.0.2+13-1ubuntu0.18.04.4, 11.0.2+9-3ubuntu1~18.04.3)
> > End-Date: 2019-04-17  08:42:54
>
> Do you have a how-to for AdoptOpenJDK?

Not much to it.  I unzipped into a folder in /opt and edited the
jdkhome line in netbeans.conf to point at it.

Quoted your whole message for context - watch the reply address here -
we really should make it the same as dev@ and default to replying to
list?

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Neil C Smith
On Tue, 23 Apr 2019 at 09:12, Ernst Vaarties  wrote:
> Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 
> installation and I have to revert to using NB 8.

In addition to what Geertjan said, what JDK are you using?  I've got
the same OS and no issue at the moment.  I'm currently using OpenJDK
11 from AdoptOpenJDK though.  I know the OpenJDK 11 package in Ubuntu
went from actually being 10 to really being 11 recently (lovely
nonsensical idea).

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Geertjan Wielenga
And if it's since last week (i.e, initially it worked and later not), maybe
remove the userdir and restart -- if that doesn't work, it's not related to
NetBeans but something in your operating system.

Gj

On Tue, Apr 23, 2019 at 11:25 AM Geertjan Wielenga 
wrote:

> Did you look for answers on-line, e.g.:
> https://github.com/netty/netty-tcnative/issues/111
>
> Gj
>
> On Tue, Apr 23, 2019 at 11:12 AM Ernst Vaarties 
> wrote:
>
>> Hello,
>>
>> Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04
>> installation and I have to revert to using NB 8.
>>
>> When I start on the CLI, the following error is shown:
>>
>> Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: 
>> Assertion `version->filename == NULL || ! _dl_name_match_p 
>> (version->filename, map)' failed!
>>
>> Regards,
>>
>> Ernst
>>
>


Re: [NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Geertjan Wielenga
Did you look for answers on-line, e.g.:
https://github.com/netty/netty-tcnative/issues/111

Gj

On Tue, Apr 23, 2019 at 11:12 AM Ernst Vaarties 
wrote:

> Hello,
>
> Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04
> installation and I have to revert to using NB 8.
>
> When I start on the CLI, the following error is shown:
>
> Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: 
> Assertion `version->filename == NULL || ! _dl_name_match_p 
> (version->filename, map)' failed!
>
> Regards,
>
> Ernst
>


[NB] On Ubuntu 18.04, NetBeans 10 or 11 won't start anymore

2019-04-23 Thread Ernst Vaarties
Hello,

Since last week, NB 10 or 11 aren't starting anymore on my Ubuntu 18.04 
installation and I have to revert to using NB 8.

When I start on the CLI, the following error is shown:

Inconsistency detected by http://ld.so : dl-lookup.c: 111: check_match: 
Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, 
map)' failed!


Regards,

Ernst


Re: javadoc for JavaFX in Netbeans 11

2019-04-23 Thread Luff,Chris
Strikethrough “remove”.

On 23 Apr 2019, at 08:21, Luff,Chris 
mailto:chris.l...@cerner.com.INVALID>> wrote:

Manually, I’m afraid! Locate the libraries (.m2 for maven) and remove add the 
appropriate classifier -javadoc.jar. NetBeans will pick it up right away.

javafx-media-11.0.2-javadoc ->javafx-media-11.0.2-mac-javadoc.jar for example.

On 14 Apr 2019, at 08:57, Helmut Leininger 
mailto:h.leinin...@gmx.at>> wrote:


Hi,

I am running Netbeans 11 on Windows 10,  openjdk-11, openjfx-12.

How do I get javadoc for JavaFX to work? Whatever I try, I get the error 
message  "Cannot perform Show Javadoc here".

Note:
Javadoc for openjdk is ok.

Regards
Helmut


CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.



Re: javadoc for JavaFX in Netbeans 11

2019-04-23 Thread Luff,Chris
Manually, I’m afraid! Locate the libraries (.m2 for maven) and remove add the 
appropriate classifier -javadoc.jar. NetBeans will pick it up right away.

javafx-media-11.0.2-javadoc ->javafx-media-11.0.2-mac-javadoc.jar for example.

On 14 Apr 2019, at 08:57, Helmut Leininger 
mailto:h.leinin...@gmx.at>> wrote:


Hi,

I am running Netbeans 11 on Windows 10,  openjdk-11, openjfx-12.

How do I get javadoc for JavaFX to work? Whatever I try, I get the error 
message  "Cannot perform Show Javadoc here".

Note:
Javadoc for openjdk is ok.

Regards
Helmut



CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.


Re: Built-in support of Tomcat TomEE

2019-04-23 Thread Luff,Chris
+1 on 11.0, but I have been successfully using Tomcat in NetBeans before and 
after donation up to today. Deploy, debug etc all work as expected.

On 22 Apr 2019, at 20:02, Geertjan Wielenga 
mailto:geert...@apache.org>> wrote:

I’d recommen only trying with Apache NetBeans 11.0 since there Java Web and EE 
are officially supported for the first time.

Gj


On Mon, 22 Apr 2019 at 21:43, DESMET, JO 
mailto:jd3...@att.com>> wrote:
I have been trying to test some of my applications using NetBeans 9, 10, or 11 
with TomEE 7 and 8.
So far it seems to even fail starting up (The process starts, but then starts 
spewing errors).
The server seems to be up, however the application did not deploy correctly , 
and it also seems like NetBeans does no see that the server is actually already 
up.

I could also not find any references to this issue.
Note that for NetBeans 9/10, I used the old NetBeans 8.2 plugins.

Before I do any further testing, or I go any deeper into this and start 
gathering logs and detailed environment,
I am just wondering if this can be confirmed that it is or should be working?

Thanks,
Jo.
-
To unsubscribe, e-mail: 
users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 
users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



CONFIDENTIALITY NOTICE This message and any included attachments are from 
Cerner Corporation and are intended only for the addressee. The information 
contained in this message is confidential and may constitute inside or 
non-public information under international, federal, or state securities laws. 
Unauthorized forwarding, printing, copying, distribution, or use of such 
information is strictly prohibited and may be unlawful. If you are not the 
addressee, please promptly delete this message and notify the sender of the 
delivery error by e-mail or you may call Cerner's corporate offices in Kansas 
City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in 
England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.


Re: Built-in support of Tomcat TomEE

2019-04-23 Thread Geertjan Wielenga
Great to hear. Which version of Tomcat are you using?

Gj

On Tue, Apr 23, 2019 at 10:17 AM Luff,Chris  wrote:

> +1 on 11.0, but I have been successfully using Tomcat in NetBeans before
> and after donation up to today. Deploy, debug etc all work as expected.
>
> On 22 Apr 2019, at 20:02, Geertjan Wielenga  wrote:
>
> I’d recommen only trying with Apache NetBeans 11.0 since there Java Web
> and EE are officially supported for the first time.
>
> Gj
>
>
> On Mon, 22 Apr 2019 at 21:43, DESMET, JO  wrote:
>
>> I have been trying to test some of my applications using NetBeans 9, 10,
>> or 11 with TomEE 7 and 8.
>> So far it seems to even fail starting up (The process starts, but then
>> starts spewing errors).
>> The server seems to be up, however the application did not deploy
>> correctly , and it also seems like NetBeans does no see that the server is
>> actually already up.
>>
>> I could also not find any references to this issue.
>> Note that for NetBeans 9/10, I used the old NetBeans 8.2 plugins.
>>
>> Before I do any further testing, or I go any deeper into this and start
>> gathering logs and detailed environment,
>> I am just wondering if this can be confirmed that it is or should be
>> working?
>>
>> Thanks,
>> Jo.
>> -
>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: users-h...@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>> 
>
>
>
>
> CONFIDENTIALITY NOTICE This message and any included attachments are from
> Cerner Corporation and are intended only for the addressee. The information
> contained in this message is confidential and may constitute inside or
> non-public information under international, federal, or state securities
> laws. Unauthorized forwarding, printing, copying, distribution, or use of
> such information is strictly prohibited and may be unlawful. If you are not
> the addressee, please promptly delete this message and notify the sender of
> the delivery error by e-mail or you may call Cerner's corporate offices in
> Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited,
> Registered in England no 2519305, Registered Office 37 North Wharf Road,
> London W2 1AF.
>


Re: Android Support for Apache Netbeans

2019-04-23 Thread arsi

Hi,

There is currently one problem and I don't know what to do with it..

NBANDROID has its own Gradle support and to have the whole project under 
control, I need to take control of the Root project.
Otherwise, I can't turn off the built-in Gradle support, or the one from 
Attila.

Therefore, another subproject type will not be detected correctly..

I was thinking about adding my own implementation of basic Java project, 
but more important things still need to be done.



ArSi

*From:* Buurmeijer, Milé 
*Sent:* Tuesday, April 23, 2019 8:41AM
*To:* Arsi , Users 
*Subject:* Re: Android Support for Apache Netbeans

Awesome! I have been looking for this for a long time. Now I can keep 
the app part of my projects in the same IDE, my favorit Netbeans IDE.







RE: Apply Code Changes

2019-04-23 Thread Klaus Rheinwald
Yes. Debugging a Java project in NB 10 under openJDK 11 using JDK 8 for the 
project.  After making and saving changes to the code with the debugged code 
stopped on a breakpoint, ‘Apply Changes’ stays disabled.

 

In the meantime, I found this matching bug report:  

 
https://issues.apache.org/jira/browse/NETBEANS-1858?jql=text%20~%20%22apply%20code%20changes%22

 

 

From: Marc Collin  
Sent: Tuesday, April 23, 2019 3:20 AM
To: Klaus Rheinwald ; NetBeans Mailing List 

Subject: Ré : Apply Code Changes

 

In DEBUG mode?

 

Envoyé depuis mon BlackBerry - l'appareil mobile le plus sûr


De : i...@paralog.net  

Envoyé : 22 avril 2019 06 h 56

À : users@netbeans.apache.org  

Objet : Apply Code Changes

 

Has this been disabled? This button is always disabled for me.

 

Klaus

 



smime.p7s
Description: S/MIME cryptographic signature