[jira] [Commented] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-04-01 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-5514:
---

[~sdedic] 

Proxy is set in 2 locations

 
 # The system proxy

!image-2021-04-01-14-34-59-485.png!
 # IN addition i have also set `HTTP_PROXY`, HTTPS_PROXY and NO_PROXY in my 
.bashrc file. 

 

See output from the extension below

 
{code:java}
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy resolver: KDE
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy 
resolver: The kioslaverc file not found ([/home/userxx/.config/kioslaverc, 
/home/userxx/.kde/share/config/kioslaverc])
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy 
resolver: The kioslaverc key not found (ProxyType)
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy reloading failed! Trying fallback resolver.
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: http_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: https_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: socks_proxy=null
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: 
no_proxy=127.0.0.1,localhost,muc,myorggroup.net,world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy reloading succeeded. Fallback provider was successful.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - mode: manual
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - http port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - https host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - https port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - socks host: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - socks port: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - no proxy hosts: 127.0.0.1|localhost|muc|myorggroup.net|world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy TEST - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy TEST - http port: 8080
Language Client: Ready {code}

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
> Attachments: image-2021-04-01-14-34-59-485.png
>
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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] [Updated] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-04-01 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-5514:
--
Attachment: image-2021-04-01-14-34-59-485.png

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
> Attachments: image-2021-04-01-14-34-59-485.png
>
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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] [Issue Comment Deleted] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-04-01 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-5514:
--
Comment: was deleted

(was: update image)

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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] [Comment Edited] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-04-01 Thread Joe Foe (Jira)


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

Joe Foe edited comment on NETBEANS-5514 at 4/1/21, 12:34 PM:
-

update image


was (Author: joefoe):
[~sdedic] Proxy is set in 2 locations

 
 * system proxy in KDE , see image below 

 

!image-2021-04-01-14-32-22-283.png!
 * and i have also additionally set HTTP_PROXY, HTTPS_PROXY and NO_PROXY in the 
.bashrc file for my login

 

I have also attached the output from the language server below

 
{code:java}
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy resolver: KDE
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy 
resolver: The kioslaverc file not found ([/home/userxx/.config/kioslaverc, 
/home/userxx/.kde/share/config/kioslaverc])
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy 
resolver: The kioslaverc key not found (ProxyType)
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy reloading failed! Trying fallback resolver.
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: http_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: https_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: socks_proxy=null
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: 
no_proxy=127.0.0.1,localhost,muc,myorggroup.net,world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy reloading succeeded. Fallback provider was successful.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - mode: manual
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - http port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - https host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - https port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - socks host: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - socks port: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - no proxy hosts: 127.0.0.1|localhost|muc|myorggroup.net|world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy TEST - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy TEST - http port: 8080
Language Client: Ready {code}
 

 

 

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-04-01 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-5514:
---

[~sdedic] Proxy is set in 2 locations

 
 * system proxy in KDE , see image below 

 

!image-2021-04-01-14-32-22-283.png!
 * and i have also additionally set HTTP_PROXY, HTTPS_PROXY and NO_PROXY in the 
.bashrc file for my login

 

I have also attached the output from the language server below

 
{code:java}
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy resolver: KDE
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy 
resolver: The kioslaverc file not found ([/home/userxx/.config/kioslaverc, 
/home/userxx/.kde/share/config/kioslaverc])
WARNING [org.netbeans.core.network.proxy.kde.KdeNetworkProxy]: KDE system proxy 
resolver: The kioslaverc key not found (ProxyType)
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy reloading failed! Trying fallback resolver.
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: http_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: https_proxy=http://proxy.org:8080
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: socks_proxy=null
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback 
system proxy resolver: 
no_proxy=127.0.0.1,localhost,muc,myorggroup.net,world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy reloading succeeded. Fallback provider was successful.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - mode: manual
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - http port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - https host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - https port: 8080
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - socks host: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - socks port: 
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy - no proxy hosts: 127.0.0.1|localhost|muc|myorggroup.net|world.myorg.corp
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy TEST - http host: proxy.org
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network 
proxy TEST - http port: 8080
Language Client: Ready {code}
 

 

 

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Svatopluk Dedic
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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] [Closed] (NETBEANS-3369) Access Netbeans Platform and JDK on Samba Shares

2021-03-30 Thread Joe Foe (Jira)


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

Joe Foe closed NETBEANS-3369.
-
Fix Version/s: 12.0
   Resolution: Fixed

> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
> Fix For: 12.0
>
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  
> I am using
> Netbeans V 11.1
> with JDK13
> The application that i am developing for is based on JDK8
> OS is Win 10 64 Bit pro
>  



--
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-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-03-29 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-5514:
--
Labels: NetBeans  (was: )

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: NetBeans
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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] [Updated] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-03-29 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-5514:
--
Affects Version/s: 12.3

> Netbeans VSCode Gradle Failed downloading gradle
> 
>
> Key: NETBEANS-5514
> URL: https://issues.apache.org/jira/browse/NETBEANS-5514
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle, vscode
>Affects Versions: 12.3
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Minor
>
> i have the gradle distribution available in a on-premise nexus and the vscode 
> extension (version 12.3) gives the error messge below when executing `compile 
> workspace`
>  
> {code:java}
> Failed Downloading Gradle 6.8.3 from 
> https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
> WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
> task that was never started at 
> org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
>  
> the same project works without an issue inside Netbeans 12.3.
> Proxy and no proxy hosts are all set. 
> Any ideas on how to resolve 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] [Created] (NETBEANS-5514) Netbeans VSCode Gradle Failed downloading gradle

2021-03-29 Thread Joe Foe (Jira)
Joe Foe created NETBEANS-5514:
-

 Summary: Netbeans VSCode Gradle Failed downloading gradle
 Key: NETBEANS-5514
 URL: https://issues.apache.org/jira/browse/NETBEANS-5514
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle, vscode
Reporter: Joe Foe
Assignee: Laszlo Kishalmi


i have the gradle distribution available in a on-premise nexus and the vscode 
extension (version 12.3) gives the error messge below when executing `compile 
workspace`

 
{code:java}
Failed Downloading Gradle 6.8.3 from 
https://nexus.hosted/gradle/gradle-6.8.3-bin.zip
WARNING [org.netbeans.modules.progress.spi.InternalHandle]: Cannot finish a 
task that was never started at 
org.netbeans.modules.gradle.api.execute.GradleDistributionManager$DownloadTask.call(GradleDistributionManager.java:535){code}
 

the same project works without an issue inside Netbeans 12.3.

Proxy and no proxy hosts are all set. 

Any ideas on how to resolve 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] [Updated] (NETBEANS-3780) New gradle project not displayed in Navigator

2020-02-01 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3780:
--
Attachment: image-2020-02-02-00-01-49-192.png

> New gradle project not displayed in Navigator 
> --
>
> Key: NETBEANS-3780
> URL: https://issues.apache.org/jira/browse/NETBEANS-3780
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: IdeLog1.log, IdeLog2.log, 
> image-2020-02-01-20-10-07-423.png, image-2020-02-02-00-01-49-192.png
>
>
> System Configuration
>  
> OpenJDK 13
> Netbeans 11.3 Beta 2
> Windows 10 64 bit pro
>  
> I downloaded the netbeans 11.3 Beta 2 and started with a clean user dir. The 
> action i did was
> Gradle -> New Java Application.
>  
> The process completed successfully and opened the main class in the Editor, 
> but the project itself is not getting displayed in the Navigator or Under 
> Files.
>  
> !image-2020-02-01-20-10-15-777.png!
>  
> After this, i restarted Netbeans and tried to open the created project again 
> but netbeans is not recognizing the folder as a project folder. 
>  
> Have attached the ide log of the first start and the restart.
>  



--
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-3780) New gradle project not displayed in Navigator

2020-02-01 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-3780:
---

I tried to create another project and it worked. Also the issue why the 
previous project is not loadable in Netbeans  is due to the build.gradle, 
gradle.properties and settings.gradle file missing. 

 

!image-2020-02-02-00-01-49-192.png!

> New gradle project not displayed in Navigator 
> --
>
> Key: NETBEANS-3780
> URL: https://issues.apache.org/jira/browse/NETBEANS-3780
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: IdeLog1.log, IdeLog2.log, 
> image-2020-02-01-20-10-07-423.png, image-2020-02-02-00-01-49-192.png
>
>
> System Configuration
>  
> OpenJDK 13
> Netbeans 11.3 Beta 2
> Windows 10 64 bit pro
>  
> I downloaded the netbeans 11.3 Beta 2 and started with a clean user dir. The 
> action i did was
> Gradle -> New Java Application.
>  
> The process completed successfully and opened the main class in the Editor, 
> but the project itself is not getting displayed in the Navigator or Under 
> Files.
>  
> !image-2020-02-01-20-10-15-777.png!
>  
> After this, i restarted Netbeans and tried to open the created project again 
> but netbeans is not recognizing the folder as a project folder. 
>  
> Have attached the ide log of the first start and the restart.
>  



