Re: [VOTE] 2nd voting candidate for NetBeans HTML/Java API version 1.7

2019-11-05 Thread Josh Juneau
+1 (binding)
- Verified checksums, signatures
- Built successfully
- mvn package successfully on OS X 10.13.6

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On Nov 4, 2019, at 12:11 AM, Jaroslav Tulach  
> wrote:
> 
> Hi.
> As my first attempt to accommodate the recent donation of various
> presenters by DukeHoff GmbH, and release 1.7 of Apache NetBeans HTML/Java
> API failed with a NOTICE file error and a bug in WebKitPresenterTest, I had
> to prepare new bits. Please find the source at
> 
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.7/
> 
> and the staged Maven artifacts at
> https://repository.apache.org/content/repositories/orgapachenetbeans-1052/
> 
> Please evaluate them again and cast your vote during next 72h. The process
> of evaluation is the same as last week.
> 
> What can you verify?
> 
> ## checksums, signatures, etc.
> 
> Obviously those should be correct.
> 
> ## if it builds
> 
> I used "mvn package -DskipTests" and I believe the compilation shall
> succeed on JDK8, JDK11, JDK13 (Eric reported problem building on JDK13, but
> it works for me).
> 
> ## if the tests pass
> 
> Use "mvn package". They may not - especially the newly donated modules are
> very sensitive to surrounding environment. Getting them run on all
> important platforms may take some time.
> 
> If you want to report your findings, then please include the version of
> operating system, version of JDK, version of the browser, etc. You may also
> want to run them individually. E.g. "mvn -f browser test" or "mvn -f webkit
> test".
> 
> I know that browser doesn't seem to run on Windows 8 with Internet Explorer
> (but it runs with Firefox instead). I know that webkit does run on Ubuntu
> 18.04 with proper libraries ("libwebkit") installed. But those libraries
> aren't present in Ubuntu 19.10 - there is "libwebkit2" and somebody would
> have to adjust the code to use the "libwebkit2" code. In short, there are
> many broken things in the browser and webkit modules - volunteers welcomed
> to make them run!
> 
> ## How to cast your vote?
> 
> I propose the goal of 1.7 release to be to compile and execute its tests
> (except browser and webkit modules) on all supported platforms. We should
> collect the test failures in browser and webkit modules and find some
> volunteers to fix them for some upcoming update release.


Re: Netbeans hangs in Mac since Netbeans 8.2 to now

2019-11-05 Thread Carl Mosca
Where can we get additional details?  Perhaps I missed something in the
post.

Regards,
Carl

On Tue, Nov 5, 2019 at 9:19 PM Peter Cheung  wrote:

> Hi All
>Netbeans hangs in Mac since Netbeans 8.2 to now.
> https://peter.quantr.hk/2019/11/netbeans-hangs-in-mac-since-netbeans-8-2-to-now/
> thanks
> Peter
>


-- 
Carl J. Mosca


Netbeans hangs in Mac since Netbeans 8.2 to now

2019-11-05 Thread Peter Cheung
Hi All
   Netbeans hangs in Mac since Netbeans 8.2 to now. 
https://peter.quantr.hk/2019/11/netbeans-hangs-in-mac-since-netbeans-8-2-to-now/
thanks
Peter


Re: jVi for Apache NetBeans

2019-11-05 Thread Ernie Rael

On 11/5/2019 11:48 AM, Antonio wrote:

Hi Ernie,

We have a brand new plugin portal at


OK. Going to netbeans.apache.org, click on plugins (top horizontal 
menu), that plugin page directs you  to the old plugins.netbeans.org.


I have never used maven. I suspect this is a steep learning curve. jVi 
won't be available from NB plugin manager until I can get the current 
jVi-update-center tagged with 11.2 in the old plugin portal. I assume my 
request for activating my old NB account shouldn't take more than a few 
days.


I'm currently using what I see is called a "router plugin". I would like 
to get off SourceForge. Any ides for where I can host jVi's nbm's and 
help files? (jvi.sourceforge.net is currently the help files) I'd also 
like to find somewhere else to host the jvi source, and I don't want to 
learn git.


