Re: [I] Netbeans 20 - problem with scanning external sources (cannot see them) [netbeans]

2024-02-19 Thread via GitHub
haidubogdan commented on issue #6986: URL: https://github.com/apache/netbeans/issues/6986#issuecomment-1953003472 From the ticket description I presume that there could be an issue with the netbeans FileListener functionality when the source files are on remote disks / networks. I

Re: [I] Netbeans 20 - problem with scanning external sources (cannot see them) [netbeans]

2024-02-19 Thread via GitHub
vexladdie commented on issue #6986: URL: https://github.com/apache/netbeans/issues/6986#issuecomment-1953009342 @haidubogdan Hello, Thank you for your answer. I have files on local disk and i cannot see them (as desc). It doesnt matter if i have remote connection or not, becouse i

Re: [PR] ActionProvider and its Lookup in NbLaunchDelegate [netbeans]

2024-02-19 Thread via GitHub
jtulach commented on PR #7059: URL: https://github.com/apache/netbeans/pull/7059#issuecomment-1953051785 > I stand corrected, Good. I was just about to write some test. To prevent misunderstandings, can you and Lahváč state exactly what you don't like at current state of affairs?

[PR] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 [netbeans-nbpackage]

2024-02-19 Thread via GitHub
dependabot[bot] opened a new pull request, #49: URL: https://github.com/apache/netbeans-nbpackage/pull/49 Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.0. [![Dependabot compatibility

Re: [I] Session beans cannot be generated for entity classes [netbeans]

2024-02-19 Thread via GitHub
matthiasblaesing commented on issue #7066: URL: https://github.com/apache/netbeans/issues/7066#issuecomment-1953028696 There was at least one wrong change, that might have influenced this. This report is lacking a clear error report, as no steps to reproduce are given. Based on my

Re: [PR] ActionProvider and its Lookup in NbLaunchDelegate [netbeans]

2024-02-19 Thread via GitHub
lahodaj commented on PR #7059: URL: https://github.com/apache/netbeans/pull/7059#issuecomment-1953057556 > > I stand corrected, > > Good. I was just about to write some test. To prevent misunderstandings, can you and Lahváč state exactly what you don't like at current state of

[I] Hamcrest Library Unexpected Exception [netbeans]

2024-02-19 Thread via GitHub
QG02 opened a new issue, #7083: URL: https://github.com/apache/netbeans/issues/7083 ### Apache NetBeans version Apache NetBeans 20 ### What happened Evey project I create has been throwing an error that Hamcrest libraries are missing, even though they are in the project

Re: [I] [Bug] - Apache NetBeans Language Server Extension for VS Code [netbeans]

2024-02-19 Thread via GitHub
zarinfam commented on issue #6426: URL: https://github.com/apache/netbeans/issues/6426#issuecomment-1953078843 I have this problem with Java Platform Support for VS Code as well! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Cannot open project with an unexpected exception [netbeans]

2024-02-19 Thread via GitHub
AndrewChou77 commented on issue #7067: URL: https://github.com/apache/netbeans/issues/7067#issuecomment-1953402061 > I don't really have any more ideas - hopefully someone else has some thoughts? > > The only thing was that you looked in `C:\Users\Andrew

Re: [I] Cannot open project with an unexpected exception [netbeans]

2024-02-19 Thread via GitHub
AndrewChou77 commented on issue #7067: URL: https://github.com/apache/netbeans/issues/7067#issuecomment-1953402869 > If that config file doesn't exist then it should still be the default `NetBeansProjects` folder that the open project dialog is trying to access. Look for that folder. Does

[I] Tab order is not restored for the Project Group [netbeans]

2024-02-19 Thread via GitHub
epliskin opened a new issue, #7085: URL: https://github.com/apache/netbeans/issues/7085 ### Apache NetBeans version Apache NetBeans 20 ### What happened I have several Project Groups. When I switch between project groups, previously opened tabs do conveniently reopen.

Re: [I] Cannot open project with an unexpected exception [netbeans]

2024-02-19 Thread via GitHub
pedro-w commented on issue #7067: URL: https://github.com/apache/netbeans/issues/7067#issuecomment-1952027105 I don't really have any more ideas - hopefully someone else has some thoughts? The only thing was that you looked in `C:\Users\Andrew

Re: [I] Reproducible builds [netbeans-mavenutils-nbm-maven-plugin]

2024-02-19 Thread via GitHub
charphi commented on issue #133: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/133#issuecomment-1952159934 Problem 1 is simplier since it is located in the nbm plugin at

Re: [I] Cannot open project with an unexpected exception [netbeans]

2024-02-19 Thread via GitHub
neilcsmith-net commented on issue #7067: URL: https://github.com/apache/netbeans/issues/7067#issuecomment-1952056810 If that config file doesn't exist then it should still be the default `NetBeansProjects` folder that the open project dialog is trying to access. Look for that folder.