--
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-3780) New gradle project not displayed in Navigator

2020-02-01 Thread Joe Foe (Jira)
Joe Foe created NETBEANS-3780:
-

 Summary: New gradle project not displayed in Navigator 
 Key: NETBEANS-3780
 URL: https://issues.apache.org/jira/browse/NETBEANS-3780
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.3
Reporter: Joe Foe
Assignee: Laszlo Kishalmi
 Attachments: IdeLog1.log, IdeLog2.log, 
image-2020-02-01-20-10-07-423.png

System Configuration

 

OpenJDK 13

Netbeans 11.3 Beta 2

Windows 10 64 bit pro

 

I downloaded the netbeans 11.3 Beta 2 and started with a clean user dir. The 
action i did was

Gradle -> New Java Application.

 

The process completed successfully and opened the main class in the Editor, but 
the project itself is not getting displayed in the Navigator or Under Files.

 

!image-2020-02-01-20-10-15-777.png!

 

After this, i restarted Netbeans and tried to open the created project again 
but netbeans is not recognizing the folder as a project folder. 

 

Have attached the ide log of the first start and the restart.

 



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-13 Thread Joe Foe (Jira)


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

Joe Foe closed NETBEANS-3683.
-

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, image-2020-01-12-08-50-33-313.png, 
> screenshot-1.png, screenshot-2.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-13 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-3683:
---

[~lkishalmi] Thanks for the info. I will look to switching to a centralized 
Artifact management.

To the missing folders 
 I am using a virtual Windows Machine (Through Citrix) . I believe the errors 
are due to the Javafilechooser since if i click on "Open Projects" button this 
is what i see 
 !screenshot-1.png!

There is only one network drive that is being displayed, all the usual ones 
Computer, Documents, Network etc. are not visible on the left bar. They are 
there but the jfilechooser is not displaying them. These are the errors with 
the JavaFileNotFoundException that we see in the IDELOG. 

!screenshot-2.png!

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, image-2020-01-12-08-50-33-313.png, 
> screenshot-1.png, screenshot-2.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-13 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: screenshot-2.png

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, image-2020-01-12-08-50-33-313.png, 
> screenshot-1.png, screenshot-2.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-13 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: screenshot-1.png

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, image-2020-01-12-08-50-33-313.png, 
> screenshot-1.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-13 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: (was: IdeLog20190112.txt)

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, image-2020-01-12-08-50-33-313.png
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe edited comment on NETBEANS-3683 at 1/12/20 1:28 PM:


[~lkishalmi] i have created the JIRA issue as you had suggested along with IDE 
snapshot and log. If you need further information please let me know. 

Also setting Gradle to download dependencies to always didn't change the 
behavior.

Thanks!


was (Author: joefoe):
[~lkishalmi] i have created the JIRA issue as you had suggested along with IDE 
snapshot and log. If you need further information please let me know. 

Thanks!

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-3683:
---

[~lkishalmi] i have created the JIRA issue as you had suggested along with IDE 
snapshot and log. If you need further information please let me know. 

Thanks!

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: IDESnapShot.npss

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3683:
--
Attachment: IdeLog20190112.txt

> Netbeans Gradle project Struck in Collecting Project dependencies
> -
>
> Key: NETBEANS-3683
> URL: https://issues.apache.org/jira/browse/NETBEANS-3683
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Joe Foe
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Netbeans, gradle, jdk13
> Attachments: IDESnapShot.npss, IdeLog20190112.txt
>
>
> I have a project where the dependencies are set to be scanned from a network 
> drive.  This build works from windows powershell but does not work from 
> within Netbeans
> As soon as the project is opened in Netbeans, the ide is struck with 
> "scanning project dependencies".  
> I am attaching the IDE log and snapshot.
> My Configuration is 
> # Windows 10 64 Bit (Virtual Machine)
> # Netbeans 11.2
> # JDK 13
> # Gradle Version 5.6 and also tried with 6.0
> To add, i have tried the same with JDK versions 8 till 13
> The issue does not occur when i create an ant based java project and add all 
> the jars as a library.  I tried the same gradle project with IntelliJ idea 
> Community and it works. 
> Any help will be great! 
> Thanks!



--
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-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Joe Foe (Jira)
Joe Foe created NETBEANS-3683:
-

 Summary: Netbeans Gradle project Struck in Collecting Project 