What does the "prepare credentials" mean regarding google account? It's 
mentioned in the confluence ...PluginPortalUpdateCenter.


-ernie



http://netbeans-vm.apache.org/pluginportal/

The current procedure to contribute stuff is documented at

https://cwiki.apache.org/confluence/display/NETBEANS/How+to+get+plugin+on+Plugin+Portal+Update+Center 



This requires uploading stuff to Maven Central.

I was wondering if it could be possible to do that with jVi?

Kind regards,
Antonio



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

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





Re: [VOTE] 2nd voting candidate for NetBeans HTML/Java API version 1.7

2019-11-05 Thread Geertjan Wielenga
When I do "mvn package -DskipTests", I see:

[*INFO*] *BUILD SUCCESS*

[*INFO*]
**

[*INFO*] Total time: 36.209 s


When I do "mvn package", the tests hang here:

---

 T E S T S

---

Running org.netbeans.html.presenters.webkit.GtkJavaScriptTest

Configuring TestNG with: TestNG652Configurator

Environment:

$ java -version

openjdk version "13" 2019-09-17

OpenJDK Runtime Environment (build 13+33)

OpenJDK 64-Bit Server VM (build 13+33, mixed mode, sharing)

Gj







On Tue, Nov 5, 2019 at 4:37 AM Jan Lahoda  wrote:

> +1. I've checked a source file with SHA512 sum:
>
> 92d2283b10f6952cc070a1dcdd3a35c80f34f77cee1e8d72c5a957554fbfc62af28aca49c8fd173a3ebb6f8c8751dee768593b2202dbe23a1a1a5cd74b04c8c4
>
> Looked at:
> -checksum, key (see below)
> -rat - looks OK to me.
> -builds with
> mvn package -DskipTests
> -with:
> maven install tests fail with:
> Tests run: 160, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 27.101
> sec <<< FAILURE! - in TestSuite
>
> JSONTest.putPeopleUsesRightMethod(org.netbeans.html.presenters.browser.KOScript)
>  Time elapsed: 10.182 sec  <<< FAILURE!
> java.lang.InterruptedException: null
> at
>
> net.java.html.json.tests.JSONTest.putPeopleUsesRightMethod(JSONTest.java:366)
> at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown
> Source)
> at
>
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at
> org.netbeans.html.presenters.browser.KOScript.run(KOScript.java:83)
> but I am OK with that.
>
> I didn't check the convenience binaries.
>
> On the process side, I think there are two things to fix:
> -your (Jarda's) key should be here:
> https://www.apache.org/dist/netbeans/KEYS
> otherwise ordinary users will not be able to verify the signature (I used
> Jarda's key from Whimsy)
> This can be fixed together with moving the release to the final location.
> -next time, the vote e-mail should explicitly list the SHA512 sum of the
> release, otherwise it is not clear on which file the vote is taking place.
>
> Jan
>
>
> On Mon, Nov 4, 2019 at 7:11 AM Jaroslav Tulach 
> wrote:
>
> > Hi.
> > As my first attempt to accommodate the recent donation of various
> > presenters by DukeHoff GmbH, and release 1.7 of Apache NetBeans HTML/Java
> > API failed with a NOTICE file error and a bug in WebKitPresenterTest, I
> had
> > to prepare new bits. Please find the source at
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/netbeans/netbeans-html4j/netbeans-html4j-1.7/
> >
> > and the staged Maven artifacts at
> >
> https://repository.apache.org/content/repositories/orgapachenetbeans-1052/
> >
> > Please evaluate them again and cast your vote during next 72h. The
> process
> > of evaluation is the same as last week.
> >
> > What can you verify?
> >
> > ## checksums, signatures, etc.
> >
> > Obviously those should be correct.
> >
> > ## if it builds
> >
> > I used "mvn package -DskipTests" and I believe the compilation shall
> > succeed on JDK8, JDK11, JDK13 (Eric reported problem building on JDK13,
> but
> > it works for me).
> >
> > ## if the tests pass
> >
> > Use "mvn package". They may not - especially the newly donated modules
> are
> > very sensitive to surrounding environment. Getting them run on all
> > important platforms may take some time.
> >
> > If you want to report your findings, then please include the version of
> > operating system, version of JDK, version of the browser, etc. You may
> also
> > want to run them individually. E.g. "mvn -f browser test" or "mvn -f
> webkit
> > test".
> >
> > I know that browser doesn't seem to run on Windows 8 with Internet
> Explorer
> > (but it runs with Firefox instead). I know that webkit does run on Ubuntu
> > 18.04 with proper libraries ("libwebkit") installed. But those libraries
> > aren't present in Ubuntu 19.10 - there is "libwebkit2" and somebody would
> > have to adjust the code to use the "libwebkit2" code. In short, there are
> > many broken things in the browser and webkit modules - volunteers
> welcomed
> > to make them run!
> >
> > ## How to cast your vote?
> >
> > I propose the goal of 1.7 release to be to compile and execute its tests
> > (except browser and webkit modules) on all supported platforms. We should
> > collect the test failures in browser and webkit modules and find some
> > volunteers to fix them for some upcoming update release.
> >
>


Re: Re: nb-javac installation problem

2019-11-05 Thread Jean-Marc Borer
In my corporate environment, I have to face 3 major challenges when I need
to get access to the internet:
1) NTLM authentication
2) Self signed certificate
3) Black/white listing

