[jira] [Commented] (NETBEANS-4916) Remove confusing Compile on Save option from Gradle Projects

2021-08-06 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394720#comment-17394720
 ] 

Ulrich Mayring commented on NETBEANS-4916:
--

What ways are you referring to that Gradle can achieve this?

> Remove confusing Compile on Save option from Gradle Projects
> 
>
> Key: NETBEANS-4916
> URL: https://issues.apache.org/jira/browse/NETBEANS-4916
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Compile on Save functionality is not implemented. I have an old branch 
> for that from the pre NetBeans 11.0 days.
> It is better to remove that option as Gradle has its own ways to achieve this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2021-01-11 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262762#comment-17262762
 ] 

Ulrich Mayring commented on NETBEANS-5177:
--

Looks good here as well. Thank you!

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Assignee: Laszlo Kishalmi
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2021-01-11 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262533#comment-17262533
 ] 

Ulrich Mayring commented on NETBEANS-5177:
--

I can confirm the finding by Onno Molenkamp, I'm on a Gradle project as well. 
lsof takes about 40 seconds to even start outputting anything and then it's 
basically every directory in 
{color:#00}.gradle/caches/modules-2/files-2.1/{color}

Memory consumption of NB increases steadily, even if I don't do anything in the 
IDE and just watch (having my Gradle project open). The number of open file 
handles increases at a rate of about 200 per minute. If I then click on "forced 
garbage collection", memory usage is brought back to where I started, but the 
number of open files handles just keeps on increasing. Stopping the IDE brings 
it back down immediately.

There are no stack traces in the log file, the only interesting messages are a 
bunch of those:

{color:#00}Even though the source level of [... some directory in my Grade 
project ...]{color} is set to: 11, java.util.zip.CRC32C cannot be found on the 
system module path:  
Changing source level to 1.8

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Assignee: Laszlo Kishalmi
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2021-01-08 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17261422#comment-17261422
 ] 

Ulrich Mayring commented on NETBEANS-5177:
--

Well, unfortunately the IDE crashed again. This time the error messages are 
different, please see screenshot2.png.

I could not even save the changes to an open file, Netbeans would complain that 
it couldn't get exclusive access to it. So I had to kill the IDE and lost all 
unsaved changes.

There is something seriously wrong with 12.2, it is unusable that way. 
!screenshot2.png!

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Priority: Blocker
> Attachments: sc.png, screenshot2.png
>
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2021-01-08 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-5177:
-
Attachment: screenshot2.png

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Priority: Blocker
> Attachments: sc.png, screenshot2.png
>
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2021-01-08 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17261162#comment-17261162
 ] 

Ulrich Mayring commented on NETBEANS-5177:
--

However, since executing your command I have not experienced any more crashes. 
I do not understand what restorecon does, as I have no experience with SELinux 
except how to disable it.

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Priority: Blocker
> Attachments: sc.png
>
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2021-01-07 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260403#comment-17260403
 ] 

Ulrich Mayring commented on NETBEANS-5177:
--

SELinux is disabled on my machine.

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Priority: Blocker
> Attachments: sc.png
>
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2020-12-22 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253412#comment-17253412
 ] 

Ulrich Mayring commented on NETBEANS-5177:
--

I have deleted the file in question and tried again. NB did regenerate the file 
and the crash happened again, this time with a slightly different message, 
which I could not catch, because KDE crashed. But I could read that there was a 
locking contention and "null".

> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Priority: Blocker
> Attachments: sc.png
>
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
> MTTF=71985
> uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2020-12-22 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-5177:
-
Description: 
I experienced a number of total freezes after installing NB 12.2 (have been 
using 12.0 before), but could not get an error message of any sort, since NB 
was completely unresponsive to keystrokes or mouse. This changed today, I got 
an error popup, which I attach. NB was again totally unresponsive, but I could 
make a screenshot of the popup message.

The black shadow around the error dialog actually is tens or hundreds of the 
same popup windows behind the first one. They keep piling up at CPU speed until 
the app runs out of memory or is killed. For a while I could close a few of 
them, but they kept coming up faster than I could click.

