Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-31 Thread Svata Dedic
Dne 31. 03. 21 v 17:31 Scott Palmer napsal(a): That was exactly it. Why don’t we just update the requirements to Ant 1.10.8 and close that issue? Scott 1/ the issue is closed/fixed already 2/ IMHO not worth to bump requirements now, but sooner or later we may need some new _feature_ of

Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-31 Thread Scott Palmer
On Mar 31, 2021, at 10:36 AM, Neil C Smith wrote: > > On Wed, 31 Mar 2021 at 02:04, Scott Palmer wrote: >> >> I tried to build this without success on a mac using Java 11 and Ant 1.10.2 >> >> I assumed just running “ant” would work, and the README doesn’t say >> otherwise. Is there some

Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-31 Thread Neil C Smith
On Wed, 31 Mar 2021 at 02:04, Scott Palmer wrote: > > I tried to build this without success on a mac using Java 11 and Ant 1.10.2 > > I assumed just running “ant” would work, and the README doesn’t say > otherwise. Is there some other magic to it? Sounds like

Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-31 Thread Laszlo Kishalmi
I usually call ant -q build on Ubuntu though. You might take your chances with Java 8 as well, that still has to work On 3/30/21 6:03 PM, Scott Palmer wrote: I tried to build this without success on a mac using Java 11 and Ant 1.10.2 I assumed just running “ant” would work, and the README

Re: Gradle Project Loading Changes, Call for Test/Review

2021-03-30 Thread Scott Palmer
I tried to build this without success on a mac using Java 11 and Ant 1.10.2 I assumed just running “ant” would work, and the README doesn’t say otherwise. Is there some other magic to it? Scott > On Mar 29, 2021, at 12:52 PM, Laszlo Kishalmi > wrote: > > Dear all, > > I have a massive

Gradle Project Loading Changes, Call for Test/Review

2021-03-29 Thread Laszlo Kishalmi
Dear all, I have a massive change at https://github.com/apache/netbeans/pull/2747 . I've been working on this since the 12.2 cycle ended. The main idea is to enable project to be loaded in *one run* into disk cache. I'm testing this on the Gradle port of NetBeans, which does work enough to