Re: [ scala ] Just asking for update on Scala for NetBeans

2019-12-02 Thread Luff,Chris
Long story short - at the moment the Scala compiler is 2.11.3 on JDK 1.8 but 
you can build your code on NetBeans 11.2 with JDK 11 and Maven.

I recently removed the dependency on a specific NetBeans version. Have you 
tried to install on 11.1?

On 28 Nov 2019, at 13:54, Mark Phipps 
mailto:mark.phi...@sucfin.com>> wrote:


Hi Chris,

Does your fork work when running  NB 11 under JDK 11 with a JDK 11 Maven 
project?

Thanks

Mark

On 01/10/2019 09:41, Luff,Chris wrote:
I have not been focused to much on this plugin of late - I have a few minutes 
this morning to push some changes that are needed to have it build on 11.1 and 
11.2-beta1.

I should have installable nbms by the end of the day.

Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | 
chris.l...@cerner.com | Cerner 
Limited

On 1 Oct 2019, at 04:21, Alonso Del Arte 
mailto:alonso.dela...@gmail.com>> wrote:

Cool, thanks, I'll give it a whirl tomorrow. Al

On Mon, Sep 30, 2019 at 6:07 PM Brett Ryan 
mailto:brett.r...@gmail.com>> wrote:
I’m going to have to give this a try, I did manage building for 8.2 but it was 
a lot of trouble. Was hoping i could free my time to help but it’s been hectic.

I think the whole big data community has been using intellij for scala (myself 
included). There’s several reasons there. Python is big in BD due to the strong 
academia influx and they all use pycharm (JetBrains) so the IntelliJ pickup is 
natural for scala.

It would be neat to use scala in nb again so am keen to try. We did move away 
from sbt to maven for our spark builds, wonder how that might go.



> On 1 Oct 2019, at 06:38, Emilian Bold 
> mailto:emilian.b...@gmail.com>> wrote:
>
> I think the most recent development wrt Scala is
> https://github.com/cbm64chris/nbscala
>  by Chris Luff and the plugin
> would be at 
> http://plugins.netbeans.org/plugin/75542/nbscala
>  (added
> 2019-03-13).
>
> So either you register the whole plugin portal update center URL or
> you download the NBM and add it by and in the Plugins window.
>
> --emi
>
> On Mon, Sep 30, 2019 at 11:20 PM Alonso Del Arte
> mailto:alonso.dela...@gmail.com>> wrote:
>>
>> I've been using NetBeans 11.1 for about a week now. Smooth sailing with all 
>> my Java projects I started on NetBeans 8.2.
>>
>> For several months I've been aware of Geertjan Wielenga's 2013 tutorial for 
>> installing Scala for NetBeans 7.3.1. But when I only had one computer for 
>> programming, I was reluctant to even touch the NetBeans configuration file. 
>> So I wrote Scala in Notepad and compiled it on the command line.
>>
>> Then I got a MacBook and installed NetBeans and IntelliJ on it, I've been 
>> using IntelliJ for most of my Scala programming. Now I figured I should give 
>> the Scala for NetBeans plugin a try on my MacBook.
>>
>> I followed Geertjan's tutorial up to Step 4, at which point I just couldn't 
>> find the Scala plugin from within NetBeans 8.2. Then I upgraded to 11.1 and 
>> couldn't find the plugin either. Then I found the plugin through a Web 
>> browser, the page said it was verified for 8.1. I downloaded it and then 
>> just didn't know what to do with it.
>>
>> Is the Scala plugin for Apache NetBeans in active development, or is it on 
>> the back-burner, or has it been dropped?
>>
>> Al
>>
>> --
>> Alonso del Arte
>> Author at 
>> SmashWords.com
>> Musician at 
>> ReverbNation.com
>
> -
> 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:
> 

Re: [ scala ] Just asking for update on Scala for NetBeans

2019-11-28 Thread Mark Phipps

Hi Chris,

Does your fork work when running  NB 11 under JDK 11 with a JDK 11 Maven 
project?


Thanks

Mark

On 01/10/2019 09:41, Luff,Chris wrote:
I have not been focused to much on this plugin of late - I have a few 
minutes this morning to push some changes that are needed to have it 
build on 11.1 and 11.2-beta1.


I should have installable nbms by the end of the day.

Associate Principal Engineer |UK Development - Care Insight and 
Delivery Dev | chris.l...@cerner.com  | 
Cerner Limited 


On 1 Oct 2019, at 04:21, Alonso Del Arte > wrote:


Cool, thanks, I'll give it a whirl tomorrow. Al

On Mon, Sep 30, 2019 at 6:07 PM Brett Ryan > wrote:


I’m going to have to give this a try, I did manage building for
8.2 but it was a lot of trouble. Was hoping i could free my time
to help but it’s been hectic.

I think the whole big data community has been using intellij for
scala (myself included). There’s several reasons there. Python is
big in BD due to the strong academia influx and they all use
pycharm (JetBrains) so the IntelliJ pickup is natural for scala.

It would be neat to use scala in nb again so am keen to try. We
did move away from sbt to maven for our spark builds, wonder how
that might go.



> On 1 Oct 2019, at 06:38, Emilian Bold mailto:emilian.b...@gmail.com>> wrote:
>
> I think the most recent development wrt Scala is
> https://github.com/cbm64chris/nbscala


by Chris Luff and the plugin
> would be at http://plugins.netbeans.org/plugin/75542/nbscala


(added
> 2019-03-13).
>
> So either you register the whole plugin portal update center URL or
> you download the NBM and add it by and in the Plugins window.
>
> --emi
>
> On Mon, Sep 30, 2019 at 11:20 PM Alonso Del Arte
> mailto:alonso.dela...@gmail.com>> wrote:
>>
>> I've been using NetBeans 11.1 for about a week now. Smooth
sailing with all my Java projects I started on NetBeans 8.2.
>>
>> For several months I've been aware of Geertjan Wielenga's 2013
tutorial for installing Scala for NetBeans 7.3.1. But when I only
had one computer for programming, I was reluctant to even touch
the NetBeans configuration file. So I wrote Scala in Notepad and
compiled it on the command line.
>>
>> Then I got a MacBook and installed NetBeans and IntelliJ on
it, I've been using IntelliJ for most of my Scala programming.
Now I figured I should give the Scala for NetBeans plugin a try
on my MacBook.
>>
>> I followed Geertjan's tutorial up to Step 4, at which point I
just couldn't find the Scala plugin from within NetBeans 8.2.
Then I upgraded to 11.1 and couldn't find the plugin either. Then
I found the plugin through a Web browser, the page said it was
verified for 8.1. I downloaded it and then just didn't know what
to do with it.
>>
>> Is the Scala plugin for Apache NetBeans in active development,
or is it on the back-burner, or has it been dropped?
>>
>> Al
>>
>> --
>> Alonso del Arte
>> Author at SmashWords.com 
>> Musician at ReverbNation.com 
>
>
-
> 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


>



--
Alonso del Arte
Author at SmashWords.com 

Re: [ scala ] Just asking for update on Scala for NetBeans

2019-10-01 Thread Luff,Chris
I have not been focused to much on this plugin of late - I have a few minutes 
this morning to push some changes that are needed to have it build on 11.1 and 
11.2-beta1.

I should have installable nbms by the end of the day.

Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | 
chris.l...@cerner.com | Cerner 
Limited

On 1 Oct 2019, at 04:21, Alonso Del Arte 
mailto:alonso.dela...@gmail.com>> wrote:

Cool, thanks, I'll give it a whirl tomorrow. Al

On Mon, Sep 30, 2019 at 6:07 PM Brett Ryan 
mailto:brett.r...@gmail.com>> wrote:
I’m going to have to give this a try, I did manage building for 8.2 but it was 
a lot of trouble. Was hoping i could free my time to help but it’s been hectic.

I think the whole big data community has been using intellij for scala (myself 
included). There’s several reasons there. Python is big in BD due to the strong 
academia influx and they all use pycharm (JetBrains) so the IntelliJ pickup is 
natural for scala.

It would be neat to use scala in nb again so am keen to try. We did move away 
from sbt to maven for our spark builds, wonder how that might go.



> On 1 Oct 2019, at 06:38, Emilian Bold 
> mailto:emilian.b...@gmail.com>> wrote:
>
> I think the most recent development wrt Scala is
> https://github.com/cbm64chris/nbscala
>  by Chris Luff and the plugin
> would be at 
> http://plugins.netbeans.org/plugin/75542/nbscala
>  (added
> 2019-03-13).
>
> So either you register the whole plugin portal update center URL or
> you download the NBM and add it by and in the Plugins window.
>
> --emi
>
> On Mon, Sep 30, 2019 at 11:20 PM Alonso Del Arte
> mailto:alonso.dela...@gmail.com>> wrote:
>>
>> I've been using NetBeans 11.1 for about a week now. Smooth sailing with all 
>> my Java projects I started on NetBeans 8.2.
>>
>> For several months I've been aware of Geertjan Wielenga's 2013 tutorial for 
>> installing Scala for NetBeans 7.3.1. But when I only had one computer for 
>> programming, I was reluctant to even touch the NetBeans configuration file. 
>> So I wrote Scala in Notepad and compiled it on the command line.
>>
>> Then I got a MacBook and installed NetBeans and IntelliJ on it, I've been 
>> using IntelliJ for most of my Scala programming. Now I figured I should give 
>> the Scala for NetBeans plugin a try on my MacBook.
>>
>> I followed Geertjan's tutorial up to Step 4, at which point I just couldn't 
>> find the Scala plugin from within NetBeans 8.2. Then I upgraded to 11.1 and 
>> couldn't find the plugin either. Then I found the plugin through a Web 
>> browser, the page said it was verified for 8.1. I downloaded it and then 
>> just didn't know what to do with it.
>>
>> Is the Scala plugin for Apache NetBeans in active development, or is it on 
>> the back-burner, or has it been dropped?
>>
>> Al
>>
>> --
>> Alonso del Arte
>> Author at SmashWords.com
>> Musician at ReverbNation.com
>
> -
> 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
>