The file in question (see screenshot) looks normal to me. It has the correct 
owner and permissions and its content is this:

count=1000
 MTTF=71985
 uihandler.preferences.writable.check=1608633016127

The crash happened directly after starting the IDE, while it was reading in the 
last project I worked on. No user interaction was involved.

Fedora 29 / KDE.

  was:
I experienced a number of total freezes after installing NB 12.2 (have been 
using 12.0 before), but could not get an error message of any sort, since NB 
was completely unresponsive to keystrokes or mouse. This changed today, I got 
an error popup, which I attach. NB was again totally unresponsive, but I could 
make a screenshot of the popup message.

The black shadow around the error dialog actually is tens or hundreds of the 
same popup windows behind the first one. They keep piling up at CPU speed until 
the app runs out of memory or is killed. For a while I could close a few of 
them, but they kept coming up faster than I could click.

The file in question (see screenshot) looks normal to me. It has the correct 
owner and permissions and its content is this:

count=1000
MTTF=71985
uihandler.preferences.writable.check=1608633016127

The crash happened directly after starting the IDE, while it was reading in the 
last project I worked on. No user interaction was involved.


> Crash: cannot get exclusive access to uihandler.properties
> --
>
> Key: NETBEANS-5177
> URL: https://issues.apache.org/jira/browse/NETBEANS-5177
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Ulrich Mayring
>Priority: Blocker
> Attachments: sc.png
>
>
> I experienced a number of total freezes after installing NB 12.2 (have been 
> using 12.0 before), but could not get an error message of any sort, since NB 
> was completely unresponsive to keystrokes or mouse. This changed today, I got 
> an error popup, which I attach. NB was again totally unresponsive, but I 
> could make a screenshot of the popup message.
> The black shadow around the error dialog actually is tens or hundreds of the 
> same popup windows behind the first one. They keep piling up at CPU speed 
> until the app runs out of memory or is killed. For a while I could close a 
> few of them, but they kept coming up faster than I could click.
> The file in question (see screenshot) looks normal to me. It has the correct 
> owner and permissions and its content is this:
> count=1000
>  MTTF=71985
>  uihandler.preferences.writable.check=1608633016127
> The crash happened directly after starting the IDE, while it was reading in 
> the last project I worked on. No user interaction was involved.
> Fedora 29 / KDE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties

2020-12-22 Thread Ulrich Mayring (Jira)
Ulrich Mayring created NETBEANS-5177:


 Summary: Crash: cannot get exclusive access to uihandler.properties
 Key: NETBEANS-5177
 URL: https://issues.apache.org/jira/browse/NETBEANS-5177
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
Reporter: Ulrich Mayring
 Attachments: sc.png

I experienced a number of total freezes after installing NB 12.2 (have been 
using 12.0 before), but could not get an error message of any sort, since NB 
was completely unresponsive to keystrokes or mouse. This changed today, I got 
an error popup, which I attach. NB was again totally unresponsive, but I could 
make a screenshot of the popup message.

The black shadow around the error dialog actually is tens or hundreds of the 
same popup windows behind the first one. They keep piling up at CPU speed until 
the app runs out of memory or is killed. For a while I could close a few of 
them, but they kept coming up faster than I could click.

The file in question (see screenshot) looks normal to me. It has the correct 
owner and permissions and its content is this:

count=1000
MTTF=71985
uihandler.preferences.writable.check=1608633016127

The crash happened directly after starting the IDE, while it was reading in the 
last project I worked on. No user interaction was involved.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-12-18 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251929#comment-17251929
 ] 

Ulrich Mayring edited comment on NETBEANS-3323 at 12/18/20, 6:26 PM:
-

Where did the setting go? It disappeared in NB 12.2.

(see new screenshot)


was (Author: ulim):
Where did the setting go? It disappeared in NB 12.2.

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 11.1, 11.2, 11.3
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-12.2.png, 
> screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-12-18 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Attachment: screen-12.2.png

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 11.1, 11.2, 11.3
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-12.2.png, 
> screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-12-18 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251929#comment-17251929
 ] 

Ulrich Mayring commented on NETBEANS-3323:
--

