Thanks. Good advice. I did figure it out though (thanks stackoverflow!).
Now I just need to figure out why Groovy breakpoints aren't honored.
On Sat, Nov 17, 2018 at 1:06 PM Geertjan Wielenga
wrote:
> I'd recommend asking all questions that relate to Gradle and NetBeans here
> in the form of i
I'd recommend asking all questions that relate to Gradle and NetBeans here
in the form of issues:
https://github.com/kelemen/netbeans-gradle-project
Gj
On Sat, Nov 17, 2018 at 7:34 PM Blake McBride wrote:
> On Sat, Nov 17, 2018 at 11:44 AM Emilian Bold
> wrote:
>
>> NetBeans seems to be confi
I fixed the source path problem by adding the following to build.gradle:
sourceSets {
main {
java {
srcDir 'src/main/java'
srcDir 'src/main/application'
}
}
}
Breakpoints in groovy code are still ignored with either type of project
(NetBeans or Gra
On Sat, Nov 17, 2018 at 11:44 AM Emilian Bold
wrote:
> NetBeans seems to be configured already with the sources (see screenshot).
>
There are two ways of dealing with the project setup:
1. A NetBeans project
2. A Gradle project
The code on Github is using a NetBeans project and I am able to
Hi, and thanks for the response.
This is a Gradle / tomcat / Java / Groovy app. The project is at
https://github.com/kiss-web/Kiss
I developed it with IntelliJ and it works well. I'm trying to port it over
to NetBeans to allow free development. Under NetBeans, breakpoints in
Groovy don't work,
Turns out, it is an error. It was configured for an outdated URL. Don't
know why it worked from the command line. Fixed now.
On Tue, Nov 13, 2018 at 8:38 PM Blake McBride wrote:
> Greetings,
>
> I am using NetBeans 8.2 on a 64 bit Linux box with Java 8. I have the
> "User Installed Plugins"