[jira] [Commented] (NETBEANS-6186) NbModuleSuite can fail on Java 11 while working on Java 8

2021-12-23 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-6186:
---

I do. JDK 11 would be fine for me.

> NbModuleSuite can fail on Java 11 while working on Java 8
> -
>
> Key: NETBEANS-6186
> URL: https://issues.apache.org/jira/browse/NETBEANS-6186
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Reporter: Laszlo Kishalmi
>Assignee: Jaroslav Tulach
>Priority: Major
>
> This one is the result of:https://github.com/apache/netbeans/pull/3298



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6331) Coldfolds automatically open when mouse hovers and popup shows fold content

2021-12-23 Thread Justin Levene (Jira)
Justin Levene created NETBEANS-6331:
---

 Summary: Coldfolds automatically open when mouse hovers and popup 
shows fold content
 Key: NETBEANS-6331
 URL: https://issues.apache.org/jira/browse/NETBEANS-6331
 Project: NetBeans
  Issue Type: Bug
 Environment: In the editor for PHP
Reporter: Justin Levene


This is an old bug #226481 from the old bug report back from 2013 and it is 
still there.

 

In a PHP class, if you collapse all, open the class, then hover over a 
collapsed function etc., everything that is collapsed automatically fully opens



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Jira


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

Hervé Bitteur commented on NETBEANS-6330:
-

FYI, I removed the srcDir 'src/main' from resources, I left it in java. 
Behavior is OK in both cases, with and without the modification.

Bye Geertjan

 

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga closed NETBEANS-6330.
---
Resolution: Not A Problem

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6330:
-

Excellent. 

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Jira


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

Hervé Bitteur commented on NETBEANS-6330:
-

Good news:

I have switched to JDK 17 and Gradle 7.3 , modified netbeans_jdkhome in 
Netbeans config file, modified JAVA_HOME env variable, modified 
sourceCompatibility in my build.gradle, ...

and everything works now, both for Gradle and for Netbeans.

Thanks a lot for your suggestion.

I will now check your remark about src/main.

 

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 2:53 PM:


Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
    main {
        java {
            srcDir 'src/main'
            srcDir "$buildDir/generated-src"
        }
        resources {
            srcDir 'src/main'
            srcDir 'dev/icons'
        }
    }
    test {
        java {
            srcDir 'src/test'
        }
    }
}


was (Author: geertjanwielenga):
Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
    main {
        java

             {             
               srcDir 'src/main'             
               srcDir "$buildDir/generated-src"        
             }

        resources

{             srcDir 'src/main'             srcDir 'dev/icons'         }

    }
    test {
        java

{             srcDir 'src/test'         }

    }
}

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 2:52 PM:


Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
    main {
        java

             {             
               srcDir 'src/main'             
               srcDir "$buildDir/generated-src"        
             }

        resources

{             srcDir 'src/main'             srcDir 'dev/icons'         }

    }
    test {
        java

{             srcDir 'src/test'         }

    }
}


was (Author: geertjanwielenga):
Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
    main {
        java {
            srcDir 'src/main'
            srcDir "$buildDir/generated-src"
        }
        resources {
            srcDir 'src/main'
            srcDir 'dev/icons'
        }
    }
    test {
        java {
            srcDir 'src/test'
        }
    }
}

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 2:51 PM:


Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
main {
java {
srcDir 'src/main'
srcDir "$buildDir/generated-src"
}
resources {
srcDir 'src/main'
srcDir 'dev/icons'
}
}
test {
java {
srcDir 'src/test'
}
}
}


was (Author: geertjanwielenga):
Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

{{sourceSets {
main {
java {
srcDir 'src/main'
srcDir "$buildDir/generated-src"
}
resources {
srcDir 'src/main'
srcDir 'dev/icons'
}
}
test {
java {
srcDir 'src/test'
}
}
}}}

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 2:52 PM:


Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
    main {
        java {
            srcDir 'src/main'
            srcDir "$buildDir/generated-src"
        }
        resources {
            srcDir 'src/main'
            srcDir 'dev/icons'
        }
    }
    test {
        java {
            srcDir 'src/test'
        }
    }
}


was (Author: geertjanwielenga):
Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
main {
java {
srcDir 'src/main'
srcDir "$buildDir/generated-src"
}
resources {
srcDir 'src/main'
srcDir 'dev/icons'
}
}
test {
java {
srcDir 'src/test'
}
}
}

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 2:50 PM:


Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

{{sourceSets {
main {
java {
srcDir 'src/main'
srcDir "$buildDir/generated-src"
}
resources {
srcDir 'src/main'
srcDir 'dev/icons'
}
}
test {
java {
srcDir 'src/test'
}
}
}}}


was (Author: geertjanwielenga):
Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
main {
java {
srcDir 'src/main'
srcDir "$buildDir/generated-src"
}
resources {
srcDir 'src/main'
srcDir 'dev/icons'
}
}
test {
java {
srcDir 'src/test'
}
}
}

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6330:
-

Are you sure this is right, i.e., do you need src/main to be both in your 
main/java AND in your main/resources?

sourceSets {
main {
java {
srcDir 'src/main'
srcDir "$buildDir/generated-src"
}
resources {
srcDir 'src/main'
srcDir 'dev/icons'
}
}
test {
java {
srcDir 'src/test'
}
}
}

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Jira


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

Hervé Bitteur commented on NETBEANS-6330:
-

Good point, I will decouple the two problems as you are suggesting.

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 11:24 AM:
-

Your project can use any JDK that you prefer.

What I'm suggesting is that you try to reproduce the issue by running NetBeans 
itself (not your project, but NetBeans) on the latest JDK, which is 17, with 
Apache NetBeans 12.6.


was (Author: geertjanwielenga):
Your project can use any JDK that you prefer.

What I'm suggesting is that you try to reproduce the issue by running NetBeans 
on the latest JDK, which is 17, with Apache NetBeans 12.6.

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-6330 at 12/23/21, 11:24 AM:
-

Your project can use any JDK that you prefer.

What I'm suggesting is that you try to reproduce the issue by running NetBeans 
on the latest JDK, which is 17, with Apache NetBeans 12.6.


was (Author: geertjanwielenga):
Your project can use any JDK that you prefer.

What I'm suggesting is that you try to reproduce the issue by running NetBeans 
on the latest JDK, which is 17.

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6330:
-

Your project can use any JDK that you prefer.

What I'm suggesting is that you try to reproduce the issue by running NetBeans 
on the latest JDK, which is 17.

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Jira


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

Hervé Bitteur commented on NETBEANS-6330:
-

Bonjour Geertjan,

Good to hear from you

Strictly speaking, you are right. I have not tried the latest JDK available.

Currently Audiveris requires Java 11. Switching to a more recent LTS version is 
on our todo list, but we have plenty of other enhancement requests to fight 
with.

And for this, we need a working IDE... This sounds like a vicious circle.

But OK, I will try with latest LTS Java version

/Hervé

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6330:
-

How can you be totally stuck if you haven't tried your scenario with the latest 
JDK to see if it can be reproduced there?

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Jira


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

Hervé Bitteur updated NETBEANS-6330:

Description: 
Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
with CPU still around 20-30%

This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well

The project at hand is a Gradle project (see environment below). I can still 
build the project from within Netbeans, I can run it, but Netbeans IDE is now 
useless.

I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
can sometimes see the end of this scan, but I can't precisely tell you in which 
conditions.

Project is then flagged with a red exclamation point, as well as most Java 
packages and Java files within the project, goto declaration often fails, as 
well as Usages, etc.

I have been fighting with this for a couple of weeks, I'm totally stuck.

To reproduce the problem:

1/ git clone [https://github.com/Audiveris/audiveris.git]

2/ then open Netbeans on the project created in audiveris sub-directory

Please tell me if you need additional information

/Hervé (owner of Audiveris project)

 

  was:
Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
with CPU still around 20-30%

This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well

The project at hand is a Gradle project (see environment below). I can still 
build the project from within Netbeans, I can run it, but Netbeans IDE is now 
useless.

I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
can sometimes see the end of this scan, but I can't precisely tell you in which 
conditions.

Project is then flagged with a red exclamation point, as well as most Java 
packages and Java files within the project, goto declaration often fails, as 
well as Usages, etc.

I have been fighting with this for a couple of weeks, I'm totally stuck.


> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning of projects

2021-12-23 Thread Jira


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

Hervé Bitteur updated NETBEANS-6330:

Summary: Background scanning of projects  (was: Background scanning ot 
projects)

> Background scanning of projects
> ---
>
> Key: NETBEANS-6330
> URL: https://issues.apache.org/jira/browse/NETBEANS-6330
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.6
> Environment: OS: Windows 10
> Java: JDK 11.0.3
> Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)
> To reproduce the problem:
> 1/ git clone [https://github.com/Audiveris/audiveris.git]
> 2/ then open Netbeans on the project created in audiveris sub-directory
> Please tell me if you need additional information
> /Hervé (owner of Audiveris project)
>Reporter: Hervé Bitteur
>Priority: Blocker
>
> Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
> with CPU still around 20-30%
> This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well
> The project at hand is a Gradle project (see environment below). I can still 
> build the project from within Netbeans, I can run it, but Netbeans IDE is now 
> useless.
> I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
> can sometimes see the end of this scan, but I can't precisely tell you in 
> which conditions.
> Project is then flagged with a red exclamation point, as well as most Java 
> packages and Java files within the project, goto declaration often fails, as 
> well as Usages, etc.
> I have been fighting with this for a couple of weeks, I'm totally stuck.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6330) Background scanning ot projects

2021-12-23 Thread Jira
Hervé Bitteur created NETBEANS-6330:
---

 Summary: Background scanning ot projects
 Key: NETBEANS-6330
 URL: https://issues.apache.org/jira/browse/NETBEANS-6330
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.6
 Environment: OS: Windows 10

Java: JDK 11.0.3

Gradle 4.10.2 (but using Gradle wrapper for 5.6.4)

To reproduce the problem:

1/ git clone [https://github.com/Audiveris/audiveris.git]

2/ then open Netbeans on the project created in audiveris sub-directory

Please tell me if you need additional information

/Hervé (owner of Audiveris project)
Reporter: Hervé Bitteur


Netbeans gets stuck on "Background scanning of projects..." at 96% value, but 
with CPU still around 20-30%

This happens with versions: 12.6, 12.5, 12.3, perhaps older ones as well

The project at hand is a Gradle project (see environment below). I can still 
build the project from within Netbeans, I can run it, but Netbeans IDE is now 
useless.

I tried to abort the scan, to relaunch Netbeans, to empty Netbeans cache... I 
can sometimes see the end of this scan, but I can't precisely tell you in which 
conditions.

Project is then flagged with a red exclamation point, as well as most Java 
packages and Java files within the project, goto declaration often fails, as 
well as Usages, etc.

I have been fighting with this for a couple of weeks, I'm totally stuck.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6058) new maven action is disabled permanently

2021-12-23 Thread Jonathan Bayle (Jira)


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

Jonathan Bayle commented on NETBEANS-6058:
--

the only way to enable custom actions at the moment is to edit the 
nbactions.xml file and add a goal to these disabled actions, then you can edit 
them in the GUI.

> new maven action is disabled permanently
> 
>
> Key: NETBEANS-6058
> URL: https://issues.apache.org/jira/browse/NETBEANS-6058
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5, 12.6
> Environment: NB 12.5
> NB: open-jdk-17 / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>
> Newly created maven action in project-properties is disabled permanently and 
> can be edited or enabled. So no usefull maven actions can be created.
> How to reproduce:
> Open Project Properties of a maven netbeans project. Klick 'Actions', klick 
> 'Add Custom', Type in an action name and klick OK. The resulting action is 
> disabled - there is no possibility to enable it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6058) new maven action is disabled permanently

2021-12-23 Thread Jonathan Bayle (Jira)


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

Jonathan Bayle updated NETBEANS-6058:
-
Affects Version/s: 12.6

> new maven action is disabled permanently
> 
>
> Key: NETBEANS-6058
> URL: https://issues.apache.org/jira/browse/NETBEANS-6058
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven, projects - Maven
>Affects Versions: 12.5, 12.6
> Environment: NB 12.5
> NB: open-jdk-17 / project: Jkd 11
> Win10
>Reporter: S. M.
>Priority: Minor
>
> Newly created maven action in project-properties is disabled permanently and 
> can be edited or enabled. So no usefull maven actions can be created.
> How to reproduce:
> Open Project Properties of a maven netbeans project. Klick 'Actions', klick 
> 'Add Custom', Type in an action name and klick OK. The resulting action is 
> disabled - there is no possibility to enable it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-23 Thread Aleksandr Dubinsky (Jira)


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

Aleksandr Dubinsky updated NETBEANS-6298:
-
Attachment: screenshot-2.png

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png, full_output.png, 
> screenshot-1.png, screenshot-2.png, screenshot-3.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-23 Thread Aleksandr Dubinsky (Jira)


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

Aleksandr Dubinsky commented on NETBEANS-6298:
--

[~randyluke] I don't see {{-Dsun.stdout.encoding=UTF-8 
-Dsun.stderr.encoding=UTF-8}} being applied. You can also try to set them with 
the Yellow Re-Run button.

 !screenshot-1.png! 

 !screenshot-2.png! 

 !screenshot-3.png! 

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png, full_output.png, 
> screenshot-1.png, screenshot-2.png, screenshot-3.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-23 Thread Aleksandr Dubinsky (Jira)


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

Aleksandr Dubinsky updated NETBEANS-6298:
-
Attachment: screenshot-3.png

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png, full_output.png, 
> screenshot-1.png, screenshot-2.png, screenshot-3.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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-6298) Match NetBeans console encoding to system/app console encoding

2021-12-23 Thread Aleksandr Dubinsky (Jira)


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

Aleksandr Dubinsky updated NETBEANS-6298:
-
Attachment: screenshot-1.png

> Match NetBeans console encoding to system/app console encoding
> --
>
> Key: NETBEANS-6298
> URL: https://issues.apache.org/jira/browse/NETBEANS-6298
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 12.0, 12.1, 12.2, 12.3, 12.4, 12.5, 12.6, NB13, 13
> Environment: Windows 10、JDK1.8.201、Maven3.6.0、Netbeans12.6、Project 
> encoding UTF-8
>Reporter: luke
>Priority: Blocker
> Attachments: Garbled.gif, Garbled.png, full_output.png, 
> screenshot-1.png
>
>
> My Windows OS language is Simplified Chinese and the default OS encoding is 
> GBK. When I open a properties file or a text file, the editor shows the file 
> contents as garbled, if I add the parameter -J-Dfile.encoding=UTF-8, the 
> editor opens the file in UTF-8 encoding format and the file is not garbled, 
> but the console output is garbled.
> !Garbled.gif|width=1055,height=536!
> !Garbled.png|width=1542,height=843!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
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