Re: Questions related to the use of Netbeans

2019-04-17 Thread Geertjan Wielenga
:51, Geertjan Wielenga wrote: > > > On Wed, 17 Apr 2019 at 14:55, wrote: > >> On 4/17/19 10:57 AM, Geertjan Wielenga wrote: >> >> Can a few more people respond to this thread, please >> On Tue, Apr 16, 2019 at 7:31 AM Ko Turk > <mailto:ko.t...@hotm

Re: Questions related to the use of Netbeans

2019-04-17 Thread Geertjan Wielenga
On Wed, 17 Apr 2019 at 14:55, wrote: > On 4/17/19 10:57 AM, Geertjan Wielenga wrote: > > Can a few more people respond to this thread, please > On Tue, Apr 16, 2019 at 7:31 AM Ko Turk <mailto:ko.t...@hotmail.com>> wrote: > > Hi Netbeans Users,

Re: NB 11 crashes on Mac

2019-04-17 Thread Geertjan Wielenga
-LTS; Oracle Corporation > Runtime = Java(TM) SE Runtime Environment 11.0.1+13-LTS > Java Home = > /Library/Java/JavaVirtualMachines/jdk-11.0.1.jdk/Contents/Home > System Locale; Encoding = en_US (nb); UTF-8 > Home Directory = /Users/thwolf &g

Re: Questions related to the use of Netbeans

2019-04-17 Thread Geertjan Wielenga
4.Why should the whole world use this IDE? > > It a cool ide that is nice to use without being to complicate to start > using. > > 5. First IDE that you ever used? And why? > > Java bluej, free and school recommendation. > > > > > > *De:* Geertjan Wielen

Re: Questions related to the use of Netbeans

2019-04-17 Thread Geertjan Wielenga
l/1167 > > 3. C/C++ integration, but that's coming, part of a next donation. > > 4. It's simply the best in terms of comprehensiveness and breadth of > features. > > 5. Eclipse, mandated by my employer, then switched to NetBeans. > > Thanks! > > Walt > &

Re: NB 11 crashes on Mac

2019-04-17 Thread Geertjan Wielenga
You’re always going to find NetBeans messages and log files in the user directory. Gj On Wed, 17 Apr 2019 at 11:47, Thomas Wolf wrote: > Thanks Josh for your environment. Here's mine (should have included that > with my initial post): > Build incubator-netbeans-release-404-on-20190319) > Java

Re: Netbeans 8.0 update fails.

2019-04-17 Thread Geertjan Wielenga
Yes, install 11.0 from scratch. No, this cannot be done automatically in any way at all. Gj On Wed, 17 Apr 2019 at 09:42, Yuval Schwartz wrote: > Hello, > > I'm using Netbeans 8.0 for windows 10. > > I get a message that there are "50 updates found". > > When I click "click here to make your ID

Re: Questions related to the use of Netbeans

2019-04-16 Thread Geertjan Wielenga
1. Darcula: http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans 2. JEP 330, i.e., support for single-file source code programs: https://github.com/apache/incubator-netbeans/pull/1171 3. The sense of ownership right across the developer and user communities of NetBeans. 4. Because t

Re: [java][weblogic]

2019-04-15 Thread Geertjan Wielenga
/indexing/SuperOnePassCompileWorkerTest.java > modified: > > java/spi.java.hints/test/unit/src/org/netbeans/spi/java/hints/matching/CopyFinderTest.java > > > On Fri, Apr 12, 2019 at 8:51 AM Ben Erridge wrote: > >> Thanks, I'll check it out. >> >> On Fri

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
ecause you've said this could be interesting. > > But I made a project with these files, see > > https://github.com/fedd/mavenwithnpm > > > On 15.04.2019 17:23, Geertjan Wielenga wrote: > > Sorry, this is no way to work together on this. Put an app with this > structu

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
> > npm run bundle (compile) > > exec > > generate-resources > > npm > >

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
project root and then "Properties") > and see that in JavaScript Category there are three items, "npm", "Bower" > and some other. "npm" is what I was missing. Now it's there again. Thank > you the developers! =) > > fedd > On 15.04

Re: How do I activate the Javascript Libraries in the Java Maven Project properties

2019-04-15 Thread Geertjan Wielenga
It is hard to know what your project looks like or contains. But however you have opened it, you’ll see all its content in the Files window. If you can put a project that looks like this (or ideally is) this project on GitHub so that we can look at it, that will help. Gj On Mon, 15 Apr 2019 at 03

Re: Netbeans 11 and Gradle broken builds

