[netbeans] branch master updated (0890441 -> 02fe1e1)

2022-01-09 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

dbalek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 0890441  Merge pull request #3210 from mbien/mvnd
 add 02fe1e1  LPS: Do not refactor library classes. (#3426)

No new revisions were added by this update.

Summary of changes:
 .../lsp/server/refactoring/ChangeMethodParametersRefactoring.java   | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

-
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



[netbeans] branch master updated (02fe1e1 -> 6565598)

2022-01-09 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

dbalek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 02fe1e1  LPS: Do not refactor library classes. (#3426)
 add 6565598  LSP: Fixed broken code completion for super constructor call. 
(#3424)

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/editor/java/JavaCompletionCollector.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-
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-6375) Can't clear "the target server has not been set" error message

2022-01-09 Thread Mark Phillips (Jira)


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

Mark Phillips commented on NETBEANS-6375:
-

Feel free to close the issue. Turns out it is probably a mismatch between the 
Java EE version (7) and my servlet version (2.4).

> Can't clear "the target server has not been set" error message
> --
>
> Key: NETBEANS-6375
> URL: https://issues.apache.org/jira/browse/NETBEANS-6375
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.6
> Environment: *Product Version:* Apache NetBeans IDE 12.6
> *Java:* 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_201-b09
> *System:* Linux version 5.3.0-7648-generic running on amd64; UTF-8; en_US (nb)
> *User directory:* /home/mark/snap/netbeans/52
> *Cache directory:* /home/mark/snap/netbeans/common/52
>Reporter: Mark Phillips
>Priority: Blocker
>
> I have netbeans 12.6 on Ubuntu (and netbeans says it is up to date). I open 
> an old project, and it says the tomcat server is missing. I click on Resolve 
> Missing Server, go through the steps to let netbeans know where my tomcat 7 
> server is located, and click finish. I end up back at the same place - "the 
> target server has not been set or has been removed" and the list of servers 
> is blank.
> If I go to the Services tab, click on Apache Tomcat, and then start, tomcat7 
> starts. I still can't get the project to associate with Tomcat.
> I go to Tools -> Servers, and my tomcat7 server is listed.
> I go to Project Properties -> Run, and there is nothing in the dropdown list 
> for servers, and I can't add anything.
> I remove the tomcat instance from Services, restart netbeans, go through the 
> sames steps as before, and the same thing happens. Same issue if I add the 
> tomcat7 server using the Tools -> Servers tab. 
> I checked permissions on the tomcat 7 installation, and the user, group is 
> tomcat7. The user running netbeans is mark. User mark is part of the tomcat7 
> group. All the files in the tomcat7 installation have group 
> read/write/execute permissions.
> I realize tomcat7 is outdated, but that shouldn't prevent me from adding it 
> as a server, imho. The application is running on tomcat7 in production.



--
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



[netbeans] branch master updated (0a29c23 -> 0890441)

2022-01-09 Thread mbien
This is an automated email from the ASF dual-hosted git repository.

mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 0a29c23  Convert source path to URI String.
 new d3314fb  maven daemon support.
 new 9ccc307  code restructuring for better readability.
 new 0890441  Merge pull request #3210 from mbien/mvnd

The 6402 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../maven/execute/cmd/ShellConstructor.java| 39 ++--
 .../modules/maven/options/MavenSettings.java   | 54 --
 .../modules/maven/options/SettingsPanel.java   |  5 +-
 3 files changed, 56 insertions(+), 42 deletions(-)

-
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-6375) Can't clear "the target server has not been set" error message

2022-01-09 Thread Mark Phillips (Jira)


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

Mark Phillips updated NETBEANS-6375:

Description: 
I have netbeans 12.6 on Ubuntu (and netbeans says it is up to date). I open an 
old project, and it says the tomcat server is missing. I click on Resolve 
Missing Server, go through the steps to let netbeans know where my tomcat 7 
server is located, and click finish. I end up back at the same place - "the 
target server has not been set or has been removed" and the list of servers is 
blank.

If I go to the Services tab, click on Apache Tomcat, and then start, tomcat7 
starts. I still can't get the project to associate with Tomcat.

I go to Tools -> Servers, and my tomcat7 server is listed.

I go to Project Properties -> Run, and there is nothing in the dropdown list 
for servers, and I can't add anything.

I remove the tomcat instance from Services, restart netbeans, go through the 
sames steps as before, and the same thing happens. Same issue if I add the 
tomcat7 server using the Tools -> Servers tab. 

I checked permissions on the tomcat 7 installation, and the user, group is 
tomcat7. The user running netbeans is mark. User mark is part of the tomcat7 
group. All the files in the tomcat7 installation have group read/write/execute 
permissions.

I realize tomcat7 is outdated, but that shouldn't prevent me from adding it as 
a server, imho. The application is running on tomcat7 in production.

  was:
I have netbeans 12.6 on Ubuntu (and netbeans says it is up to date). I open an 
old project, and it says the tomcat server is missing. I click on Resolve 
Missing Server, go through the steps to let netbeans know where my tomcat 7 
server is located, and click finish. I end up back at the same place - "the 
target server has not been set or has been removed" and the list of servers is 
blank.

If I go to the Services tab, click on Apache Tomcat, and then start, tomcat7 
starts. I still can't get the project to associate with Tomcat.

I go to Tools -> Servers, and my tomcat7 server is listed.

I go to Project Properties -> Run, and there is nothing in the dropdown list 
for servers, and I can't add anything.

I remove the tomcat instance from Services, restart netbeans, go through the 
sames steps as before, and the same thing happens. Same issue if I add the 
tomcat7 server using the Tools -> Servers tab. 

I realize tomcat7 is outdated, but that shouldn't prevent me from adding it as 
a server, imho. The application is running on tomcat7 in production.


> Can't clear "the target server has not been set" error message
> --
>
> Key: NETBEANS-6375
> URL: https://issues.apache.org/jira/browse/NETBEANS-6375
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.6
> Environment: *Product Version:* Apache NetBeans IDE 12.6
> *Java:* 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_201-b09
> *System:* Linux version 5.3.0-7648-generic running on amd64; UTF-8; en_US (nb)
> *User directory:* /home/mark/snap/netbeans/52
> *Cache directory:* /home/mark/snap/netbeans/common/52
>Reporter: Mark Phillips
>Priority: Blocker
>
> I have netbeans 12.6 on Ubuntu (and netbeans says it is up to date). I open 
> an old project, and it says the tomcat server is missing. I click on Resolve 
> Missing Server, go through the steps to let netbeans know where my tomcat 7 
> server is located, and click finish. I end up back at the same place - "the 
> target server has not been set or has been removed" and the list of servers 
> is blank.
> If I go to the Services tab, click on Apache Tomcat, and then start, tomcat7 
> starts. I still can't get the project to associate with Tomcat.
> I go to Tools -> Servers, and my tomcat7 server is listed.
> I go to Project Properties -> Run, and there is nothing in the dropdown list 
> for servers, and I can't add anything.
> I remove the tomcat instance from Services, restart netbeans, go through the 
> sames steps as before, and the same thing happens. Same issue if I add the 
> tomcat7 server using the Tools -> Servers tab. 
> I checked permissions on the tomcat 7 installation, and the user, group is 
> tomcat7. The user running netbeans is mark. User mark is part of the tomcat7 
> group. All the files in the tomcat7 installation have group 
> read/write/execute permissions.
> I realize tomcat7 is outdated, but that shouldn't prevent me from adding it 
> as a server, imho. The application is running on tomcat7 in production.



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

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

[jira] [Commented] (NETBEANS-6375) Can't clear "the target server has not been set" error message

2022-01-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-6375:
-

I'd try a few different releases of NetBeans and a few different versions of 
Tomcat to narrow down the problem and see which combinations work/don't work.

> Can't clear "the target server has not been set" error message
> --
>
> Key: NETBEANS-6375
> URL: https://issues.apache.org/jira/browse/NETBEANS-6375
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 12.6
> Environment: *Product Version:* Apache NetBeans IDE 12.6
> *Java:* 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_201-b09
> *System:* Linux version 5.3.0-7648-generic running on amd64; UTF-8; en_US (nb)
> *User directory:* /home/mark/snap/netbeans/52
> *Cache directory:* /home/mark/snap/netbeans/common/52
>Reporter: Mark Phillips
>Priority: Blocker
>
> I have netbeans 12.6 on Ubuntu (and netbeans says it is up to date). I open 
> an old project, and it says the tomcat server is missing. I click on Resolve 
> Missing Server, go through the steps to let netbeans know where my tomcat 7 
> server is located, and click finish. I end up back at the same place - "the 
> target server has not been set or has been removed" and the list of servers 
> is blank.
> If I go to the Services tab, click on Apache Tomcat, and then start, tomcat7 
> starts. I still can't get the project to associate with Tomcat.
> I go to Tools -> Servers, and my tomcat7 server is listed.
> I go to Project Properties -> Run, and there is nothing in the dropdown list 
> for servers, and I can't add anything.
> I remove the tomcat instance from Services, restart netbeans, go through the 
> sames steps as before, and the same thing happens. Same issue if I add the 
> tomcat7 server using the Tools -> Servers tab. 
> I realize tomcat7 is outdated, but that shouldn't prevent me from adding it 
> as a server, imho. The application is running on tomcat7 in production.



--
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-6375) Can't clear "the target server has not been set" error message

