Not sure if this will help....I did point this out to this list a
while back -- it didn't get traction.

 Comment applies to 11.3 - probably covers 12 too.

It seems 11.3 using Gradle 6x tooling api for stuff including build file
parsing/ingest.

My inventory of gradle projects in 20+; some are old using like g3x.

There are some gradle constructs used in older builds that are NOT
compatible with G6.

G6 wouldn't deal with it, and NB11.3 was even worse -- just really nothing
useful to say about the project/build when it couldn't load it.

I just got in habit of making sure G6x would at least tolerate my build
files (via CLI) before trying to load in NB 11.3.

(It would be great of NB could tolerate a wider set of G versions)







On Wed, Apr 29, 2020 at 2:30 AM Emilian Bold <[email protected]> wrote:

> Hello,
>
> I have a Gradle based project that won't load in any version of
> NetBeans, including the 12 beta. The notification shown says:
>
> > Compilation failed; see the compiler output for details.
> > Execution failed for task: '<some build task>'
> > Execution failed for task: '<some build task>'
> > Could not run build action using Gradle installation '<path to gradle
> wrapper dists/ folder>'
>
> How does one go about investigating this problem?
>
> For starters, I don't see anything in the output window or messages.log.
>
> Where is the compiler output with the details?
>
> A minor issue: the notification itself (being a Swing component) doesn't
> allow you to copy-paste the error message.
>
> --emi
>

Reply via email to