dependencies
 Key: NETBEANS-3683
 URL: https://issues.apache.org/jira/browse/NETBEANS-3683
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Reporter: Joe Foe
Assignee: Laszlo Kishalmi


I have a project where the dependencies are set to be scanned from a network 
drive.  This build works from windows powershell but does not work from within 
Netbeans

As soon as the project is opened in Netbeans, the ide is struck with "scanning 
project dependencies".  

I am attaching the IDE log and snapshot.


My Configuration is 

# Windows 10 64 Bit (Virtual Machine)
# Netbeans 11.2
# JDK 13
# Gradle Version 5.6 and also tried with 6.0


To add, i have tried the same with JDK versions 8 till 13

The issue does not occur when i create an ant based java project and add all 
the jars as a library.  I tried the same gradle project with IntelliJ idea 
Community and it works. 

Any help will be great! 

Thanks!



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-15 Thread Joe Foe (Jira)


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

Joe Foe edited comment on NETBEANS-3369 at 11/15/19 11:41 AM:
--

I am using JDK 13, and have upated to 11.2 same issue


was (Author: joefoe):
I am using JDK 13

> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  
> I am using
> Netbeans V 11.1
> with JDK13
> The application that i am developing for is based on JDK8
> OS is Win 10 64 Bit pro
>  



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-12 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-3369:
---

I am using JDK 13

> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  
> I am using
> Netbeans V 11.1
> with JDK13
> The application that i am developing for is based on JDK8
> OS is Win 10 64 Bit pro
>  



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-11 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3369:
--
Description: 
I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 

The shares are accessible over windows and intelliJ idea without any issue but 
on netbeans it's the opposite. If there are any workarounds/ if the issue is 
already know nand if there is any solutions it would be very helpful.

 

I am using

Netbeans V 11.1

with JDK13

The application that i am developing for is based on JDK8

OS is Win 10 64 Bit pro

 

  was:
I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 

The shares are accessible over windows and intelliJ idea without any issue but 
on netbeans it's the opposite. If there are any workarounds/ if the issue is 
already know nand if there is any solutions it would be very helpful.

 

I am using Netbeans V 11.1 with JDK13, The application that i am developing for 
is based on JDK8

 


> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  
> I am using
> Netbeans V 11.1
> with JDK13
> The application that i am developing for is based on JDK8
> OS is Win 10 64 Bit pro
>  



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-11 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3369:
--
Description: 
I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 

The shares are accessible over windows and intelliJ idea without any issue but 
on netbeans it's the opposite. If there are any workarounds/ if the issue is 
already know nand if there is any solutions it would be very helpful.

 

I am using Netbeans V 11.1 with JDK13, The application that i am developing for 
is based on JDK8

 

  was:
I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 

The shares are accessible over windows and intelliJ idea without any issue but 
on netbeans it's the opposite. If there are any workarounds/ if the issue is 
already know nand if there is any solutions it would be very helpful.

 


> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  
> I am using Netbeans V 11.1 with JDK13, The application that i am developing 
> for is based on JDK8
>  



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-11 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3369:
--
Description: 
I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 

The shares are accessible over windows and intelliJ idea without any issue but 
on netbeans it's the opposite. If there are any workarounds/ if the issue is 
already know nand if there is any solutions it would be very helpful.

 

  was:
I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 


> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-11 Thread Joe Foe (Jira)


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

Joe Foe updated NETBEANS-3369:
--
Summary: Access Netbeans Platform and JDK on Samba Shares  (was: Libraries 
on Samba Shares)

> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  



--
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-3369) Libraries on Samba Shares

2019-11-11 Thread Joe Foe (Jira)
Joe Foe created NETBEANS-3369:
-

 Summary: Libraries on Samba Shares
 Key: NETBEANS-3369
 URL: https://issues.apache.org/jira/browse/NETBEANS-3369
 Project: NetBeans
  Issue Type: Bug
  Components: java - Platform, platform - JDK Problems
Reporter: Joe Foe


I am developing a netbeans plugin for third party application based on Netbeans 
Platform. The application is installed on a samba share. This application ships 
with it's own version of JDK too.

Problem is , I tried to add the JDK and Netbeans platform from the application 
to my netbeans and netbeans just freezes.

First it does not go into the samba share folders, i have to enter the full 
path of the share for netbeans to access it and when i give the full path 
netbeans is hung on scanning dependencies and it never completes.

 



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