2022-01-09 Thread Mark Phillips (Jira)
Mark Phillips created NETBEANS-6375:
---

 Summary: Can't clear "the target server has not been set" error 
message
 Key: NETBEANS-6375
 URL: https://issues.apache.org/jira/browse/NETBEANS-6375
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Web Project
Affects Versions: 12.6
 Environment: *Product Version:* Apache NetBeans IDE 12.6
*Java:* 1.8.0_201; Java HotSpot(TM) 64-Bit Server VM 25.201-b09

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_201-b09

*System:* Linux version 5.3.0-7648-generic running on amd64; UTF-8; en_US (nb)

*User directory:* /home/mark/snap/netbeans/52

*Cache directory:* /home/mark/snap/netbeans/common/52
Reporter: Mark Phillips


I have netbeans 12.6 on Ubuntu (and netbeans says it is up to date). I open an 
old project, and it says the tomcat server is missing. I click on Resolve 
Missing Server, go through the steps to let netbeans know where my tomcat 7 
server is located, and click finish. I end up back at the same place - "the 
target server has not been set or has been removed" and the list of servers is 
blank.

If I go to the Services tab, click on Apache Tomcat, and then start, tomcat7 
starts. I still can't get the project to associate with Tomcat.

I go to Tools -> Servers, and my tomcat7 server is listed.