Each time we need to figure out how to solve those issues.

For 1, we use cntlm which allows us to consistently be authenticated and
configure our tools to use this local proxy
Point 2 is often more challenging since our company uses a self signed
certificate. There are 2 options, install the certificate in the tools
trusted cert repo (cacert for Java) or let the tool ignore certification
issues (not a good idea)
Last but not least, point 3 is the most challenging since our proxy doesn’t
really block Jars and Nbms, but returns empty (0k) files, which often
result in really strange error messages when your are used to it. Here the
only solutions are to white list the URL (long and tedious internal
security process but the most sustainable) or manually install the files
downloaded from somewhere else.

Hope it helps

Cheers

Le mar. 5 nov. 2019 à 18:53, Eric Bresie  a écrit :

> This may be similar issue on nb-java I mentioned (and forgot to vote on
> :-) ) previously [1]
>
> As I may have similar corporate proxy setup it could be related.
>
> At the time, I was thinking it had to do with Java certificate
> authentication activity (i.e. proxy does the white list handling). A given
> site was unknown to the registered sites in the cert file. Does Netbeans
> use a global java cert file or a Netbeans specific cert file!
>
> I noticed with IntelliJ it gives a dialog to add a sites credentials to
> the IntelliJ certs with each new and unknown site cert. is something like
> that needed here?
>
> Or maybe some firewall restrictions (prevention of specific port/protocols
> - does hg have unique prototoc used here) is in play? Maybe an additional
> blurb somewhere on some firewall and / proxy configuration is is needed if
> it doesn’t exist someplace.
>
> [1]
> http://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3cCAHw6w1RBP0PHfD=kdyubzsprbrzxspk4na98_n79eh1ow8b...@mail.gmail.com%3e
> (
> http://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3cCAHw6w1RBP0PHfD=kdyubzsprbrzxspk4na98_n79eh1ow8b...@mail.gmail.com%3e
> )
>
> Eric Bresie
> ebre...@gmail.com
> > On November 5, 2019 at 10:21:57 AM CST, Geertjan Wielenga <
> geert...@apache.org> wrote:
> > I think the main question is what can we do to get you involved earlier
> --
> > i.e., check the releases before they are released, during the beta
> phases,
> > rather than afterwards?
> >
> > You could use NetBeans without nb-javac, which has downsides, but having
> > nb-javac also has downsides for you.
> >
> > You can also get nb-javac here:
> >
> > http://plugins.netbeans.org/plugin/73454/nb-javac-library
> >
> > Gj
> >
> >
> > On Tue, Nov 5, 2019 at 5:11 PM Jean-Marc Borer 
> wrote:
> >
> > > Hi guys,
> > >
> > > I am stuck behind a corporate web proxy that filters Jar and Nbm if
> they
> > > are not on a white list. Unfortunately, to white list something, it is
> a
> > > difficult and long process in our company. Fortunately,
> hg.netbeans.org is
> > > white listed. However NB tries first to download nb-javac from
> > > netbeans.osuosl.org which is not allowed and because NB gets an empty
> > > file,
> > > it just stops and doesn't try hg.netbeans.org.
> > >
> > > Where can I get either the NBMs (only jars can be found on the sites)
> to
> > > install manually or how can I tell NB to use first hg.netbeans.org and
> > > then only netbeans.osuosl.org?
> > >
> > > Meanwhile, I can't update nb-javac...
> > >
> > > I hope someone has a solution here.
> > >
> > > Cheers,
> > >
> > > JM Borer
> > >
>


