[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&focusedCommentId=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] [Commented] (NETBEANS-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3683:
---

The IDE log is full of exceptions on missing folders and a non attached network 
drive. With that and the hotspots above indicates, that the IDE spends it's 
time waiting for network.

When I started to work in this industry 20 years ago shared network drive to 
store libraries were quite common, however that was already a bad idea. Use 
some centralized artifact management instead, there are plenty of available 
options, some of them are even free.

Also check the attached IDE Log for those missing folders.

> 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, 
> 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] [Commented] (NETBEANS-3683) Netbeans Gradle project Struck in Collecting Project dependencies

2020-01-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3683:
---

!image-2020-01-12-08-50-33-313.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, IdeLog20190112.txt, 
> 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] [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&focusedCommentId=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