Attila Kelemen

Results 349 comments of Attila Kelemen

In the dependencies node, I cannot do that because this information is lost to me. Pretty much the only thing I have is the list of file paths for source...

If you can't make the NB process inherit the variable, then I can't think of any way to access the variable. Unfortunately, I can't even implement such a feature because...

This is an NB thing. It is just NB requests some info about the project for which the plugin need to evaluate it. If you think it shouldn't, you may...

A general request is probably futile because it could easily lead to a complete rewrite of NB. However, if you could find specific problems, then that might be addressable. It...

If you would close project1 (and if project2 has its own settings.gradle), then NB should no longer add project1's settings.gradle. This automatic adding of "-c" was added to support other...

I don't think there is support anywhere for environmental variable expansion. So, if I add support, I will have to review everything, otherwise it would confuse people why it works...

Actually, I have just realized that the very same thing I have mentioned works for task definitions (not for what you need though).

I have done this for the location only but will review what else do I need to update. Can you build the plugin and try if it works for you?

If you have checked out the source code from this repository, you should be able to simply open the project in NB and build it as any other project in...

That would imply that your output will be cluttered with stack trace even in case of a compilation failure (since I can't distinguish between the causes of build failures easily)....