Where did the setting go? It disappeared in NB 12.2.

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 11.1, 11.2, 11.3
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-4868) Gradle Support missing from NB 12.1

2020-12-18 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring closed NETBEANS-4868.

Resolution: Fixed

> Gradle Support missing from NB 12.1
> ---
>
> Key: NETBEANS-4868
> URL: https://issues.apache.org/jira/browse/NETBEANS-4868
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: Fedora 29
>Reporter: Ulrich Mayring
>Priority: Major
>
> After installing NB 12.1 from scratch and disabling PHP and Java EE in the 
> installer, there is no support for Gradle projects available. Gradle projects 
> cannot be opened and when trying to create a new one, the message "this 
> feature is not activated yet" appears and upon clicking "next" nothing 
> happens.
> In a parallel installation of NB 12.0 I find that there is a Groovy plugin 
> installed and it includes the modules "Groovy and Gradle". This plugin has 
> version 1.4 and Gradle projects work fine there.
> Whereas in NB 12.1 the same plugin has version 1.41 and it has only the 
> "Groovy" module. There is no seperate Gradle plugin that can be installed 
> except a "Gradle Java EE" plugin, but that is specifically for JavaEE 
> support, which I have not installed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4868) Gradle Support missing from NB 12.1

2020-12-18 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251927#comment-17251927
 ] 

Ulrich Mayring commented on NETBEANS-4868:
--

This is fixed in 12.2 when downloading the ZIP-File. I haven't tested the 12.2 
installers.

> Gradle Support missing from NB 12.1
> ---
>
> Key: NETBEANS-4868
> URL: https://issues.apache.org/jira/browse/NETBEANS-4868
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: Fedora 29
>Reporter: Ulrich Mayring
>Priority: Major
>
> After installing NB 12.1 from scratch and disabling PHP and Java EE in the 
> installer, there is no support for Gradle projects available. Gradle projects 
> cannot be opened and when trying to create a new one, the message "this 
> feature is not activated yet" appears and upon clicking "next" nothing 
> happens.
> In a parallel installation of NB 12.0 I find that there is a Groovy plugin 
> installed and it includes the modules "Groovy and Gradle". This plugin has 
> version 1.4 and Gradle projects work fine there.
> Whereas in NB 12.1 the same plugin has version 1.41 and it has only the 
> "Groovy" module. There is no seperate Gradle plugin that can be installed 
> except a "Gradle Java EE" plugin, but that is specifically for JavaEE 
> support, which I have not installed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-4868) Gradle Support missing from NB 12.1

2020-11-03 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17225332#comment-17225332
 ] 

Ulrich Mayring commented on NETBEANS-4868:
--

I have just downloaded the binary distribution as opposed to the installer, to 
make sure I have everything that's needed. But the result is the same as going 
via the installer: no Gradle support installed and no Gradle plugin available 
to install.

I am really wondering why this issue gets no attention, as it seems to be a 
pretty major bug. Gradle is certainly one of the most popular build tools and 
millions are working with it. The only sensible conclusion is that I am doing 
something wrong - but what? I downloaded the distribution, unpacked it, put my 
Java 11 SDK in netbeans.conf and started the IDE.

> Gradle Support missing from NB 12.1
> ---
>
> Key: NETBEANS-4868
> URL: https://issues.apache.org/jira/browse/NETBEANS-4868
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: Fedora 29
>Reporter: Ulrich Mayring
>Priority: Major
>
> After installing NB 12.1 from scratch and disabling PHP and Java EE in the 
> installer, there is no support for Gradle projects available. Gradle projects 
> cannot be opened and when trying to create a new one, the message "this 
> feature is not activated yet" appears and upon clicking "next" nothing 
> happens.
> In a parallel installation of NB 12.0 I find that there is a Groovy plugin 
> installed and it includes the modules "Groovy and Gradle". This plugin has 
> version 1.4 and Gradle projects work fine there.
> Whereas in NB 12.1 the same plugin has version 1.41 and it has only the 
> "Groovy" module. There is no seperate Gradle plugin that can be installed 
> except a "Gradle Java EE" plugin, but that is specifically for JavaEE 
> support, which I have not installed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-10-02 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206168#comment-17206168
 ] 