Re: jVi for Apache NetBeans

2019-11-05 Thread Antonio

Hi Ernie,

We have a brand new plugin portal at

http://netbeans-vm.apache.org/pluginportal/

The current procedure to contribute stuff is documented at

https://cwiki.apache.org/confluence/display/NETBEANS/How+to+get+plugin+on+Plugin+Portal+Update+Center

This requires uploading stuff to Maven Central.

I was wondering if it could be possible to do that with jVi?

Kind regards,
Antonio

El 5/11/19 a las 18:57, Ernie Rael escribió:

Hey Antonio,
Good to hear from you.

On 11/4/2019 10:48 AM, Antonio wrote:



El 4/11/19 a las 19:25, Ernie Rael escribió:


I haven't used jVi or NB for several years. I suspect simply getting 
jVi into the new plugin portal will require more than a little support.


Your wish is my command! We'd love to see full jVi support back in 
Apache NetBeans. How can we help?


My bad. Looks like plugins.netbeans.org is still active. I requested 
reinstatement of my login permission. When that happens I'll be able to 
re-upload the same old .nbm and mark it for 11.2 (same bits for over 7 
years). That nbm is trivial. It just installs an update center. 
Unfortunately the update center files it points to reside on 
Sourceforge, and I've heard that there are reliability/availability 
problems.


Since a user manually installed the update center, downloaded jVi and 
got jVi running, that should be the end of it for now, except for having 
to re-upload the identical bits of this tiny module every time there is 
a new release of NB. Are there plans for a new plugin portal?


-ernie

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

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





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

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





RE: [ANNOUNCE] Apache NetBeans 11.2 released

2019-11-05 Thread peter
This is great and it works fast. Great Job!

Question: In the terminal, like when I use Git in a Bash window terminal 
(outside netbeans), autocomplete doesn't work when you click "tab" to finish a 
word path or file name/folder.

Is there a setting I need to do in Netbeans to make that work?

Thank you,


Peter Borreggine
Owner and Developer
Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO
WebParity.net
A Service Connected Disabled Veteran Owned Business
WA State License: 603-501-609
360-830-8926 C

“Lead, Follow or Get Out of the Way…”
- Lee Iacocca, former head of Chrysler and Ford

This email message is for the sole use of the intended recipient(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient, please contact the sender and destroy all copies of the original 
message and its attachments. Any unauthorized review, use, disclosure, or 
distribution is prohibited.

-Original Message-
From: Neil C Smith  
Sent: Friday, November 1, 2019 6:06 AM
To: dev ; annou...@netbeans.apache.org; NetBeans 
Mailing List ; NetCAT team 
; annou...@apache.org
Subject: [ANNOUNCE] Apache NetBeans 11.2 released

The Apache NetBeans team is pleased to announce the release of Apache NetBeans 
11.2. Apache NetBeans is a full IDE for Java SE, Java EE, PHP and JavaScript 
development with some Groovy language support.

Apache NetBeans 11.2 is the second Apache NetBeans release outside the Apache 
Incubator and the second release of the new quarterly release cycle.  The LTS 
release of the Apache NetBeans 11 cycle is Apache NetBeans 11.0. The 11.2 
release has not been as heavily tested as the LTS release. Use 11.2 to access 
the latest features and to provide feedback for the next LTS release, scheduled 
for April 2020.

New & noteworthy features of the 11.2 release:

https://netbeans.apache.org/download/nb112/index.html

Downloads:

https://netbeans.apache.org/download/nb112/nb112.html

Feel free to share the good news!

Thanks everyone, and best wishes,

Neil C Smith
Volunteer Release Manager for Apache NetBeans 11.2 on behalf of Apache NetBeans 
PMC

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

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


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

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





Re: Files view not showing all files

2019-11-05 Thread Neil C Smith
On Tue, 5 Nov 2019 at 19:02, Laszlo Kishalmi  wrote:
>
> The reporter is more specific on that. Gradle build as an external
> process creates/deletes some part of the project build dir. Those
> changes are not immediately took up by the IDE in the files (and
> favorites as well).
>

They are here!  At least I'm pretty sure it works with the Gradle
projects to hand, hence the query.  eg. would you expect the website
project to be affected by this problem?  I've watched that enough
times! :-)