2019-04-14 Thread Geertjan Wielenga
I'd be happy to help, but can't until/unless you provide a way for the problem to be reproduced. Gj On Sun, Apr 14, 2019 at 11:25 AM Ty Young wrote: > Nothing on this? I still can't get it to compile. I tried to build in > IDEA and it spit out this very weird error about Optional.isEmpty()Z: >

Re: NB 8.2 Freezing

2019-04-12 Thread Geertjan Wielenga
Just go to netbeans.apache.org, install the latest version, Apache NetBeans 11.0, see if the problem can be reproduced, if so, create an issue, provide step by step instructions for how to reproduce this exactly. Thanks, Gj On Fri, Apr 12, 2019 at 2:50 PM Ed Sowell wrote: > I’ve been using NB

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread Geertjan Wielenga
. > > On 2019/04/12 12:29:07, Geertjan Wielenga wrote: > > public class NewClass { > > public static void main(String[] args) { > > var test="I believe I can fly"; > > } > > } > > > > I'm assuming you're do

Re: [java][weblogic]

2019-04-12 Thread Geertjan Wielenga
bute to coding and testing. Let me know > when you get a chance to resolve the license issue. I will try to take a > moment to look through the code. > > On Fri, Apr 12, 2019 at 1:26 AM Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> The code

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread Geertjan Wielenga
e/NetBeansProjects/mavenproject1/src/main/webapp:/home/username/NetBeansProjects/mavenproject1/src/main/resources > is set to: 11, java.util.zip.CRC32C cannot be found on the system module > path: > Changing source level to 1.8 > WARNING [null]: Last record repeated again. >

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread Geertjan Wielenga
"var" declarations were introduced in JDK 10. https://www.youtube.com/watch?v=GB1tY_qrLrU Hope it helps, Gj On Fri, Apr 12, 2019 at 11:00 AM John Nashorn wrote: > Hi All, > I'm currently using convenience binaries of NetBeans 11.0-vc4 on Windows > 10 (64 bit system), running with OpenJDK-12

Re: Migrating from NetBeans 8.2 to Apache NetBeans 11

2019-04-11 Thread Geertjan Wielenga
Only C/C++ is still missing, all other features are part of Apache NetBeans 11: https://blogs.apache.org/netbeans/entry/announce-apache-netbeans-incubating-11 Gj On Fri, Apr 12, 2019 at 4:18 AM Yu Franklin wrote: > Hi everyone, > > I would like to know whether Apache NetBeans 11 can totally re

Re: [java][weblogic]

2019-04-11 Thread Geertjan Wielenga
The code for the WebLogic support is here: https://github.com/apache/incubator-netbeans/tree/master/enterprise/j2ee.weblogic9 I am not 100% sure of the status of that part of Apache NetBeans, probably there are licensing issues, i.e., probably not everything was donated or cannot be released, we'

Fwd: [RESULT] [VOTE] Recommend 'Apache NetBeans graduation to Top Level Project' resolution to board

2019-04-11 Thread Geertjan Wielenga
message - From: Geertjan Wielenga Date: Thu, Apr 11, 2019 at 1:18 PM Subject: [RESULT] [VOTE] Recommend 'Apache NetBeans graduation to Top Level Project' resolution to board To: Hi all, Many thanks for the enthusiasm and encouragement -- the vote thread[1] has been open for 72 hou

Re: NB11 PHP & Gradle clashing?

2019-04-10 Thread Geertjan Wielenga
Then with a fresh user directory. Gj On Wed, 10 Apr 2019 at 15:44, Jake Ochs wrote: > Did that. Several times. No difference. 🙁 > -- > *From:* Geertjan Wielenga > *Sent:* Tuesday, April 9, 2019 10:40 PM > > *To:* Jake Ochs > *Cc:* user

Re: Change Apache Netbeans 9,10 or 11 Language to PT_BR (Brazilian Portuguese)

2019-04-09 Thread Geertjan Wielenga
That currently is not supported yet, the translation bundles have been donated but not integrated yet, though work is being done on that already. Thanks, Gj On Wed, Apr 10, 2019 at 6:08 AM Daniel Teodoro < danielteodoroparticu...@gmail.com> wrote: > Hi, I'm Daniel and I live in Brazil. > I'm a

Re: NB11 PHP & Gradle clashing?

2019-04-09 Thread Geertjan Wielenga
w Geertjan's > suggestion but you can also activate it in Plugins>Installed or in Options > by opening the PHP "tab" > > > Best regards, > > John > > > > > > > > On Tue, 9 Apr 2019 at 13:15, Jake Ochs wrote: > > Reimport an existing pro