--
Alonso del Arte
Author at 
SmashWords.com
Musician at 

Re: [ scala ] Just asking for update on Scala for NetBeans

2019-09-30 Thread Alonso Del Arte
Cool, thanks, I'll give it a whirl tomorrow. Al

On Mon, Sep 30, 2019 at 6:07 PM Brett Ryan  wrote:

> I’m going to have to give this a try, I did manage building for 8.2 but it
> was a lot of trouble. Was hoping i could free my time to help but it’s been
> hectic.
>
> I think the whole big data community has been using intellij for scala
> (myself included). There’s several reasons there. Python is big in BD due
> to the strong academia influx and they all use pycharm (JetBrains) so the
> IntelliJ pickup is natural for scala.
>
> It would be neat to use scala in nb again so am keen to try. We did move
> away from sbt to maven for our spark builds, wonder how that might go.
>
>
>
> > On 1 Oct 2019, at 06:38, Emilian Bold  wrote:
> >
> > I think the most recent development wrt Scala is
> > https://github.com/cbm64chris/nbscala by Chris Luff and the plugin
> > would be at http://plugins.netbeans.org/plugin/75542/nbscala (added
> > 2019-03-13).
> >
> > So either you register the whole plugin portal update center URL or
> > you download the NBM and add it by and in the Plugins window.
> >
> > --emi
> >
> > On Mon, Sep 30, 2019 at 11:20 PM Alonso Del Arte
> >  wrote:
> >>
> >> I've been using NetBeans 11.1 for about a week now. Smooth sailing with
> all my Java projects I started on NetBeans 8.2.
> >>
> >> For several months I've been aware of Geertjan Wielenga's 2013 tutorial
> for installing Scala for NetBeans 7.3.1. But when I only had one computer
> for programming, I was reluctant to even touch the NetBeans configuration
> file. So I wrote Scala in Notepad and compiled it on the command line.
> >>
> >> Then I got a MacBook and installed NetBeans and IntelliJ on it, I've
> been using IntelliJ for most of my Scala programming. Now I figured I
> should give the Scala for NetBeans plugin a try on my MacBook.
> >>
> >> I followed Geertjan's tutorial up to Step 4, at which point I just
> couldn't find the Scala plugin from within NetBeans 8.2. Then I upgraded to
> 11.1 and couldn't find the plugin either. Then I found the plugin through a
> Web browser, the page said it was verified for 8.1. I downloaded it and
> then just didn't know what to do with it.
> >>
> >> Is the Scala plugin for Apache NetBeans in active development, or is it
> on the back-burner, or has it been dropped?
> >>
> >> Al
> >>
> >> --
> >> Alonso del Arte
> >> Author at SmashWords.com
> >> Musician at ReverbNation.com
> >
> > -
> > 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
> >
>


-- 
Alonso del Arte
Author at SmashWords.com

Musician at ReverbNation.com 


Re: [ scala ] Just asking for update on Scala for NetBeans

2019-09-30 Thread Brett Ryan
I’m going to have to give this a try, I did manage building for 8.2 but it was 
a lot of trouble. Was hoping i could free my time to help but it’s been hectic.

I think the whole big data community has been using intellij for scala (myself 
included). There’s several reasons there. Python is big in BD due to the strong 
academia influx and they all use pycharm (JetBrains) so the IntelliJ pickup is 
natural for scala.

It would be neat to use scala in nb again so am keen to try. We did move away 
from sbt to maven for our spark builds, wonder how that might go.



