Re: CoolBeans 2018.12 released

2018-12-27 Thread Tushar Joshi
Hello All,

If you are using homebrew and homebrew-cask then CoolBeans is available
through a one line command now as follows

$ brew cask install coolbeans

Please give it a try.

with regards
Tushar

Tushar Joshi, Nagpur: http://www.tusharjoshi.com

* MCSD_NET C#, SCJP, RHCE, ZCE, PMP, CSM, SAFe, PRINCE2

* Senior Architect @ Persistent Systems http://www.persistent.com
* LinkedIn: http://www.linkedin.com/in/tusharvjoshi



On Thu, Dec 27, 2018 at 5:03 PM Emilian Bold  wrote:

> Hello,
>
> As you might have noticed Apache NetBeans 10 has been released. I
> recommend you look into that.
>
> If you are interested in a proper installer that includes the JDK as
> well as JavaEE and some other goodies, do take a look a my IDE
> distribution called CoolBeans.
>
> On https://coolbeans.xyz version 2018.12 has been released yesterday.
>
> Disclaimer: CoolBeans is not affiliated with or developed by Apache
> Software Foundation. This message is sent with the hope of being
> informative to the subscribers of this mailing list.
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> -
> 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
>
>


Adding Modules for a non-modular app

2018-12-27 Thread Scott Palmer
Hello NetBeans people,

I am trying to migrate several projects form JDK 8 to JDK 11.  All of my 
projects use Gradle.  The projects can not be modularized because all of their 
dependencies are not 100% modularized yet.  (Don’t get me started on that 
disaster, thanks Oracle) So there is no module-info.java.  I can get them to 
build with Gradle, but they require additional modules e.g. :
   --add-module java.logging

How do I tell the NetBeans editor, so that it doesn’t complain that the 
java.util.logging classes are missing and underline them as errors?

Regards,

Scott
-
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: Nashorn?

2018-12-27 Thread John Lavelle
OK. Here we go:

The tests are all on indentical, cloned, Linux Mint VMs. SysInfo file
attached

*java -version*
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment (build 11.0.1+13-Ubuntu-3ubuntu118.04ppa1)
OpenJDK 64-Bit Server VM (build 11.0.1+13-Ubuntu-3ubuntu118.04ppa1, mixed
mode, sharing)

*Installing with NetBeans 9.0 already installed.*

   - No "Import previous Options" dialog
   - We get the Warning message. Click on Continue Installing and NetBeans
   installs.
   - All previous settings Imported even though there was no dialog!!
   - Go to Tools>Plugins>Available Plugins and install the Oracle
   Javascript Parser implementation
   - Go to Tools>Plugins>Installed and Activate the non-active plugins
   - Go to Tools>Plugins>Updates and update.
   - Restart and everything is OK.


*Installing with NetBeans 10.VC5 already installed and with** the
com.oracle.js.parser.implementation
plugin installed.*

   - "Import Previous Dialog" message clicked on yes.
   - No warning Message
   - Go to Tools>Plugins>Available Plugins and install the Oracle
   Javascript Parser implementation
   - Go to Tools>Plugins>Installed and Activate the non-active plugins
   - Go to Tools>Plugins>Updates and update.
   - Restart and everything is OK.


*Completely clean NetBeans 10 install*

   - No "Import previous Options" dialog (fairly obvious!! included for
   completeness)
   - No warning Message
   - The Menu bar is extremely limited
   - Menu Tools only has 2 options Plugins and Options - There are NO other
   options
   - Go to Tools>Plugins>Available Plugins and there are two available
   - nb-javac Library
  - Oracle Javascript Parser implementation
  - *Installed BOTH*.
   - Go to Tools>Plugins>Installed and there are NO active plugins!
   Activated all the plugins
   - Go to Tools>Plugins>Updates - none.
   - Restart and everything is OK. The Menu Bar is back to normal. Also
   Tools Menu showing the complete set of Options.


Your mileage may vary...

I hope that helps.

Best regards,
John


On Thu, 27 Dec 2018 at 19:48, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> I’d recommend we all take a look at this before you promote this via
> YouTube.
>
> Gj
>
> On Thursday, December 27, 2018, John Lavelle  wrote:
>
>> I was using a fresh directory each time. It seems you've got to accept
>> the error then install the Plugin via Tools>Plugins
>>
>> Best regards,
>> John
>>
>>
>>
>> On Thu, 27 Dec 2018 at 19:16, Geertjan Wielenga <
>> geertjan.wiele...@googlemail.com> wrote:
>>
>>> Make sure you’re using a fresh new user directory.
>>>
>>> Gj
>>>
>>>
>>> On Thursday, December 27, 2018, John Lavelle  wrote:
>>>
 Although the JDK8 fix I mentioned in an earlier post works on Windows.
 I can't get it to work on Linux (Mint/Ubuntu).

 I've tried using the Oracle versions *and* the OpenJDK versions of:

 JDK8
 JDK11
 JRE8
 JRE11

 and I'm still getting the same error:

 Warning - could not install some modules: Nashorn Integration - No
 module providing the capability com.oracle.js.parser.implementation could
 be found. 19 further modules could not be installed due to the above
 problems.

 Thoughts please...

 Best regards,
 John


 On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:

> Ah, sorry, still running the Oracle Java...need to spend more time
> with the OpenJDK..
>
> On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs <
> st...@appalachianmail.com> wrote:
>
>> Thanks for the reply, but I am using openjdk 8.
>>
>> Regards,
>>
>> Steve
>>
>> On Thu, 27 Dec 2018 11:35:28 -0500
>> Carl Mosca  wrote:
>>
>> > I believe Nashorn was deprecated as of Java 11?
>> > https://openjdk.java.net/jeps/335
>> >
>> > Might try running with an earlier release of Java if you're using
>> Java 11.
>> >
>> > HTH,
>> > Carl
>> >
>> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
>> st...@appalachianmail.com>
>> > wrote:
>> >
>> > > Hello,
>> > >
>> > > Warning - could not install some modules: Nashorn Integration - No
>> > > module providing the capability
>> com.oracle.js.parser.implementation
>> > > could be found. 19 further modules could not be installed due to
>> the
>> > > above problems.
>>
>> -
>> 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
>>
>>
>
> --
> Carl J. Mosca
>

System:Host: linuxmint19 Kernel: 4.15.0-43-generic x86_64 bits: 64 gcc: 
7.3.0
   Desktop: Cinnamon 3.8.9 (Gtk 3.22.30-1ubuntu1) dm:

Re: Nashorn?

2018-12-27 Thread John Lavelle
OK. I'm running some tests now. I'll report back when I've finished.

The tests are (all on Linux Mint VMs):

Updating from NetBeans 10.VC5 with the com.oracle.js.parser.implementation
plugin *not* installed.
Updating from NetBeans 10.VC5 with the com.oracle.js.parser.implementation
plugin installed.
Completely clean NetBeans 10 install

Best regards,
John



On Thu, 27 Dec 2018 at 19:48, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> I’d recommend we all take a look at this before you promote this via
> YouTube.
>
> Gj
>
> On Thursday, December 27, 2018, John Lavelle  wrote:
>
>> I was using a fresh directory each time. It seems you've got to accept
>> the error then install the Plugin via Tools>Plugins
>>
>> Best regards,
>> John
>>
>>
>>
>> On Thu, 27 Dec 2018 at 19:16, Geertjan Wielenga <
>> geertjan.wiele...@googlemail.com> wrote:
>>
>>> Make sure you’re using a fresh new user directory.
>>>
>>> Gj
>>>
>>>
>>> On Thursday, December 27, 2018, John Lavelle  wrote:
>>>
 Although the JDK8 fix I mentioned in an earlier post works on Windows.
 I can't get it to work on Linux (Mint/Ubuntu).

 I've tried using the Oracle versions *and* the OpenJDK versions of:

 JDK8
 JDK11
 JRE8
 JRE11

 and I'm still getting the same error:

 Warning - could not install some modules: Nashorn Integration - No
 module providing the capability com.oracle.js.parser.implementation could
 be found. 19 further modules could not be installed due to the above
 problems.

 Thoughts please...

 Best regards,
 John


 On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:

> Ah, sorry, still running the Oracle Java...need to spend more time
> with the OpenJDK..
>
> On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs <
> st...@appalachianmail.com> wrote:
>
>> Thanks for the reply, but I am using openjdk 8.
>>
>> Regards,
>>
>> Steve
>>
>> On Thu, 27 Dec 2018 11:35:28 -0500
>> Carl Mosca  wrote:
>>
>> > I believe Nashorn was deprecated as of Java 11?
>> > https://openjdk.java.net/jeps/335
>> >
>> > Might try running with an earlier release of Java if you're using
>> Java 11.
>> >
>> > HTH,
>> > Carl
>> >
>> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
>> st...@appalachianmail.com>
>> > wrote:
>> >
>> > > Hello,
>> > >
>> > > Warning - could not install some modules: Nashorn Integration - No
>> > > module providing the capability
>> com.oracle.js.parser.implementation
>> > > could be found. 19 further modules could not be installed due to
>> the
>> > > above problems.
>>
>> -
>> 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
>>
>>
>
> --
> Carl J. Mosca
>



Re: Nashorn?

2018-12-27 Thread Geertjan Wielenga
I’d recommend we all take a look at this before you promote this via
YouTube.

Gj

On Thursday, December 27, 2018, John Lavelle  wrote:

> I was using a fresh directory each time. It seems you've got to accept the
> error then install the Plugin via Tools>Plugins
>
> Best regards,
> John
>
>
>
> On Thu, 27 Dec 2018 at 19:16, Geertjan Wielenga <
> geertjan.wiele...@googlemail.com> wrote:
>
>> Make sure you’re using a fresh new user directory.
>>
>> Gj
>>
>>
>> On Thursday, December 27, 2018, John Lavelle  wrote:
>>
>>> Although the JDK8 fix I mentioned in an earlier post works on Windows. I
>>> can't get it to work on Linux (Mint/Ubuntu).
>>>
>>> I've tried using the Oracle versions *and* the OpenJDK versions of:
>>>
>>> JDK8
>>> JDK11
>>> JRE8
>>> JRE11
>>>
>>> and I'm still getting the same error:
>>>
>>> Warning - could not install some modules: Nashorn Integration - No
>>> module providing the capability com.oracle.js.parser.implementation
>>> could be found. 19 further modules could not be installed due to the above
>>> problems.
>>>
>>> Thoughts please...
>>>
>>> Best regards,
>>> John
>>>
>>>
>>> On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:
>>>
 Ah, sorry, still running the Oracle Java...need to spend more time with
 the OpenJDK..

 On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs <
 st...@appalachianmail.com> wrote:

> Thanks for the reply, but I am using openjdk 8.
>
> Regards,
>
> Steve
>
> On Thu, 27 Dec 2018 11:35:28 -0500
> Carl Mosca  wrote:
>
> > I believe Nashorn was deprecated as of Java 11?
> > https://openjdk.java.net/jeps/335
> >
> > Might try running with an earlier release of Java if you're using
> Java 11.
> >
> > HTH,
> > Carl
> >
> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
> st...@appalachianmail.com>
> > wrote:
> >
> > > Hello,
> > >
> > > Warning - could not install some modules: Nashorn Integration - No
> > > module providing the capability com.oracle.js.parser.
> implementation
> > > could be found. 19 further modules could not be installed due to
> the
> > > above problems.
>
> -
> 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
>
>

 --
 Carl J. Mosca

>>>


Re: Nashorn?

2018-12-27 Thread John Lavelle
I was using a fresh directory each time. It seems you've got to accept the
error then install the Plugin via Tools>Plugins

Best regards,
John



On Thu, 27 Dec 2018 at 19:16, Geertjan Wielenga <
geertjan.wiele...@googlemail.com> wrote:

> Make sure you’re using a fresh new user directory.
>
> Gj
>
>
> On Thursday, December 27, 2018, John Lavelle  wrote:
>
>> Although the JDK8 fix I mentioned in an earlier post works on Windows. I
>> can't get it to work on Linux (Mint/Ubuntu).
>>
>> I've tried using the Oracle versions *and* the OpenJDK versions of:
>>
>> JDK8
>> JDK11
>> JRE8
>> JRE11
>>
>> and I'm still getting the same error:
>>
>> Warning - could not install some modules: Nashorn Integration - No module
>> providing the capability com.oracle.js.parser.implementation could be
>> found. 19 further modules could not be installed due to the above problems
>> .
>>
>> Thoughts please...
>>
>> Best regards,
>> John
>>
>>
>> On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:
>>
>>> Ah, sorry, still running the Oracle Java...need to spend more time with
>>> the OpenJDK..
>>>
>>> On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs 
>>> wrote:
>>>
 Thanks for the reply, but I am using openjdk 8.

 Regards,

 Steve

 On Thu, 27 Dec 2018 11:35:28 -0500
 Carl Mosca  wrote:

 > I believe Nashorn was deprecated as of Java 11?
 > https://openjdk.java.net/jeps/335
 >
 > Might try running with an earlier release of Java if you're using
 Java 11.
 >
 > HTH,
 > Carl
 >
 > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
 st...@appalachianmail.com>
 > wrote:
 >
 > > Hello,
 > >
 > > Warning - could not install some modules: Nashorn Integration - No
 > > module providing the capability com.oracle.js.parser.implementation
 > > could be found. 19 further modules could not be installed due to the
 > > above problems.

 -
 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


>>>
>>> --
>>> Carl J. Mosca
>>>
>>


Re: Nashorn?

2018-12-27 Thread John Lavelle
OK, I think I've sussed it on Linux.

When you get the Warning Message, ignore it and continue the
installation (*don't
click Exit*).
Once Installed, go to "Tools>Plugins>Available Plugins" and you should see
the "Oracle Javascript Parser implementation." available there. Select it
and click install.

I'm just doing a video about it which should be ready in a couple of hours
- about 21.00 GMT/UTC (
https://www.youtube.com/channel/UCTz9lzhAchoI96nnt0Ick1Q).

Best regards,
John



On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:

> Ah, sorry, still running the Oracle Java...need to spend more time with
> the OpenJDK..
>
> On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs 
> wrote:
>
>> Thanks for the reply, but I am using openjdk 8.
>>
>> Regards,
>>
>> Steve
>>
>> On Thu, 27 Dec 2018 11:35:28 -0500
>> Carl Mosca  wrote:
>>
>> > I believe Nashorn was deprecated as of Java 11?
>> > https://openjdk.java.net/jeps/335
>> >
>> > Might try running with an earlier release of Java if you're using Java
>> 11.
>> >
>> > HTH,
>> > Carl
>> >
>> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
>> st...@appalachianmail.com>
>> > wrote:
>> >
>> > > Hello,
>> > >
>> > > Warning - could not install some modules: Nashorn Integration - No
>> > > module providing the capability com.oracle.js.parser.implementation
>> > > could be found. 19 further modules could not be installed due to the
>> > > above problems.
>>
>> -
>> 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
>>
>>
>
> --
> Carl J. Mosca
>


Re: Nashorn?

2018-12-27 Thread Geertjan Wielenga
Make sure you’re using a fresh new user directory.

Gj


On Thursday, December 27, 2018, John Lavelle  wrote:

> Although the JDK8 fix I mentioned in an earlier post works on Windows. I
> can't get it to work on Linux (Mint/Ubuntu).
>
> I've tried using the Oracle versions *and* the OpenJDK versions of:
>
> JDK8
> JDK11
> JRE8
> JRE11
>
> and I'm still getting the same error:
>
> Warning - could not install some modules: Nashorn Integration - No module
> providing the capability com.oracle.js.parser.implementation could be
> found. 19 further modules could not be installed due to the above problems
> .
>
> Thoughts please...
>
> Best regards,
> John
>
>
> On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:
>
>> Ah, sorry, still running the Oracle Java...need to spend more time with
>> the OpenJDK..
>>
>> On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs 
>> wrote:
>>
>>> Thanks for the reply, but I am using openjdk 8.
>>>
>>> Regards,
>>>
>>> Steve
>>>
>>> On Thu, 27 Dec 2018 11:35:28 -0500
>>> Carl Mosca  wrote:
>>>
>>> > I believe Nashorn was deprecated as of Java 11?
>>> > https://openjdk.java.net/jeps/335
>>> >
>>> > Might try running with an earlier release of Java if you're using Java
>>> 11.
>>> >
>>> > HTH,
>>> > Carl
>>> >
>>> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
>>> st...@appalachianmail.com>
>>> > wrote:
>>> >
>>> > > Hello,
>>> > >
>>> > > Warning - could not install some modules: Nashorn Integration - No
>>> > > module providing the capability com.oracle.js.parser.implementation
>>> > > could be found. 19 further modules could not be installed due to the
>>> > > above problems.
>>>
>>> -
>>> 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
>>>
>>>
>>
>> --
>> Carl J. Mosca
>>
>


Re: Nashorn?

2018-12-27 Thread John Lavelle
Although the JDK8 fix I mentioned in an earlier post works on Windows. I
can't get it to work on Linux (Mint/Ubuntu).

I've tried using the Oracle versions *and* the OpenJDK versions of:

JDK8
JDK11
JRE8
JRE11

and I'm still getting the same error:

Warning - could not install some modules: Nashorn Integration - No module
providing the capability com.oracle.js.parser.implementation could be
found. 19 further modules could not be installed due to the above problems.

Thoughts please...

Best regards,
John


On Thu, 27 Dec 2018 at 17:57, Carl Mosca  wrote:

> Ah, sorry, still running the Oracle Java...need to spend more time with
> the OpenJDK..
>
> On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs 
> wrote:
>
>> Thanks for the reply, but I am using openjdk 8.
>>
>> Regards,
>>
>> Steve
>>
>> On Thu, 27 Dec 2018 11:35:28 -0500
>> Carl Mosca  wrote:
>>
>> > I believe Nashorn was deprecated as of Java 11?
>> > https://openjdk.java.net/jeps/335
>> >
>> > Might try running with an earlier release of Java if you're using Java
>> 11.
>> >
>> > HTH,
>> > Carl
>> >
>> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs <
>> st...@appalachianmail.com>
>> > wrote:
>> >
>> > > Hello,
>> > >
>> > > Warning - could not install some modules: Nashorn Integration - No
>> > > module providing the capability com.oracle.js.parser.implementation
>> > > could be found. 19 further modules could not be installed due to the
>> > > above problems.
>>
>> -
>> 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
>>
>>
>
> --
> Carl J. Mosca
>


Re: Netbeans 10.0 and C/C++ Support

2018-12-27 Thread Nick Couchman
Thanks, John.  I ended up wiping my settings entirely and then following
your video, and was able to get it installed.

Regards,
Nick

On Thu, Dec 27, 2018 at 12:09 PM John Lavelle  wrote:

> If you copied over the setting from your 8.2 then go into
> Tools>Plugins>Settings and put a tick in the box next to the NetBeans 8.2
> Plugins. If they don't show in Available Plugins, Click "Check for Newest"
> (if it's available) or on the Updates Tab click "Check for updates" and
> they should appear. Check the C/C++ and click Install.
>
> (Blatant plug) I did a video about it (for Windows but the same applies to
> Linux) here: https://youtu.be/1RXf7W_jBks
>
> Best regards,
> John
>
>
>
> On Thu, 27 Dec 2018 at 17:37, Nick Couchman  wrote:
>
>> I just upgraded from NetBeans 8.2 to NetBeans 10.0, and I seem to have
>> lost support for C/C++ source code.  I had an existing project that had the
>> nbproject/ directory, and lists the plugin type as:
>>
>> org.netbeans.modules.cnd.makeproject
>>
>> When I try to open this project, I get a message that it is an unknown
>> project type.  Additionally, if I try to create a new project, I see
>> options for Java, PHP, etc., but nothing for C, C++, GNU Make, or anything
>> like that.
>>
>> Does NetBeans 10.0 support C/C++?  Is there some option I'm missing for
>> this plugin?
>>
>> -Nick
>>
>


Re: Nashorn?

2018-12-27 Thread John Lavelle
Which version of JDK or OpenJDK do you have?

I had this problem when I only had JDK 11 available on my system. With JDK
11 *disabled* and using JDK 8, it worked fine.

I'm not sure if there is a quick fix but I deleted the NetBeans10 directory
and the cache directories (Windows it's in Users, Linux it's in ~/.netbeans)
unzipped Netbeans 10 again. DO NOT run Netbeans yet!
Edited /etc/netbeans.conf file (in the Netbeans directory to point to my
JDK 8
Run NetBeans (Windows /bin/netbean64.exe or Linux /bin/netbeans) and it
found that com.oracle.js.parser.implementation was missing, downloaded and
installed it and everything worked correctly.

There might be a quicker way but I haven't found it yet.

Best regards,
John



On Thu, 27 Dec 2018 at 17:23, Steve Jacobs 
wrote:

> Hello,
>
> I've been using Netbeans candidates (vc4 currently) which is a joy to work
> with. This morning I download Netbeans 10 final. On firing it up I get
> this:
>
> Warning - could not install some modules: Nashorn Integration - No module
> providing the capability com.oracle.js.parser.implementation could be
> found. 19 further modules could not be installed due to the above problems.
>
> Not being a Java guy, I'd never heard of Nashorn until this happened.
> Anybody know what this means and how to fix it?
>
> Thanks in advance,
>
> Steve
>
> -
> 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: Netbeans 10.0 and C/C++ Support

2018-12-27 Thread Nick Couchman
Thanks for the info, Emi.  One of the issues with trying to install the 8.2
plugin is that I cannot find it.  I've added the 8.2 plugin repo, and also
looked on the website, and I cannot find the MakeProject plugin.  The only
ones listed for C/C++ support are NBCndUnit and GDBServer, and if I try to
install these I get an error that several org.netbeans.modules.cnd plugins
are missing.

Should I download the 8.2 installer and try to install from there, or is
there another way to get these plugins?

Thanks - Nick

On Thu, Dec 27, 2018 at 11:54 AM Emilian Bold 
wrote:

> I believe Oracle hasn't donated yet the C/C++ support. This will be
> donated and included in a future part of NetBeans, probably NetBeans
> 11 (scheduled in about 6 months or so).
>
> In the meantime you could try to install the C/C++ plugins from 8.2 on
> top of 10 and see if they work (they should).
>
> --emi
>
> http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!
>
> On Thu, Dec 27, 2018 at 6:37 PM Nick Couchman  wrote:
> >
> > I just upgraded from NetBeans 8.2 to NetBeans 10.0, and I seem to have
> lost support for C/C++ source code.  I had an existing project that had the
> nbproject/ directory, and lists the plugin type as:
> >
> > org.netbeans.modules.cnd.makeproject
> >
> > When I try to open this project, I get a message that it is an unknown
> project type.  Additionally, if I try to create a new project, I see
> options for Java, PHP, etc., but nothing for C, C++, GNU Make, or anything
> like that.
> >
> > Does NetBeans 10.0 support C/C++?  Is there some option I'm missing for
> this plugin?
> >
> > -Nick
>


Re: Nashorn?

2018-12-27 Thread Carl Mosca
Ah, sorry, still running the Oracle Java...need to spend more time with the
OpenJDK..

On Thu, Dec 27, 2018 at 11:54 AM Steve Jacobs 
wrote:

> Thanks for the reply, but I am using openjdk 8.
>
> Regards,
>
> Steve
>
> On Thu, 27 Dec 2018 11:35:28 -0500
> Carl Mosca  wrote:
>
> > I believe Nashorn was deprecated as of Java 11?
> > https://openjdk.java.net/jeps/335
> >
> > Might try running with an earlier release of Java if you're using Java
> 11.
> >
> > HTH,
> > Carl
> >
> > On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs  >
> > wrote:
> >
> > > Hello,
> > >
> > > Warning - could not install some modules: Nashorn Integration - No
> > > module providing the capability com.oracle.js.parser.implementation
> > > could be found. 19 further modules could not be installed due to the
> > > above problems.
>
> -
> 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
>
>

-- 
Carl J. Mosca


Re: Nashorn?

2018-12-27 Thread Emilian Bold
You are supposed to click on some button which will download from the
plugin portal the Oracle JS parser. (Some modules depend on it but for
licensing reasons Apache could not redistribute it).

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Dec 27, 2018 at 6:24 PM Steve Jacobs  wrote:
>
> Hello,
>
> I've been using Netbeans candidates (vc4 currently) which is a joy to work
> with. This morning I download Netbeans 10 final. On firing it up I get this:
>
> Warning - could not install some modules: Nashorn Integration - No module
> providing the capability com.oracle.js.parser.implementation could be
> found. 19 further modules could not be installed due to the above problems.
>
> Not being a Java guy, I'd never heard of Nashorn until this happened.
> Anybody know what this means and how to fix it?
>
> Thanks in advance,
>
> Steve
>
> -
> 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
>

-
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: Nashorn?

2018-12-27 Thread Steve Jacobs
Thanks for the reply, but I am using openjdk 8. 

Regards,

Steve

On Thu, 27 Dec 2018 11:35:28 -0500
Carl Mosca  wrote:

> I believe Nashorn was deprecated as of Java 11?
> https://openjdk.java.net/jeps/335
> 
> Might try running with an earlier release of Java if you're using Java 11.
> 
> HTH,
> Carl
> 
> On Thu, Dec 27, 2018 at 11:24 AM Steve Jacobs 
> wrote:
> 
> > Hello,
> >
> > Warning - could not install some modules: Nashorn Integration - No
> > module providing the capability com.oracle.js.parser.implementation
> > could be found. 19 further modules could not be installed due to the
> > above problems.

-
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: Netbeans 10.0 and C/C++ Support

2018-12-27 Thread Emilian Bold
I believe Oracle hasn't donated yet the C/C++ support. This will be
donated and included in a future part of NetBeans, probably NetBeans
11 (scheduled in about 6 months or so).

In the meantime you could try to install the C/C++ plugins from 8.2 on
top of 10 and see if they work (they should).

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Dec 27, 2018 at 6:37 PM Nick Couchman  wrote:
>
> I just upgraded from NetBeans 8.2 to NetBeans 10.0, and I seem to have lost 
> support for C/C++ source code.  I had an existing project that had the 
> nbproject/ directory, and lists the plugin type as:
>
> org.netbeans.modules.cnd.makeproject
>
> When I try to open this project, I get a message that it is an unknown 
> project type.  Additionally, if I try to create a new project, I see options 
> for Java, PHP, etc., but nothing for C, C++, GNU Make, or anything like that.
>
> Does NetBeans 10.0 support C/C++?  Is there some option I'm missing for this 
> plugin?
>
> -Nick

-
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



Netbeans 10.0 and C/C++ Support

2018-12-27 Thread Nick Couchman
I just upgraded from NetBeans 8.2 to NetBeans 10.0, and I seem to have lost
support for C/C++ source code.  I had an existing project that had the
nbproject/ directory, and lists the plugin type as:

org.netbeans.modules.cnd.makeproject

When I try to open this project, I get a message that it is an unknown
project type.  Additionally, if I try to create a new project, I see
options for Java, PHP, etc., but nothing for C, C++, GNU Make, or anything
like that.

Does NetBeans 10.0 support C/C++?  Is there some option I'm missing for
this plugin?

-Nick


Nashorn?

2018-12-27 Thread Steve Jacobs
Hello,

I've been using Netbeans candidates (vc4 currently) which is a joy to work
with. This morning I download Netbeans 10 final. On firing it up I get this:

Warning - could not install some modules: Nashorn Integration - No module
providing the capability com.oracle.js.parser.implementation could be
found. 19 further modules could not be installed due to the above problems.

Not being a Java guy, I'd never heard of Nashorn until this happened.
Anybody know what this means and how to fix it?

Thanks in advance,

Steve

-
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



Difficulties uploading NBM to plugin portal

2018-12-27 Thread C M
I am trying to upload a NBM file to the NetBens plugin portal, but am having a 
hard time doing so.

Following the ideas presented on the 
FaqPluginRequirements, I added 
the line nbm.module.author=My Name to the project.properties file, added the 
line OpenIDE-Module-Short-Description=Plugin Description to the 
Bundle.properties file, then added the line license.file=../util/license.txt to 
the project.properties file and then generated the keystore file and signed 
(correctly, I think) the NBM file. Finally, I did a "clean and build" to the 
project.

However, when uploading the file to the plugin portal, the following error is 
thrown: Error: There is moduleauthor attribute missing in the manifest file. 
See wiki for more info on plugin requirements.

I unpacked the NBM file and noticed that info/info.xml file doesn't have the 
moduleauthor tag. Do you guys have any idea on what I am possibly missing? I 
don't know if it is relevant, but it is a Maven project.

Kind regards!


CoolBeans 2018.12 released

2018-12-27 Thread Emilian Bold
Hello,

As you might have noticed Apache NetBeans 10 has been released. I
recommend you look into that.

If you are interested in a proper installer that includes the JDK as
well as JavaEE and some other goodies, do take a look a my IDE
distribution called CoolBeans.

On https://coolbeans.xyz version 2018.12 has been released yesterday.

Disclaimer: CoolBeans is not affiliated with or developed by Apache
Software Foundation. This message is sent with the hope of being
informative to the subscribers of this mailing list.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

-
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: NetBeansDeveloperFAQ in one big HTML file

2018-12-27 Thread Emilian Bold
Maybe that script hasn't been donated (yet) by Oracle.

PS: Wow, so not only does FAQ sound like an insult, there you have a
job called 'faqsuck'.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Thu, Dec 27, 2018 at 10:43 AM Geertjan Wielenga
 wrote:
>
> Sounds like a plan, thanks.
>
> Gj
>
> On Wed, Dec 26, 2018 at 3:47 PM Patrik Karlström  wrote:
>>
>> On http://wiki.netbeans.org/NetBeansDeveloperFAQ there is a link, 
>> http://deadlock.netbeans.org/hudson/job/faqsuck/lastSuccessfulBuild/artifact/other/faqsuck/build/faq.html,
>>  to the now non existing one page html.
>>
>> I could not find it on https://netbeans.apache.org/wiki/ and I really did 
>> enjoy that single page version. Has it been made/will it be available in the 
>> new documentations?
>>
>> /Patrik

-
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: NetBeansDeveloperFAQ in one big HTML file

2018-12-27 Thread Geertjan Wielenga
Sounds like a plan, thanks.

Gj

On Wed, Dec 26, 2018 at 3:47 PM Patrik Karlström  wrote:

> On http://wiki.netbeans.org/NetBeansDeveloperFAQ there is a link,
> http://deadlock.netbeans.org/hudson/job/faqsuck/lastSuccessfulBuild/artifact/other/faqsuck/build/faq.html,
> to the now non existing one page html.
>
> I could not find it on https://netbeans.apache.org/wiki/ and I really did
> enjoy that single page version. Has it been made/will it be available in
> the new documentations?
>
> /Patrik
>