Re: NB 11 - Finding Feature error

2019-04-09 Thread Geertjan Wielenga
ck ;-) > > > > *From:* Geertjan Wielenga > *Sent:* Tuesday, 09 April, 2019 15:36 > *To:* Lister Jonathan > *Cc:* users@netbeans.apache.org > *Subject:* Re: NB 11 - Finding Feature error > > > > Create a new Java project to enable Java, i.e., go to the New Project >

Re: [PLATFORM] API (Documentation) Updates

2019-04-09 Thread Geertjan Wielenga
https://bits.netbeans.org/dev/javadoc/apichanges.html https://bits.netbeans.org/10.0/javadoc/apichanges.html https://bits.netbeans.org/9.0/javadoc/apichanges.html Gj On Tue, Apr 9, 2019 at 4:46 PM Patrik Karlström wrote: > I'm really happy to see the maven artifacts for NB10 & NB11, > but co

Re: NB 11 - Finding Feature error

2019-04-09 Thread Geertjan Wielenga
Create a new Java project to enable Java, i.e., go to the New Project dialog and create a new Java SE project, which will enable things. Otherwise, go to the Plugin Manager and install nb-javac as well as Oracle JS Parser. Gj On Tue, Apr 9, 2019 at 4:20 PM Lister Jonathan wrote: > Downloaded t

Re:

2019-04-08 Thread Geertjan Wielenga
Not yet, coming back though. Gj On Tue, 9 Apr 2019 at 07:54, Simone Padovan wrote: > This post is about Netbeans 8, in Netbeans 11 there is no possibility to > create a Wildfly Server anymore... > > Il giorno lun 8 apr 2019 alle ore 17:01 Louis Collet < > louis.col...@skynet.be> ha scritto: > >

Re: NB11 PHP & Gradle clashing?

