Re: Status update on 11.2-beta1

2019-09-20 Thread Geertjan Wielenga
Fantastic news, Neil.

Gj

On Fri, 20 Sep 2019 at 08:18, Mehdi Haghgoo
 wrote:

>
>  That's great news.  I love Netbeans. Is there hope that more community
> plug-ins, especially better docker tooling will be added in the next few
> releases?
>
>
>
>   On Fri, Sep 20, 2019 at 7:42 PM, Neil C Smith
> wrote:   Hi All,
>
> I know you're all anxiously waiting to test 11.2-beta1!
> Unfortunately, there are a few teething problems with the new Jenkins
> release pipeline, although we're getting close to solving them.  Eric
> particularly has done a lot of work on this over the last few months,
> and it is worth the immediate one-off hassle as it will make releases
> much easier to do in the future.  It brings together release builds,
> Maven, branding, docs, etc. in one place.
>
> All being well, 11.2-beta1 will be available early next week.  And in
> the meantime, daily builds are useful to test!
>
> Some conversations have been ongoing on PRs and in the netbeans-build
> slack channel at Apache, if you're interested.
>
> Best wishes,
>
> Neil
> Volunteer release manager for Apache NetBeans 11.2
>
> -
> 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: Status update on 11.2-beta1

2019-09-20 Thread Mehdi Haghgoo

 That's great news.  I love Netbeans. Is there hope that more community 
plug-ins, especially better docker tooling will be added in the next few 
releases?


 
  On Fri, Sep 20, 2019 at 7:42 PM, Neil C Smith wrote:   
Hi All,

I know you're all anxiously waiting to test 11.2-beta1!
Unfortunately, there are a few teething problems with the new Jenkins
release pipeline, although we're getting close to solving them.  Eric
particularly has done a lot of work on this over the last few months,
and it is worth the immediate one-off hassle as it will make releases
much easier to do in the future.  It brings together release builds,
Maven, branding, docs, etc. in one place.

All being well, 11.2-beta1 will be available early next week.  And in
the meantime, daily builds are useful to test!

Some conversations have been ongoing on PRs and in the netbeans-build
slack channel at Apache, if you're interested.

Best wishes,

Neil
Volunteer release manager for Apache NetBeans 11.2

-
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



  


Status update on 11.2-beta1

2019-09-20 Thread Neil C Smith
Hi All,

I know you're all anxiously waiting to test 11.2-beta1!
Unfortunately, there are a few teething problems with the new Jenkins
release pipeline, although we're getting close to solving them.  Eric
particularly has done a lot of work on this over the last few months,
and it is worth the immediate one-off hassle as it will make releases
much easier to do in the future.  It brings together release builds,
Maven, branding, docs, etc. in one place.

All being well, 11.2-beta1 will be available early next week.  And in
the meantime, daily builds are useful to test!

Some conversations have been ongoing on PRs and in the netbeans-build
slack channel at Apache, if you're interested.

Best wishes,

Neil
Volunteer release manager for Apache NetBeans 11.2

-
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: planet netbeans

2019-09-20 Thread Geertjan Wielenga
Awesome!

Gj

On Fri, 20 Sep 2019 at 01:12, Alexius Diakogiannis <
alexius.diakogian...@gmail.com> wrote:

> As per JCrete outcomes I've started developing a simple Planet Netbeans.
> I've managed to collect the previous rss sources from web.archive and I'll
> validate them one by one.
>
> If anyone wished to include his blog's rss that will be Netbeans related
> then please fill out this form https://forms.gle/orUQXZt3MPTAf9So9
>
> If anyone used to have his blog included and is able to provide a full
> export in an rss format let me know.
>
> Cheers
>
> *Alexius Diakogiannis, CSM*
> *Archer / Linux Lover / Java Geek*
>
> *About me*: https://about.me/diakogiannis/
> *Linked In*: https://www.linkedin.com/in/diakogiannis/
> *Blog:*  https://www.jee.gr
> *PGP Pub Key: *https://pgp.key-server.io/0x669822139B6027AC
>


Re: Can anyone give me a help about developing antlr formatter

2019-09-20 Thread Mario Schroeder
Hi,

maybe this one can help you as well:
https://github.com/mario-s/nb-hyperledger
It uses a ANTLR Grammar to generate Lexer and Parser.

A lot of ANTLR samples can be found in this repository:
https://github.com/antlr/grammars-v4

Greetings,
Mario

Am Fr., 20. Sept. 2019 um 10:29 Uhr schrieb Alessandro <
alex.fala...@gmail.com>:

> Hi Tim,
>   I am interested too.
>
> I have a plugin with an editor using a JFlex based lexer and a Parboiled
> based parser and I would like to move to a unified solution with an ANTLR
> based lexer and parser.
>
> It would be wonderful if you could share something.
>
> Greets,
> Alex
>
>
> Il giorno lun 16 set 2019 alle ore 01:48 Tim Boudreau  >
> ha scritto:
>
> > I have some stuff under development that might be useful for that. You
> want
> > to format a language that has an Antlr grammar, right?
> >
> > -Tim
> >
> > On Sun, Sep 15, 2019 at 11:43 AM Peter Cheung 
> > wrote:
> >
> > > Hi All
> > >  Can anyone give me a help about developing antlr formatter? Where
> i
> > > can get an example to develop a custom formatter?
> > > Thanks
> > > From Peter
> > >
> > M
> > --
> > http://timboudreau.com
> >
>


Re: Can anyone give me a help about developing antlr formatter

2019-09-20 Thread Alessandro
Hi Tim,
  I am interested too.

I have a plugin with an editor using a JFlex based lexer and a Parboiled
based parser and I would like to move to a unified solution with an ANTLR
based lexer and parser.

It would be wonderful if you could share something.

Greets,
Alex


Il giorno lun 16 set 2019 alle ore 01:48 Tim Boudreau 
ha scritto:

> I have some stuff under development that might be useful for that. You want
> to format a language that has an Antlr grammar, right?
>
> -Tim
>
> On Sun, Sep 15, 2019 at 11:43 AM Peter Cheung 
> wrote:
>
> > Hi All
> >  Can anyone give me a help about developing antlr formatter? Where i
> > can get an example to develop a custom formatter?
> > Thanks
> > From Peter
> >
> M
> --
> http://timboudreau.com
>


planet netbeans

2019-09-20 Thread Alexius Diakogiannis
As per JCrete outcomes I've started developing a simple Planet Netbeans.
I've managed to collect the previous rss sources from web.archive and I'll
validate them one by one.

If anyone wished to include his blog's rss that will be Netbeans related
then please fill out this form https://forms.gle/orUQXZt3MPTAf9So9

If anyone used to have his blog included and is able to provide a full
export in an rss format let me know.

Cheers

*Alexius Diakogiannis, CSM*
*Archer / Linux Lover / Java Geek*

*About me*: https://about.me/diakogiannis/
*Linked In*: https://www.linkedin.com/in/diakogiannis/
*Blog:*  https://www.jee.gr
*PGP Pub Key: *https://pgp.key-server.io/0x669822139B6027AC


Re: Re: JCrete Apache NetBeans session outcomes

2019-09-20 Thread Alexius Diakogiannis
I 've started working on the planet, I've managed to salvage the rss list
from web.archive but I'll send another email in a second with a form so if
anyone wishes he can put his rss in there

*Alexius Diakogiannis, CSM*
*Archer / Linux Lover / Java Geek*

*About me*: https://about.me/diakogiannis/
*Linked In*: https://www.linkedin.com/in/diakogiannis/
*Blog:*  https://www.jee.gr
*PGP Pub Key: *https://pgp.key-server.io/0x669822139B6027AC


On Fri, 20 Sep 2019 at 08:00, huang kai  wrote:

> +1
>
> 在2019年09月20,上午 1:59,Eric Bresie  写道:
> Any defects need to be raised based on thes findings if not already? Eric
> Bresie ebre...@gmail.com
> On September 11, 2019 at 1:43:21 PM PDT, Geertjan Wielenga <
> geert...@apache.org> wrote: Excellent,
> understand and agree on all points. Thanks, Gj On Wed, 11 Sep 2019 at
> 22:24, John Kostaras mailto:jkosta...@gmail.com>>
> wrote: > I guess, I forgot to distribute this. We ran a session about
> Apache > NetBeans in JCrete and here are the outcomes. > > - NB has very
> good support for EE and mvn > - Very good support for JS developers in the
> past (see their changes in the > browser); not anymore; VSCode has very
> good support for JS and NB should > take ideas for plugins; or make VSCode
> work together with NB > - Need to rewrite the AngularJS, MicroProfile,
> jHipster plugins > - Quick presentation mode, support for mirroring screens
> > - Due to the move to Apache many developers seem to have moved away from
> > NB; versions 9.0-11.0 should have been named beta > - Communication &
> Marketing, e.g. people have missed that NB went to > Apache; JetBrains do
> have communication people; > - Page: like in jakarta live feed to publish
> blogs (add your blog; list of > bloggers); Alexius could host this > - How
> can one integrate a feature to the core of NB, e.g. Atlassian's > Bamboo CI
> Integration NB-954? > - Continue with the virtual meetings; need once per
> month > - NetBeans Days? or virtual? > - When a new plugin is uploaded,
> some people should be triggered; e.g. for > testing, verification instead
> of sending an email to the dev mainling list > > Kind regards, > > John. >
>