Best wishes,

Neil

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

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





Re: Files view not showing all files

2019-11-05 Thread Laszlo Kishalmi
The reporter is more specific on that. Gradle build as an external 
process creates/deletes some part of the project build dir. Those 
changes are not immediately took up by the IDE in the files (and 
favorites as well).


Yes I experience that.

On 11/5/19 10:02 AM, Neil C Smith wrote:

On Tue, 5 Nov 2019 at 16:51, Laszlo Kishalmi  wrote:

Why I'm so sure is that, I'm experiencing this since NetBeans 8.1 using
it under Linux.

So you don't see externally created / deleted files show up
immediately in the Files tab?

Neil

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

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





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

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





travis build help..

2019-11-05 Thread Brad Walker
My build error out in doing the Travis build..

https://travis-ci.org/apache/netbeans/builds/607778197?utm_source=github_status_medium=notification

I think this looks like an infrastructure issue.. But, I'm unsure..

Can someone take a look and let me know..

Thanks.

-brad w.


Re: Files view not showing all files

2019-11-05 Thread Neil C Smith
On Tue, 5 Nov 2019 at 16:51, Laszlo Kishalmi  wrote:
> Why I'm so sure is that, I'm experiencing this since NetBeans 8.1 using
> it under Linux.

So you don't see externally created / deleted files show up
immediately in the Files tab?

Neil

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

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





Re: Re: nb-javac installation problem

2019-11-05 Thread Eric Bresie
This may be similar issue on nb-java I mentioned (and forgot to vote on :-) ) 
previously [1]

As I may have similar corporate proxy setup it could be related.

At the time, I was thinking it had to do with Java certificate authentication 
activity (i.e. proxy does the white list handling). A given site was unknown to 
the registered sites in the cert file. Does Netbeans use a global java cert 
file or a Netbeans specific cert file!

I noticed with IntelliJ it gives a dialog to add a sites credentials to the 
IntelliJ certs with each new and unknown site cert. is something like that 
needed here?

Or maybe some firewall restrictions (prevention of specific port/protocols - 
does hg have unique prototoc used here) is in play? Maybe an additional blurb 
somewhere on some firewall and / proxy configuration is is needed if it doesn’t 
exist someplace.

[1] 
http://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3cCAHw6w1RBP0PHfD=kdyubzsprbrzxspk4na98_n79eh1ow8b...@mail.gmail.com%3e
 