Re: [I] Warning about unused variable disappears when adding private nested record [netbeans]

2024-02-19 Thread via GitHub
negora commented on issue #4709: URL: https://github.com/apache/netbeans/issues/4709#issuecomment-1952120238 Just a little update about the first case that I presented in this report. If I remove all the fields of the `record` and leave it empty, the warning the appears again. Example:

Re: [I] Reproducible builds [netbeans-mavenutils-nbm-maven-plugin]

2024-02-19 Thread via GitHub
charphi commented on issue #133: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/133#issuecomment-1952138194 I'm using the https://diffoscope.org/ tool to see the difference between to builds and I've found the following problems: - the manifest entry

[PR] Integrate hints preferences option in the vscode extension [netbeans]

2024-02-19 Thread via GitHub
Achal1607 opened a new pull request, #7082: URL: https://github.com/apache/netbeans/pull/7082 I had earlier raised a PR for Computing hints based on custom preferences https://github.com/apache/netbeans/pull/6760, but forgot to push the changes to integrate it with vscode extension.

Re: [I] Reproducible builds [netbeans-mavenutils-nbm-maven-plugin]

2024-02-19 Thread via GitHub
charphi commented on issue #133: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/issues/133#issuecomment-1952123957 Most if not all of the problems come from the timestamps. `MakeNBM.java` seems to be the file to fix, but digging into the NetBeans source code is a bit

Re: [PR] Replace usage of package `org.codehaus.plexus.util.IOUtil` with Java native methods. [netbeans]

2024-02-19 Thread via GitHub
sdedic commented on code in PR #7076: URL: https://github.com/apache/netbeans/pull/7076#discussion_r1494498369 ## java/maven/src/org/netbeans/modules/maven/customizer/CustomizerProviderImpl.java: ## @@ -415,10 +414,6 @@ private static void writeNbActionsModel(final Project

Re: [PR] Replace usage of package `org.codehaus.plexus.util.IOUtil` with Java native methods. [netbeans]

2024-02-19 Thread via GitHub
sdedic commented on code in PR #7076: URL: https://github.com/apache/netbeans/pull/7076#discussion_r1494498369 ## java/maven/src/org/netbeans/modules/maven/customizer/CustomizerProviderImpl.java: ## @@ -415,10 +414,6 @@ private static void writeNbActionsModel(final Project

Re: [I] Copy & paste options are disabled when editing XML files that use the "Object/relational mapping file schema" [netbeans]

2024-02-19 Thread via GitHub
negora commented on issue #4913: URL: https://github.com/apache/netbeans/issues/4913#issuecomment-1952163494 > no with previous conf it is to big to start from clean, I use NB a lot I meant to start with a clean configuration just to test if `[CTRL] + [C]` works fine. After that, you

[PR] preparation for release of Apache NetBeans 21 [netbeans-antora-site]

2024-02-19 Thread via GitHub
ebarboni opened a new pull request, #12: URL: https://github.com/apache/netbeans-antora-site/pull/12 miss the result mailing liste thread -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Replace usage of package `org.codehaus.plexus.util.IOUtil` with Java native methods. [netbeans]

2024-02-19 Thread via GitHub
sdedic commented on code in PR #7076: URL: https://github.com/apache/netbeans/pull/7076#discussion_r1494498369 ## java/maven/src/org/netbeans/modules/maven/customizer/CustomizerProviderImpl.java: ## @@ -415,10 +414,6 @@ private static void writeNbActionsModel(final Project

Re: [PR] Gradle Project shall use the Java from the tooling not runtime. [netbeans]

2024-02-19 Thread via GitHub
sdedic commented on PR #7024: URL: https://github.com/apache/netbeans/pull/7024#issuecomment-1952199760 Would it be possible to *retain* the java platform node, provided that all source groups share the same JDK setting ? Removal would make the project view inconsistent compared to Maven

[PR] Apache NetBeans 21 banner [netbeans-antora-ui]

2024-02-19 Thread via GitHub
ebarboni opened a new pull request, #15: URL: https://github.com/apache/netbeans-antora-ui/pull/15 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] Declarative hint variable seems to capture too much [netbeans]

2024-02-19 Thread via GitHub
lahodaj commented on issue #7078: URL: https://github.com/apache/netbeans/issues/7078#issuecomment-1952692634 When matching, the variable will be put into both `variables` and `variables2Name`, to keep other stuff (like conditions) working. I suspect we need to keep this, and this is more

Re: [I] Declarative hint variable seems to capture too much [netbeans]

2024-02-19 Thread via GitHub
mbien commented on issue #7078: URL: https://github.com/apache/netbeans/issues/7078#issuecomment-1952730925 right I think it is two things we see here: 1) the UI code which builds the "rewrite to" string was wrong (it had multiple issues). I didn't know that at first and assumed that