Attila Kelemen
Attila Kelemen
Retrieving the task graph is possible since Gradle 1.8 (I have tried it). However, it is not free (the performance cost is considerable), so retrieving the task graph should be...
I don't output anything before receiving a line ending to analyze a full line if something has to be turned into a link. I can't really remember but I think...
I think currently the only way to get around this is to start Gradle from the terminal (even if it is the terminal of NB). I have checked and it...
I looked around the NB API if I could remove the last output line (so that I could print it after checking for links) but had no success even with...
I will see to implement it after #386 is settled in some form to make merging easier (it is quite annyoing to merge this branch after changes of these kinds...
It seems to be a proxy configuration issue given the error message. You should configure the proxy for your Gradle build, and before attempting to load NB, please verify if...
I have tried it and I can run multiple "Run" commands parallel. What exactly are you trying to do? That is, what exactly is blocking what? The only thing I...
Actually, what I mean by the "non-blocking" checkbox is this: This task will not block once it started, so other tasks should wait for it to finish. This is not...
It is not completely redundant because you can access the stack trace from there. It is currently not possible to disable the bubbles. I will see if showing the bubbles...
It doesn't seem to be possible to me to not display the balloon but still have a notification window entry. This is the API I'm using: [NotificationDisplayer](http://bits.netbeans.org/dev/javadoc/org-openide-awt/org/openide/awt/NotificationDisplayer.html). If you can...