Re: [BETA] Apache NetBeans 12.5-beta2 available for testing

2021-08-25 Thread Thomas Kellerer
Neil C Smith schrieb am 25.08.2021 um 15:28:
> As mentioned earlier this week, I've triggered a second beta build for
> Apache NetBeans 12.5 today which is now available for testing.
>
> Changes between beta1 and beta2 can be seen at
> https://github.com/apache/netbeans/pull/3121
>
> Hopefully this can be our final beta and the voting candidate for 12.5
> can be built off the same git hash.  In particular, please test issues
> fixed between beta1 and beta2, as well as source builds.  Please also
> help with assessing / closing any relevant JIRA tickets. I suggest we
> could aim to move to a release vote a week today assuming no critical
> issues raised - Eric? Geertjan?
>
> The NetBeans 12.5-beta2 artifacts are here :
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/7/artifact/
>
> Link to the binary zip :
> https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/7/artifact/dist/netbeans/netbeans-12.5-beta2-bin.zip
> SHA512: 
> 349283292fc716ffc7e37461c59db11a4923f69fd9183ff7c92a161c9045d59c70e250ea44c042f9c65df1c66f2d1473f80ffe06b5cd7f292ca561621dacdb8d


Windows complains that netbeans64.exe is from an "untrusted source" and only 
runs it after a confirmation.

I never got this with any NetBeans .exe so it seems this beta was built 
differently.

Thomas


-
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: Properties for Gradle tasks

2021-08-25 Thread Laszlo Kishalmi
Yes, that would be a task for the Tooling Script. I mentioned it a few 
times here and there, that the tooling script is one of the 
weakest/strongest (depends on the point of view). It's kind of ugly, 
hard coded, not that easy to change. On the other hand it serializes the 
data into simple core java types (mostly, Strings, Maps, Sets and Files) 
which can be Garbage collected easier than Gradle remote proxies kind of 
serialization. Simple way to put it. Uses less memory and does not leak.


So if you want to export something simple from Gradle, I would tweak the 
tooling script. If you would shoot for something bigger, then there is a 
way to implement some Gradle Model loading using the constructs in 
org.netbeans.modules.gradle.loaders, though that thing is a bit premature.


BTW. What would be the thing to be extracted?

On 8/25/21 11:45 AM, Svata Dedic wrote:

Laszlo -

I've tried to find out how could a plugin inspect details of a Task 
configured for a gradle project -- but so far I haven't found a way 
how to dig out e.g. properties (primitive ones could be sufficient, 
maybe) ?
Is there a way or model in current Gradle support that I've missed ? 
The tooling groovy script could be capable of getting task 
configuration(s) from the live buildscript, so I would prefer that 
before some groovy parsing magic.


Thanks,
-S.

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

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





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

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





Properties for Gradle tasks

2021-08-25 Thread Svata Dedic

Laszlo -

I've tried to find out how could a plugin inspect details of a Task 
configured for a gradle project -- but so far I haven't found a way how 
to dig out e.g. properties (primitive ones could be sufficient, maybe) ?
Is there a way or model in current Gradle support that I've missed ? The 
tooling groovy script could be capable of getting task configuration(s) 
from the live buildscript, so I would prefer that before some groovy 
parsing magic.


Thanks,
-S.

-
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





[BETA] Apache NetBeans 12.5-beta2 available for testing

2021-08-25 Thread Neil C Smith
Hi All,

As mentioned earlier this week, I've triggered a second beta build for
Apache NetBeans 12.5 today which is now available for testing.

Changes between beta1 and beta2 can be seen at
https://github.com/apache/netbeans/pull/3121

Hopefully this can be our final beta and the voting candidate for 12.5
can be built off the same git hash.  In particular, please test issues
fixed between beta1 and beta2, as well as source builds.  Please also
help with assessing / closing any relevant JIRA tickets. I suggest we
could aim to move to a release vote a week today assuming no critical
issues raised - Eric? Geertjan?