Ulrich Mayring commented on NETBEANS-3323:
--

The problem persists in NB 12.0 (I am not posting any new screenshots, as it 
looks the same throughout all affected versions)

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2, 11.3
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-10-02 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Affects Version/s: 12.0

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 11.1, 11.2, 11.3
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-4868) Gradle Support missing from NB 12.1

2020-10-02 Thread Ulrich Mayring (Jira)
Ulrich Mayring created NETBEANS-4868:


 Summary: Gradle Support missing from NB 12.1
 Key: NETBEANS-4868
 URL: https://issues.apache.org/jira/browse/NETBEANS-4868
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.1
 Environment: Fedora 29
Reporter: Ulrich Mayring


After installing NB 12.1 from scratch and disabling PHP and Java EE in the 
installer, there is no support for Gradle projects available. Gradle projects 
cannot be opened and when trying to create a new one, the message "this feature 
is not activated yet" appears and upon clicking "next" nothing happens.

In a parallel installation of NB 12.0 I find that there is a Groovy plugin 
installed and it includes the modules "Groovy and Gradle". This plugin has 
version 1.4 and Gradle projects work fine there.

Whereas in NB 12.1 the same plugin has version 1.41 and it has only the 
"Groovy" module. There is no seperate Gradle plugin that can be installed 
except a "Gradle Java EE" plugin, but that is specifically for JavaEE support, 
which I have not installed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-4334) IDE does not index generated Sources in Gradle Project

2020-05-14 Thread Ulrich Mayring (Jira)
Ulrich Mayring created NETBEANS-4334:


 Summary: IDE does not index generated Sources in Gradle Project
 Key: NETBEANS-4334
 URL: https://issues.apache.org/jira/browse/NETBEANS-4334
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.3
Reporter: Ulrich Mayring
 Attachments: screenshot1.png, screenshot2.png

I have a gradle project (actually a subproject, if that matters), where sources 
are generated via swagger-codegen. The folder with the generated sources is 
configured as a source folder in the Properties under Sources (see screenshot1).

However, the generated sources are not recognized and, I suppose, not indexed 
by the IDE (see screenshot 2 - folder is displayed as "Error Node").

The effect of this error is that the IDE thinks these packages do not exist and 
it displays everything with the wavy red underline.

Gradle itself has no problem with these packages at compile-time and the build 
works fine.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-03-25 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Affects Version/s: 11.3

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2, 11.3
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-03-25 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Attachment: screen-11.3.png

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2020-03-25 Thread Ulrich Mayring (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17066551#comment-17066551
 ] 

Ulrich Mayring commented on NETBEANS-3323:
--

The problem persists in NB 11.3 (see new screenshot).

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-11.3.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2019-11-02 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Affects Version/s: 11.2

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2019-11-01 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Environment: Fedora 30, nb-javac installed  (was: Fedora 30)

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot).
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2019-11-01 Thread Ulrich Mayring (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ulrich Mayring updated NETBEANS-3323:
-
Description: 
In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
The option is not selected in the configuration and cannot be selected due to 
being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.

When I open the exact same project in NB 8.2 the feature works as expected. 
There is a global configuration option that can be enabled and disabled as well 
(see other screenshot).

  was:
In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
The option is not selected in the configuration and cannot be selected due to 
being greyed out (see screenshot).

When I open the exact same project in NB 8.2 the feature works as expected. 
There is a global configuration option that can be enabled and disabled as well 
(see other screenshot).


> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2019-11-01 Thread Ulrich Mayring (Jira)
Ulrich Mayring created NETBEANS-3323:


 Summary: "Compile on Save" not working in Gradle Project, Config 
Option disabled
 Key: NETBEANS-3323
 URL: https://issues.apache.org/jira/browse/NETBEANS-3323
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: Fedora 30
Reporter: Ulrich Mayring
 Attachments: screen-11.1.png, screen-8.2.png

In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
The option is not selected in the configuration and cannot be selected due to 
being greyed out (see screenshot).

When I open the exact same project in NB 8.2 the feature works as expected. 
There is a global configuration option that can be enabled and disabled as well 
(see other screenshot).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists