Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-05-01 Thread Emilian Bold
This was using Gradle 6 and it seems after doing some more builds and then configuring Gradle in the options NetBeans is able to load the project... Odd thing is the IDE did detect the Gradle binary correctly so maybe the repeat build finally produced something on disk? It's a big project so I

Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-04-29 Thread Peter Steele
Run the build on the command line to see if it's a netbeans issue, if it is then run with With --info or --debug (logging levels) or with --stacktrace to get the stack trace info of the build failure. If it works on the command line then you need to setup gradle properly in netbeans. On Wed, 29

Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-04-29 Thread Laszlo Kishalmi
Hi Emi! Could you make the build skeleton of the project zipped and added to a JIRA Issue, I'd be curious what is happening there. Yes the notification is rendered to a JLabel. I could try to put that into an JEditor instead, to be selectable. On 4/28/20 11:29 PM, Emilian Bold wrote:

Re: Gradle based project won't load. How to investigate it or see compiler output?

2020-04-29 Thread Fred Welland
Not sure if this will helpI 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

Gradle based project won't load. How to investigate it or see compiler output?

2020-04-29 Thread Emilian Bold
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: '' > Execution failed for task: '' > Could not run build action using