The NetBeans 12.5-beta2 artifacts are here :
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/7/artifact/

Link to the binary zip :
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/7/artifact/dist/netbeans/netbeans-12.5-beta2-bin.zip
SHA512: 
349283292fc716ffc7e37461c59db11a4923f69fd9183ff7c92a161c9045d59c70e250ea44c042f9c65df1c66f2d1473f80ffe06b5cd7f292ca561621dacdb8d

The sources are here :
https://ci-builds.apache.org/job/Netbeans/job/netbeans-TLP/job/netbeans/job/release125/7/artifact/dist/netbeans/netbeans-12.5-beta2-source.zip
SHA512: 
aa5b948359a3b6c9a4a4f86701c1f497846b41875a44f4d75de4cf5a6a9295ad122125bd1784b3a52961c2415f01e8ef7cc7c77b57fe50b616b5ffbf9df4bb28

NB 12.5 major changes :
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.5

All PRs integrated into 12.5 are :
https://github.com/apache/netbeans/pulls?q=is%3Aclosed+milestone%3A12.5

Release schedule :
https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule

Bug Priority Guidelines :
https://cwiki.apache.org/confluence/display/NETBEANS/Bug+Priority+Guidelines

Best wishes,

Neil

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

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





Re: NetBeans 12.5 beta 2?

2021-08-25 Thread Geertjan Wielenga
Thanks for pushing ahead! We could meet in a Zoom call tomorrow morning to
talk through where we are at.

Gj

On Wed, 25 Aug 2021 at 09:59, Neil C Smith  wrote:

> On Mon, 23 Aug 2021 at 10:28, Neil C Smith  wrote:
> > We're a bit behind on the release schedule for 12.5 at the moment, and
> > there are a few things that need merging to create a beta-2 for
> > testing purposes.  Without wanting to tread on any toes (but following
> > some off-list release related emails) I'm intending to pick up some
> > tasks to allow us to get a second beta build done on Wednesday of this
> > week.  Unless anyone has concerns or needs to delay for fixes (eg.
> > below!)?  Be good if beta2 can end up being our vote candidate if we
> > don't want to be too late.
>
> OK, not heard anything further from anyone (or Eric) so I'm going to
> proceed with syncing the release branch.  All being well with the
> build, should be a beta2 later today.
>
> > There are a number of deadlock related issues open on JIRA at the moment
> -
> >
> > * NETBEANS-5740 / NETBEANS-5913 (look to be same issue)
> > * NETBEANS-5914
>
> OK, got clarification that NB-5740 / NB-5913 should be fixed without
> further changes in Micronaut support (although there may be further
> improvements later).
>
> Still slightly concerned for release about NB-5914.  Anyone else seen
> / have thoughts on this one?
>
> Thanks and best wishes,
>
> Neil
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: NetBeans 12.5 beta 2?

2021-08-25 Thread Neil C Smith
On Mon, 23 Aug 2021 at 10:28, Neil C Smith  wrote:
> We're a bit behind on the release schedule for 12.5 at the moment, and
> there are a few things that need merging to create a beta-2 for
> testing purposes.  Without wanting to tread on any toes (but following
> some off-list release related emails) I'm intending to pick up some
> tasks to allow us to get a second beta build done on Wednesday of this
> week.  Unless anyone has concerns or needs to delay for fixes (eg.
> below!)?  Be good if beta2 can end up being our vote candidate if we
> don't want to be too late.

OK, not heard anything further from anyone (or Eric) so I'm going to
proceed with syncing the release branch.  All being well with the
build, should be a beta2 later today.

> There are a number of deadlock related issues open on JIRA at the moment -
>
> * NETBEANS-5740 / NETBEANS-5913 (look to be same issue)
> * NETBEANS-5914

OK, got clarification that NB-5740 / NB-5913 should be fixed without
further changes in Micronaut support (although there may be further
improvements later).

Still slightly concerned for release about NB-5914.  Anyone else seen
/ have thoughts on this one?

Thanks and best wishes,

Neil

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

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