I go to Project Properties -> Run, and there is nothing in the dropdown list 
for servers, and I can't add anything.

I remove the tomcat instance from Services, restart netbeans, go through the 
sames steps as before, and the same thing happens. Same issue if I add the 
tomcat7 server using the Tools -> Servers tab. 

I realize tomcat7 is outdated, but that shouldn't prevent me from adding it as 
a server, imho. The application is running on tomcat7 in production.



--
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



[netbeans] branch master updated: Convert source path to URI String.

2022-01-09 Thread entl
This is an automated email from the ASF dual-hosted git repository.

entl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 0a29c23  Convert source path to URI String.
0a29c23 is described below

commit 0a29c233239a2ecd321f83534694c50ac477cbf0
Author: Martin Entlicher 
AuthorDate: Sat Jan 8 01:59:24 2022 +0100

Convert source path to URI String.
---
 .../netbeans/modules/java/lsp/server/debugging/NbSourceProvider.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/NbSourceProvider.java
 
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/NbSourceProvider.java
index 35167ee..a305a0c 100644
--- 
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/NbSourceProvider.java
+++ 
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/NbSourceProvider.java
@@ -125,7 +125,7 @@ public final class NbSourceProvider {
 for (String path : sourcePaths) {
 Path fullpath = Paths.get(path, relativeSourcePath);
 if (Files.isRegularFile(fullpath)) {
-uri = fullpath.toString();
+uri = fullpath.toUri().toString();
 break;
 }
 }

-
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-6364) No es capaz de conectarse al repositorio

2022-01-09 Thread Andoni Diaz (Jira)


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

Andoni Diaz commented on NETBEANS-6364:
---

It's a good idea but not feasible due to the nature of the Git server. The Git 
server behaves differently depending on the port / service you use. Of the 
three available (ssh / git / https) the only one that allows access control per 
user is ssh.

Anyway I can use the command line to touch things.

However, I hope that the information provided can be used to propose an update 
of the ssh clients.

> No es capaz de conectarse al repositorio
> 
>
> Key: NETBEANS-6364
> URL: https://issues.apache.org/jira/browse/NETBEANS-6364
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.4, 12.6
>Reporter: Andoni Diaz
>Assignee: José Carlos Macedo
>Priority: Blocker
> Attachments: image-2022-01-05-18-10-39-270.png, 
> image-2022-01-05-18-14-30-153.png
>
>
> El IDE indica que para la configuración actual la clave privada es invalida. 
> Es una clave ed25519 pero, también he probado convirtiéndola a formato PEM y 
> otros formatos y no creo que sea el motivo.
> La única información que poseo es la que adjunto en el pantallazo (el puerto 
> es correcto). 
> !image-2022-01-05-18-10-39-270.png!
>  
> Sin embargo, cuando utilizo la misma configuración, desde el Git-Bash, en el 
> directorio donde se encuentra la aplicación, funciona correctamente:
> !image-2022-01-05-18-14-30-153.png!
> He realizado deferentes tipos de configuraciones de seguridad y puertos pero 
> termino siempre en el IDE y no veo trazas con información extra.



--
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