> On 1 Oct 2019, at 06:38, Emilian Bold  wrote:
> 
> I think the most recent development wrt Scala is
> https://github.com/cbm64chris/nbscala by Chris Luff and the plugin
> would be at http://plugins.netbeans.org/plugin/75542/nbscala (added
> 2019-03-13).
> 
> So either you register the whole plugin portal update center URL or
> you download the NBM and add it by and in the Plugins window.
> 
> --emi
> 
> On Mon, Sep 30, 2019 at 11:20 PM Alonso Del Arte
>  wrote:
>> 
>> I've been using NetBeans 11.1 for about a week now. Smooth sailing with all 
>> my Java projects I started on NetBeans 8.2.
>> 
>> For several months I've been aware of Geertjan Wielenga's 2013 tutorial for 
>> installing Scala for NetBeans 7.3.1. But when I only had one computer for 
>> programming, I was reluctant to even touch the NetBeans configuration file. 
>> So I wrote Scala in Notepad and compiled it on the command line.
>> 
>> Then I got a MacBook and installed NetBeans and IntelliJ on it, I've been 
>> using IntelliJ for most of my Scala programming. Now I figured I should give 
>> the Scala for NetBeans plugin a try on my MacBook.
>> 
>> I followed Geertjan's tutorial up to Step 4, at which point I just couldn't 
>> find the Scala plugin from within NetBeans 8.2. Then I upgraded to 11.1 and 
>> couldn't find the plugin either. Then I found the plugin through a Web 
>> browser, the page said it was verified for 8.1. I downloaded it and then 
>> just didn't know what to do with it.
>> 
>> Is the Scala plugin for Apache NetBeans in active development, or is it on 
>> the back-burner, or has it been dropped?
>> 
>> Al
>> 
>> --
>> Alonso del Arte
>> Author at SmashWords.com
>> Musician at ReverbNation.com
> 
> -
> 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: [ scala ] Just asking for update on Scala for NetBeans

2019-09-30 Thread Emilian Bold
I think the most recent development wrt Scala is
https://github.com/cbm64chris/nbscala by Chris Luff and the plugin
would be at http://plugins.netbeans.org/plugin/75542/nbscala (added
2019-03-13).

So either you register the whole plugin portal update center URL or
you download the NBM and add it by and in the Plugins window.

--emi

On Mon, Sep 30, 2019 at 11:20 PM Alonso Del Arte
 wrote:
>
> I've been using NetBeans 11.1 for about a week now. Smooth sailing with all 
> my Java projects I started on NetBeans 8.2.
>
> For several months I've been aware of Geertjan Wielenga's 2013 tutorial for 
> installing Scala for NetBeans 7.3.1. But when I only had one computer for 
> programming, I was reluctant to even touch the NetBeans configuration file. 
> So I wrote Scala in Notepad and compiled it on the command line.
>
> Then I got a MacBook and installed NetBeans and IntelliJ on it, I've been 
> using IntelliJ for most of my Scala programming. Now I figured I should give 
> the Scala for NetBeans plugin a try on my MacBook.
>
> I followed Geertjan's tutorial up to Step 4, at which point I just couldn't 
> find the Scala plugin from within NetBeans 8.2. Then I upgraded to 11.1 and 
> couldn't find the plugin either. Then I found the plugin through a Web 
> browser, the page said it was verified for 8.1. I downloaded it and then just 
> didn't know what to do with it.
>
> Is the Scala plugin for Apache NetBeans in active development, or is it on 
> the back-burner, or has it been dropped?
>
> Al
>
> --
> Alonso del Arte
> Author at SmashWords.com
> Musician at ReverbNation.com

-
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



[ scala ] Just asking for update on Scala for NetBeans

2019-09-30 Thread Alonso Del Arte
I've been using NetBeans 11.1 for about a week now. Smooth sailing with all
my Java projects I started on NetBeans 8.2.

For several months I've been aware of Geertjan Wielenga's 2013 tutorial for
installing Scala for NetBeans 7.3.1. But when I only had one computer for
programming, I was reluctant to even touch the NetBeans configuration file.
So I wrote Scala in Notepad and compiled it on the command line.

Then I got a MacBook and installed NetBeans and IntelliJ on it, I've been
using IntelliJ for most of my Scala programming. Now I figured I should
give the Scala for NetBeans plugin a try on my MacBook.

I followed Geertjan's tutorial up to Step 4, at which point I just couldn't
find the Scala plugin from within NetBeans 8.2. Then I upgraded to 11.1 and
couldn't find the plugin either. Then I found the plugin through a Web
browser, the page said it was verified for 8.1. I downloaded it and then
just didn't know what to do with it.

Is the Scala plugin for Apache NetBeans in active development, or is it on
the back-burner, or has it been dropped?

Al

-- 
Alonso del Arte
Author at SmashWords.com

Musician at ReverbNation.com