2019-04-08 Thread Geertjan Wielenga
In the New Project dialog, create a new PHP project to enable PHP features. Gj On Tue, 9 Apr 2019 at 00:20, Jake Ochs wrote: > I think the integrated gradle support is trashing my existing PHP > project’s settings. I have a fairly complex project that is in PHP, but > (due to corporate standard

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Geertjan Wielenga
I mean close NetBeans, then restart it, then go to the Plugin Manager for those plugins. Gj On Sun, 7 Apr 2019 at 08:34, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Still having this problem? Close NetBeans and look for Oracle JS Parser in > the Plugin Manager an

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-07 Thread Geertjan Wielenga
Still having this problem? Close NetBeans and look for Oracle JS Parser in the Plugin Manager and install it, same for nb-javac library. Gj On Sat, 6 Apr 2019 at 23:33, Richard Grin wrote: > Options Window: Test Connection is OK. No Proxy. > > Richard > Le 06/04/2019 à 21:

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Geertjan Wielenga
Are you sure your NetBeans has access to on-line, no problems with proxies, check the Options window? Gj On Sat, Apr 6, 2019 at 8:55 PM Richard Grin wrote: > Hi Josh, > > I have just tried to run Apache NetBeans under 1.8.0_172; Java HotSpot(TM) > 64-Bit Server VM 25.172-b11 and I have the same

Re: Problems with NetBeans 11 creating Web applications for Java EE 8

2019-04-06 Thread Geertjan Wielenga
"Explicit support of Java EE 8 is not currently part of Apache NetBeans 11.0. Also, JavaEE 8 only runs on JDK 8, not on later releases, and so if you 're doing development with JavaEE 8 it’s best to run NetBeans itself on JDK 8." From: https://netbeans.apache.org/download/nb110/index.html Gj On

Re: Project src files not reflecting current git status

2019-04-04 Thread Geertjan Wielenga
If you restart NetBeans and then notice your problem is gone, at least your problem is gone, plus we'll know that it is a refresh problem with NetBeans. Gj On Thu, Apr 4, 2019 at 1:29 PM Nikki Novak wrote: > https://gyazo.com/acf658d6e63a000f11429540d9564169 >

Re: Any solutions to the "Background scanning of projects..." hanging issue?

2019-04-03 Thread Geertjan Wielenga
dn’t add the .h file and it’s > fine. The project works fine without it, I only included it since it has > some definitions in it I was always looking up.I suspect there are > references in it that NB couldn’t > resolve. > > Thanks for the tips. > > > On Apr 3, 2019, at 1:5

Re: Any solutions to the "Background scanning of projects..." hanging issue?

2019-04-03 Thread Geertjan Wielenga
erything suggested, increasing the heap size, Mark & Sweep GC, > etc. It’s been stuck on 29% for three hours now. > > I’m developing in C for a Pi Zero. I have a half dozen projects, each with > a single C file in them. There’s no way this should be occurring. > > On Apr 3, 2019,

Re: Any solutions to the "Background scanning of projects..." hanging issue?

2019-04-03 Thread Geertjan Wielenga
Here are two items to look into to help understand where the problem is in your particular case: http://wiki.netbeans.org/FaqSlowNetBeans http://wiki.netbeans.org/FaqScanningAndIndexingIssues Gj On Wed, Apr 3, 2019 at 2:31 PM Thomas Maszerowski wrote: > I know I’m not the only one to see this

Re: java (kotlin) Problems with JRebel when upgrading from NBP 8 to NBP 10

2019-04-02 Thread Geertjan Wielenga
Are you using the same JDK, same operating system, same environment in both scenarios? Gj On Tue, Apr 2, 2019 at 6:48 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Is there a simple scenario you can describe from scratch so that others > can try to reproduce

Re: java (kotlin) Problems with JRebel when upgrading from NBP 8 to NBP 10

2019-04-02 Thread Geertjan Wielenga
Is there a simple scenario you can describe from scratch so that others can try to reproduce the problem? Gj On Tue, Apr 2, 2019 at 12:54 PM Johan Ånäs wrote: > Hi, > > > > We have been building a project on top of the NetBeans 8 platform for a > while. I have been using JRebel for reloading cl

Status of Apache NetBeans 11.0

2019-04-01 Thread Geertjan Wielenga
Hi all, According to our roadmap[1], we're releasing Apache NetBeans 11.0 in support of JDK 12, the integration of the 'enterprise' cluster, and the introduction of out-of-the-box Gradle support in March. However, the voting process took a bit longer than anticipated and more discussion was neede

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-31 Thread Geertjan Wielenga
dialog hung at > the "finding feature" screen. I'll attach a screenshot. > > Thanks, > > Phil > > On Fri, Mar 29, 2019 at 10:15 AM Geertjan Wielenga > wrote: > >> Well, by "anything" here, I mean, do not enable Java or Java EE support >>

Re: Changes in Netbeans bug reporting

2019-03-29 Thread Geertjan Wielenga
There are many parts of NetBeans that have not fully transitioned to Apache yet, this is one of them. You can be involved and contribute, e.g., to the transition of the documentation. Will you do it, will you be involved? In the case of issues, until there is a different solution, they can be man

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
ablement of the basic features, which is integrated into the process of creating new applications. Hope this helps, Gj On Fri, Mar 29, 2019 at 3:09 PM John Lavelle wrote: > > > > *On Fri, Mar 29, 2019 at 1:54 PM Geertjan Wielenga > > > wrote:* > >> *And, please,

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
Opened your project without a problem after doing the above. It looks pretty cool in NetBeans. :-) Gj On Fri, Mar 29, 2019 at 1:58 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Most likely the missing keymaps are also related to you simply not having > the Java

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
t sense in your case, however it does mean that you're not being given the opportunity (other than the obscure message about JavaFX) to enable the features you need. Gj On Fri, Mar 29, 2019 at 1:54 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > And, please, in all

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
And, please, in all these things, do not go to the Plugin Manager, do not either activate or enable anything there. Thanks, Gj On Fri, Mar 29, 2019 at 1:53 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > So, it sounds like you're simply opening NetBeans and the

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
project to work > around them as well. Again, I'm thrilled that I'm not stuck on Netbeans 8.2 > anymore. THANK YOU! > > Phil > > Mac 1 (work) > OS X 10.14.3 > AdoptOpenJDK 1.8.0_192-b12 > (I can't run `java -version` from home) > > Mac 2 (h

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-29 Thread Geertjan Wielenga
Can you provide step by step instructions from scratch so that we can reproduce seeing this error: Feature FeatureInfo[java] is incomplete: some module(s) are missing: org\.netbeans\.libs\.javafx\.(linux|win|macosx) Thanks, Gj On Fri, Mar 29, 2019 at 7:00 AM Geertjan Wielenga < geertjan.wi

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-28 Thread Geertjan Wielenga
I don’t understand why you want to install the ‘Java Web and Java EE’ support in Apache NetBeans 11. Please don’t do that. That support is automatically built into Apache NetBeans 11 for the first time. Yes, no docs yet specific to this release. Once they’re there would indeed be great for you to

Re: Does nb 11 support web app/war/jsp when using Gradle?

2019-03-28 Thread Geertjan Wielenga
No, that is not supported yet, Laszlo can tell you more, I believe that's coming in the release after this one. Gj On Thu, Mar 28, 2019 at 5:58 PM Juan Algaba wrote: > I don't see a "Web application" project type under the "Java with Gradle" > category when > using the "New Project" dialog wind

Re: Netbeans 11.0-vc4 with a Java EE project (Dataverse)

2019-03-28 Thread Geertjan Wielenga
Here's part of a response, i.e., re the black hole and transparency: https://lists.apache.org/thread.html/0d37f7f204a2829a3ef1f1831c0a1f2a102250d950ebe170fa6ccc01@%3Cnetcat.netbeans.apache.org%3E Gj On Thu, Mar 28, 2019 at 4:19 PM Philip Durbin wrote: > Hi! I just filled out the survey (late,

Re: Minor NetBeans 11 issues

2019-03-27 Thread Geertjan Wielenga
Baked in. Gj On Wednesday, March 27, 2019, Alex O'Ree wrote: > Oh, cool. Is there a plugin required or something or is it baked into to > the distribution? > > On Wed, Mar 27, 2019 at 2:28 AM Geertjan Wielenga > wrote: > >> In fact, web app support is the major

Re: Refresh project with netbeans 11

2019-03-27 Thread Geertjan Wielenga
But does that solution work for you? Gj On Wed, 27 Mar 2019 at 15:50, Marc Collin wrote: > hope there is a real solution > > Le mar. 26 mars 2019 à 16:39, hanas...@gmail.com a > écrit : > >> Not ideal.. but.. try exiting and restarting NB >> >> On 3/26/19 4:08 PM, Marc Collin wrote: >> > hi >>

Re: Minor NetBeans 11 issues

2019-03-26 Thread Geertjan Wielenga
In fact, web app support is the major feature introduced in Apache NetBeans 11.0. Gh On Wed, 27 Mar 2019 at 02:51, Alex O'Ree wrote: > Still no web app/war/jsp support :( > > On Tue, Mar 26, 2019 at 8:50 PM Brenden Towey > wrote: > >> I have VC4, according the the name of the zip file I got to

Re: Netbeans 10, Java 11, Maven

2019-03-26 Thread Geertjan Wielenga
Maybe this: https://winterbe.com/posts/2018/08/29/migrate-maven-projects-to-java-11-jigsaw/ Gj On Tue, Mar 26, 2019 at 11:16 AM Jonathan Bergh wrote: > Hi everyone, > > Does anyone know the "correct" / canonical structure for a Java 11 Maven > project in which there are multiple Java 11 module

Re: Some plugins require plugin org.netbeans.libs.oracle.jsparser to be installed.

2019-03-25 Thread Geertjan Wielenga
Seems like you’re not online or have a network problem. Maybe something with proxies. Gj On Mon, 25 Mar 2019 at 18:33, James W wrote: > Hi folks, > > I've installed Netbeans from source on OpenSUSE. I'm using Oracle JDK8 and > Ant 10. > > I've installed the application to /usr/local/bin/netbean

Re: NB10 freezes while downloading javadoc

2019-03-24 Thread Geertjan Wielenga
If you can provide exact and precise steps for someone to reproduce from scratch, someone can look into it, otherwise not. Gj On Sun, Mar 24, 2019 at 10:23 PM Greenberg, Gary wrote: > That freeze happened to me for the fifth time today. It annoys to no end. > > Especially, that I am on the tigh

Re: plugins.netbeans.org is back

2019-03-24 Thread Geertjan Wielenga
r and anything else should be prioritized for the next release a few months from now. Gj On Sun, Mar 24, 2019 at 10:03 PM László Kishalmi wrote: > I'm going to close the ppmc vote round tomorrow morning, then open the ipmc > vote round. > > On Sun, Mar 24, 2019, 20:57 Geer

plugins.netbeans.org is back

2019-03-24 Thread Geertjan Wielenga
Hi all, plugins.netbeans.org is back. Thanks, Gj

Re: Apache NetBeans IDE 11.0 Community Acceptance Survey

2019-03-23 Thread Geertjan Wielenga
Hi all! We're super focused on getting the release out the door and tightening various processes, getting things done as efficiently as possible -- and hence we really would like to move on to the IPMC vote (i.e., out of the PPMC, which is the Apache NetBeans project management committee and up to

Re: How to prevent from maven updates

2019-03-15 Thread Geertjan Wielenga
https://jaxenter.com/netbeans/keep-netbeans-nimble-with-maven-remote-search Thanks, Gj On Thu, Mar 14, 2019 at 7:29 PM Marc Collin wrote: > get same problem but with gradle, project was not open in nb. > > Le jeu. 14 mars 2019 à 13:53, Ulf Zibis a écrit : > >> Hi, >> >> some time ago I had cr

Re: Netbeans 10 with german GUI?

2019-03-14 Thread Geertjan Wielenga
ty sure that the translation bundles would have been > incorporated into the new repos by now if it were a simple task for someone > who is experienced with github, it's not a task for a total newbie. > Am 14.03.19 um 10:29 schrieb Geertjan Wielenga: > > No, it’s not negative. Th

Re: Netbeans 10 with german GUI?

2019-03-14 Thread Geertjan Wielenga
No, it’s not negative. The bundle files are available. Do you want to be involved in incorporating them into the repo? Thanks, Gj On Thursday, March 14, 2019, Stefan Dieke wrote: > Thanks a lot for the quick reply! Too bad it's negative. > Am 13.03.19 um 13:05 schrieb Geertj

Re: Netbeans 10 with german GUI?

2019-03-13 Thread Geertjan Wielenga
s? > > El mié., 13 de mar. de 2019 a la(s) 07:06, Geertjan Wielenga > (geertjan.wiele...@googlemail.com.invalid) escribió: > >> Not supported right now yet, though the translation bundles have been >> donated. They need to be integrated. >> >> Gj >> >

Re: Netbeans 10 with german GUI?

2019-03-13 Thread Geertjan Wielenga
Not supported right now yet, though the translation bundles have been donated. They need to be integrated. Gj On Wed, Mar 13, 2019 at 1:00 PM Stefan Dieke wrote: > Hi! > > I switched to another linux distribution which has the latest netbeans > version (10.0) in its repository. > Since installa

Re: Apache NetBeans IDE 10.0 (Build 20190312-unknown-revn)

2019-03-12 Thread Geertjan Wielenga
Best to build off vc3 and, once released, the final release. If you want to be 100% sure. Gj Sent from my iPhone > On 12 Mar 2019, at 16:46, Luff,Chris wrote: > > Curious…I just built from source…is this build version valid? I am about > to release a nbscala version to the plugin reposi

Re: Error at running glassfish server 5.0

2019-03-12 Thread Geertjan Wielenga
And that fix is part of vc3. Gj On Tue, Mar 12, 2019 at 8:40 AM Pete Whelpton wrote: > > Hi Pedro! > > This is caused by the module system in JDK9+ preventing access to that > resource bundle. > > Gaurav has kindly provided a fix for the upcoming NB11.0 > https://github.com/apache/incubator-net

Re: Security certificates for access to GIT

2019-03-12 Thread Geertjan Wielenga
, Gary wrote: > I have installed JCE according to this bug description, but it didn’t help. > > I have found that adding http.sslVerify=false to git config might help, > but where is git config in Netbeans? > > > > *From:* Geertjan Wielenga > *Sent:* Monday, M

Re: Security certificates for access to GIT

2019-03-11 Thread Geertjan Wielenga
icates for the Stash server using JDK keytool before > posting my original question. > > However, it does not help me > > > > *From:* Geertjan Wielenga > *Sent:* Monday, March 11, 2019 1:32 PM > *To:* Greenberg, Gary > *Cc:* NetBeans Mailing List > *Subject:* Re:

Re: Security certificates for access to GIT

2019-03-11 Thread Geertjan Wielenga
https://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find Gj On Mon, Mar 11, 2019 at 9:28 PM Greenberg, Gary wrote: > I have tried all possible cases that I could have imagined. > > I even copied *cacerts* file to my home director

Re: Calling for Speakers at Netbeans Day London 2019

2019-03-08 Thread Geertjan Wielenga
Excellent, yes, I'd love to be a part of this. I'd recommend though starting the day at 10:00 instead of 9:00. I.e., people need to travel, potentially from various parts of the country (we saw that in previous implementations of this too). In addition, I'd love to also do a session on enterprise

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
ve to be on the cloud drive. > > > > *From:* Geertjan Wielenga > *Sent:* Tuesday, March 5, 2019 12:57 PM > *To:* Greenberg, Gary > *Cc:* NetBeans Mailing List > *Subject:* Re: Trying out NB10 > > > > This might also mean something: > > > > INFO [org.netbe

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
On Tue, Mar 5, 2019 at 11:53 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Probably the problems are related to having NetBeans unzipped in this > folder: > > "C:\Users\ggreenbe\OneDrive - Visa Inc\Software\netbeans" > > Folders with spaces

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
This might also mean something: INFO [org.netbeans.core.network.proxy.windows.WindowsNetworkProxy]: Windows system proxy resolver: auto - PAC (http://pacfile/visa.pac) Gj On Tue, Mar 5, 2019 at 11:55 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > And probably

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
> manager and restart. > > New log file doesn’t show any errors. Previous one does show multiple > network timeouts from unsuccessful attempts to download plugins. > > BTW, can you please post URL for the current plugin portal? I will try to > download some outside of IDE. > >

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
the brand new machine. It > had nothing in it. > > I started installing Chrome, JDK, Postman and Acrobat. Netbeans was the > fifth piece of software installed. > > Userdir was supposed to be prestine. > > > > *From:* Geertjan Wielenga > *Sent:* Tuesday, March 5, 20

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
PS: Possibly/probably something to do with permissions in the folder where you unzipped the ZIP containing NetBeans. On Tue, 5 Mar 2019 at 22:51, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > You claim to be “far from the noob”, yet you had to be told to refresh the

Re: Trying out NB10

2019-03-05 Thread Geertjan Wielenga
NB. > > Authentication request is now gone, but I still can’t change menu fonts. > > I tried to set it to size 12, 10 and even 5. No affect whatsoever. > > See attached screenshot. > > > > *From:* Geertjan Wielenga > *Sent:* Monday, March 4, 2019 8:32 PM > *To:* Greenbe

Re: Debugging Node.js

2019-03-05 Thread Geertjan Wielenga
DEBUG_BRK_COMMAND > & DEBUG_COMMAND > > If you want to be super-awesome and submit a pull request, the existing > issue in NB's Jira is here: https://issues.apache.org/ > jira/browse/NETBEANS-1320 > > > > P > > On Tue, Mar 5, 2019 at 6:18 PM Geertjan Wiel

Re: Debugging Node.js

2019-03-05 Thread Geertjan Wielenga
Hi Jess, And welcome! Yes, someone else reported the same. On GitHub you’ll find the relevant code in the webcommon folder, or someone else will point you to the right spot, or I will in a few hours when I get back to my laptop. Gj On Tuesday, March 5, 2019, Jessica Ryan wrote: > Hiya folks, >

Re: Trying out NB10

2019-03-04 Thread Geertjan Wielenga
Can you start with a fresh user directory? Thanks, Gj On Tue, 5 Mar 2019 at 04:03, Greenberg, Gary wrote: > My previous laptop broke, so I got completely new one and trying to build > my development environment from scratch. > > Instead of NB8.2 which was working for me (with some glitches) fo

Re: Monday, 4 March: NetBeans Website Live Design Session April

2019-03-04 Thread Geertjan Wielenga
I did not either — was on a delayed flight to Istanbul... Gj On Tuesday, March 5, 2019, Antonio wrote: > I couldn't make it to this one. Any interesting news? > > Thanks, > Antonio > > El 02/03/2019 a las 19:56, Geertjan Wielenga escribió: > >> Hi all! >>

Monday, 4 March: NetBeans Website Live Design Session April

2019-03-02 Thread Geertjan Wielenga
Hi all! An opportunity to discuss with each other a plan to redesign the netbeans.apache.org site: March 4, 18:00 CET https://twitter.com/Dave_UX/status/1101896935412125696?s=20 https://www.youtube.com/watch?v=eaXqWCJp6zA Thanks, see you there, it will be recorded too, though if a few of us ar

Re: Are installers planned for Netbeans 10+

2019-02-27 Thread Geertjan Wielenga
Yes, there’s a PR for that. No JDK will be included and no JRE, since these are GPL licensed. Personally though I don’t get why a developer, even a complete newbie, can’t unzip a zip file and create a shortcut. That said, yes, installer is in the works. Gj On Wednesday, February 27, 2019, Green

Re: Chrome Connector and Apache NetBeans

2019-02-26 Thread Geertjan Wielenga
Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36 Thanks, Gj On Tue, Feb 26, 2019 at 11:02 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Hi all, > > YouTube overview in 5 minutes:

Chrome Connector and Apache NetBeans

2019-02-26 Thread Geertjan Wielenga
Hi all, YouTube overview in 5 minutes: https://youtu.be/J6lOQS2rWK0 A related issue is here: https://netbeans.org/bugzilla/show_bug.cgi?id=245227 The related code is here: https://github.com/apache/incubator-netbeans/tree/master/webcommon/extbrowser.chrome Any insights or clues or anything t

How to get involved with Apache NetBeans -- without Java knowledge..?

2019-02-23 Thread Geertjan Wielenga
https://youtu.be/0ovc902VWMQ Take a look and we need you here: https://netbeans.apache.org/help/index.html Consider donating an hour or two this week (or this weekend) on this -- we need many new pull requests here, how to create them is described in the YouTube link above: https://github.com/a

Re: Netbeans Platform Maven app.conf

2019-02-22 Thread Geertjan Wielenga
Also: https://stackoverflow.com/questions/6558551/where-should-a-custom-netbeans-platform-conf-file-be-so-that-maven-finds-it Gj On Fri, Feb 22, 2019 at 4:42 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Great to hear this. > > This should help: > https:

Re: Netbeans Platform Maven app.conf

2019-02-22 Thread Geertjan Wielenga
Great to hear this. This should help: https://blogs.oracle.com/geertjan/support-for-custom-configuration-files-in-netbeans-platform-69 And do you have applications to add here: https://cwiki.apache.org/confluence/display/NETBEANS/on+top+of+NetBeans That would be great. Always great to hear from

Re: Java: Project view: showing non-pom.xml files

2019-02-21 Thread Geertjan Wielenga
The idea of the Projects window is to show you the important files only, if you need to see other files use the Files window instead. Gj On Thursday, February 21, 2019, Andrew Rampulla < arampu...@orbistechnologies.com> wrote: > Is there any mechanism to display files that are not pom.xml files

Re: [ C++ ] Netbeans does not recognize executable file

2019-02-19 Thread Geertjan Wielenga
Apache NetBeans does not yet provide C/C++ features, they're on the way to being donated. In the meantime, look for C/C++ in the Plugin Manager, under the Tools menu, that should get you started. Gj On Tue, Feb 19, 2019 at 10:03 PM Normand Fortier < normand.fort...@cgocable.ca> wrote: > Hi, > >

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
y happy to help you as you can see. Gj On Tue, Feb 19, 2019 at 6:29 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Some more clues and tips, based on your error message: > https://netbeans.org/bugzilla/show_bug.cgi?id=200324 > > Can't help thinking

Re: Beginner's configuration question...

2019-02-19 Thread Geertjan Wielenga
/test of the default app I am not seeing the base INDEX.HTML file > moved to the root folder. > > Thanks again! > > Bob > On 2/19/2019 11:38 AM, Geertjan Wielenga wrote: > > Recommend you start with Maven | Web Application, i.e., that you have a > Maven based application inst

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
\davide_usr\update\new_updater\updater.jar > Checking for updates: C:\davide_usr\update\download\*.nbm > File "C:\davide_usr\var\restart" does not exist > onExit() > Already exiting, no need to schedule restart > > On Tue, Feb 19, 2019 at 6:01 PM Lars Bruun-Hansen > wr

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
mode. > > > > On Tue, Feb 19, 2019 at 5:41 PM Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> After you install the JDK in a folder without a space, don't use the >> --jdkhome flag, instead use this in etc/netbeans.conf, which I have

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
ue, Feb 19, 2019 at 4:47 PM Peter Steele > > <mailto:steeleh...@gmail.com>> wrote: >> > >> > Can you send the contents of the set command from the CMD cli? I'd >> > recommending replacing personal identifiable information with >> >

Re: Beginner's configuration question...

2019-02-19 Thread Geertjan Wielenga
t; If you need any more please let me know and MANY MANY THANKS! > > Bob > > > On 2/19/2019 11:07 AM, Geertjan Wielenga wrote: > > Which type of project are we talking about? I.e., which project did you > use in the New Project dialog at the start? > > Gj > > On

Re: Beginner's configuration question...

2019-02-19 Thread Geertjan Wielenga
Which type of project are we talking about? I.e., which project did you use in the New Project dialog at the start? Gj On Tue, Feb 19, 2019 at 4:53 PM Bob Senkewicz wrote: > Trying to set up and deploy first sites. > > NetBeans 8.2, JDK 8.0.181, Tomcat 8.0, IIS 8 > > I know this is basic stuff

Re: Netbeans 10.0 - doesn't start

2019-02-19 Thread Geertjan Wielenga
termination of the running >> > program. >> > Use '--console suppress' to suppress console output. >> > Use '--console new' to create a separate console window. >> > - when I run javac -version from command line the answer is: >>

<    5   6   7   8   9   10   11   12   13   14   >