(http://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3cCAHw6w1RBP0PHfD=kdyubzsprbrzxspk4na98_n79eh1ow8b...@mail.gmail.com%3e)

Eric Bresie
ebre...@gmail.com
> On November 5, 2019 at 10:21:57 AM CST, Geertjan Wielenga 
>  wrote:
> I think the main question is what can we do to get you involved earlier --
> i.e., check the releases before they are released, during the beta phases,
> rather than afterwards?
>
> You could use NetBeans without nb-javac, which has downsides, but having
> nb-javac also has downsides for you.
>
> You can also get nb-javac here:
>
> http://plugins.netbeans.org/plugin/73454/nb-javac-library
>
> Gj
>
>
> On Tue, Nov 5, 2019 at 5:11 PM Jean-Marc Borer  wrote:
>
> > Hi guys,
> >
> > I am stuck behind a corporate web proxy that filters Jar and Nbm if they
> > are not on a white list. Unfortunately, to white list something, it is a
> > difficult and long process in our company. Fortunately, hg.netbeans.org is
> > white listed. However NB tries first to download nb-javac from
> > netbeans.osuosl.org which is not allowed and because NB gets an empty
> > file,
> > it just stops and doesn't try hg.netbeans.org.
> >
> > Where can I get either the NBMs (only jars can be found on the sites) to
> > install manually or how can I tell NB to use first hg.netbeans.org and
> > then only netbeans.osuosl.org?
> >
> > Meanwhile, I can't update nb-javac...
> >
> > I hope someone has a solution here.
> >
> > Cheers,
> >
> > JM Borer
> >


Add an issue description template

2019-11-05 Thread John Neffenger
I notice that many new issues are created by copying and pasting the 
entire UI Log or IDE Log (or both) from a NetBeans View Data error 
report into the issue description field. The Jira formatting makes it 
difficult to find the error and stack trace, and the large amount of 
text, often interpreted as Jira notation, causes my browser to hang when 
editing it.


For example, I managed to move the log files to Attachments and the Docs 
Text to Description in the following issue, but it wasn't easy, and this 
was on a powerful workstation with the latest Firefox.


NETBEANS-3340: Code Completion/Insertion Stops Working. Internal 
Exception Thrown

https://issues.apache.org/jira/browse/NETBEANS-3340

I have three questions:

(1) Could we add some template text to the Create Issue Description 
field asking people to add the UI Log and IDE Log as attachments, 
preferably with a ".txt" file extension so that they open right in the 
browser?


(2) As a longer-term solution, may I open an Improvement Issue to add a 
Save button to the NetBeans View Data report that will save the UI Log 
and IDE Log as text files for attaching later instead of asking people 
to copy and paste them? See the current text below. [*]


(3) It appears that these exception reports are logged automatically 
somewhere. Where on the Internet are all these exceptions being 
recorded? If we already have them, we don't need the Jira issue.


Thanks,
John

--
[*] Report Problem text:

You have found a bug in the application!

Please help Apache NetBeans by reporting this problem to our bug 
tracking system. Click View Data button, copy the exception and submit 
it together with detailed information about what you were trying to 
achieve before the problem occurred in JIRA.


Thank you for helping us make Apache NetBeans better!

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

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





Re: Files view not showing all files

2019-11-05 Thread Laszlo Kishalmi
Why I'm so sure is that, I'm experiencing this since NetBeans 8.1 using 
it under Linux. As the workaround was pretty convenient I did not pay 
too much attention figuring out the details.


The corresponding code is here: 
https://github.com/apache/netbeans/blob/fb38c4ec8b578efd70fc84d81fcff8a16b495deb/groovy/gradle/src/org/netbeans/modules/gradle/execute/AbstractGradleExecutor.java#L149


Maybe just running a FileObject.refresh(true) on the project directory 
would be better or refresh(false)?


So this one cold be an easy fix if someone has the patience to test it out.

On 11/5/19 2:57 AM, Neil C Smith wrote:

On Mon, 4 Nov 2019 at 18:34, Laszlo Kishalmi  wrote:

It is definitely not NIO2 related.

OK.  Why so sure?  Problem doesn't happen on Linux.  And Scott
suggested didn't happen with 11.1, although be good to confirm that.

Best wishes,

Neil

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

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





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

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





Re: nb-javac installation problem

2019-11-05 Thread Neil C Smith
On Tue, 5 Nov 2019 at 16:38, Jean-Marc Borer  wrote:
> @Neil, I was not aware about the issue. So if I understand, we shall
> disable/uninstall nb-javac until the issue is solved?

Not necessarily.  If you disable that third-party libraries update
centre, the old nb-javac is still in the plugin portal.  I think that
doesn't have the issue, although I'm currently running without
nb-javac installed.

Best wishes,

Neil

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

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





Re: nb-javac installation problem

2019-11-05 Thread Jean-Marc Borer
@Geertjan Wielenga  , Thanx I could install it and
sure I started the whitelisting process
@Neil, I was not aware about the issue. So if I understand, we shall
disable/uninstall nb-javac until the issue is solved?

On Tue, Nov 5, 2019 at 4:31 PM Neil C Smith  wrote:

> On Tue, 5 Nov 2019 at 16:11, Jean-Marc Borer  wrote:
> > Meanwhile, I can't update nb-javac...
>
> That may not be a bad thing until
> https://github.com/apache/netbeans/pull/1604 somehow makes its way
> into an update.  I'm currently running with Third Party Libraries
> disabled in Tools/Plugins/Settings.
>
> Best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: nb-javac installation problem

2019-11-05 Thread Neil C Smith
On Tue, 5 Nov 2019 at 16:11, Jean-Marc Borer  wrote:
> Meanwhile, I can't update nb-javac...

That may not be a bad thing until
https://github.com/apache/netbeans/pull/1604 somehow makes its way
into an update.  I'm currently running with Third Party Libraries
disabled in Tools/Plugins/Settings.

Best wishes,

Neil

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

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





Re: nb-javac installation problem

2019-11-05 Thread Geertjan Wielenga
I think the main question is what can we do to get you involved earlier --
i.e., check the releases before they are released, during the beta phases,
rather than afterwards?

You could use NetBeans without nb-javac, which has downsides, but having
nb-javac also has downsides for you.

You can also get nb-javac here:

http://plugins.netbeans.org/plugin/73454/nb-javac-library

Gj


On Tue, Nov 5, 2019 at 5:11 PM Jean-Marc Borer  wrote:

> Hi guys,
>
> I am stuck behind a corporate web proxy that filters Jar and Nbm if they
> are not on a white list. Unfortunately, to white list something, it is a
> difficult and long process in our company. Fortunately, hg.netbeans.org is
> white listed. However NB tries first to download nb-javac from
> netbeans.osuosl.org which is not allowed and because NB gets an empty
> file,
> it just stops and doesn't try  hg.netbeans.org.
>
> Where can I get either the NBMs (only jars can be found on the sites) to
> install manually or how can I tell NB to use first  hg.netbeans.org and
> then only  netbeans.osuosl.org?
>
> Meanwhile, I can't update nb-javac...
>
> I hope someone has a solution here.
>
> Cheers,
>
> JM Borer
>


Editing issues in HTML, JS, PHP files

2019-11-05 Thread Geertjan Wielenga
Hi all,

In 11.2 there appear to be several issues relating to the editing of
various web-related files:

https://issues.apache.org/jira/browse/NETBEANS-3335

Does anyone have an opinion or clues what might be going on?

Thanks,

Gj


Re: Building netbeans depends on gitbox.apache.org

2019-11-05 Thread Neil C Smith
On Tue, 5 Nov 2019 at 08:50, Eric Barboni  wrote:
>  Maybe we should add the metajson to the nb folder in the source next 
> release. And have a try first local then distant to get the json.

+1, although that wouldn't help with git checkouts.

Was there a reason this uses skipexisting=false ?  Would be good to
just download once until cleaned?

Best wishes,

Neil

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

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





Re: Files view not showing all files

2019-11-05 Thread Neil C Smith
On Mon, 4 Nov 2019 at 18:34, Laszlo Kishalmi  wrote:
>
> It is definitely not NIO2 related.

OK.  Why so sure?  Problem doesn't happen on Linux.  And Scott
suggested didn't happen with 11.1, although be good to confirm that.

Best wishes,

Neil

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

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





RE: Building netbeans depends on gitbox.apache.org

2019-11-05 Thread Eric Barboni
Hi,
 Maybe we should add the metajson to the nb folder in the source next release. 
And have a try first local then distant to get the json.

 Sorry this download fail  just because it's a json file ? There is no issues 
with binaries download ?

Best Regards
Eric
-Message d'origine-
De : Neil C Smith  
Envoyé : mardi 5 novembre 2019 08:53
À : dev 
Objet : Re: Building netbeans depends on gitbox.apache.org

On Tue, 5 Nov 2019, 04:32 Jaroslav Tulach, 
wrote:

> Fallback to some cached
> version would be a solution as well.
>

It should be possible to achieve this manually in the interim if you set the 
metabuild.jsonurl property. I asked Eric to add this for release testing.
https://github.com/apache/netbeans/commit/08bd46eae4bbc708dab986baa3ff0c213e476b12

Best wishes,

Neil

>


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

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