[jira] [Commented] (NETBEANS-4931) nb-javac breaks project test classes

2021-02-23 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz commented on NETBEANS-4931:
---

There's no issue without nb-javac but some functionality is lost.

On Thu, Nov 12, 2020, 1:02 PM Matthias Bläsing (Jira) 



> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2021-02-23 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz commented on NETBEANS-4931:
---

I do have those two plugins you mentioned but that has been the case for
quite some time.

I was ble to reproduce the issue even when not importing those but I could
try again.

I will start by removing the Selenium plugin and see.




> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-12-11 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz commented on NETBEANS-4931:
---

Same issue even without those plugins.

> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-11-12 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-4931:
---

 

Don’t suppose it’s a network issue when trying to pull something which breaks 
subsequent activities?  Maybe a proxy configuration type issue?

 

WARNING 
[org.netbeans.modules.autoupdate.updateproviders.AutoupdateCatalogFactory]: 
Services/AutoupdateType/dk_i2m_netbeans_modules_ldapexplorer_update_center.instance:
 url_key attribute deprecated in favor of url
WARNING [null]: Last record repeated again.
WARNING [org.netbeans.modules.project.ui.ProjectsRootNode]: Warning - project 
environment-tool-automation-framework failed to supply itself in the lookup of 
the root node of its own logical view
INFO [org.netbeans.modules.autoupdate.updateprovider.DownloadListener]: Reading 
URL http://netbeans.i2m.dk/updates.xml failed (java.io.IOException: Timeout 
while opening connection to http://netbeans.i2m.dk/updates.xml)
INFO [org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler]
java.util.concurrent.TimeoutException
 at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
 at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$1.run(NetworkAccess.java:91)
Caused: java.io.IOException: Timeout while opening connection to 
http://netbeans.i2m.dk/updates.xml
 at 
org.netbeans.modules.autoupdate.updateprovider.NetworkAccess$Task$1.run(NetworkAccess.java:111)
Caused: java.io.IOException: Timeout while opening connection to 
http://netbeans.i2m.dk/updates.xml

> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-11-12 Thread Eric Bresie (Jira)


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

Eric Bresie commented on NETBEANS-4931:
---

In another context it complains about selenium and another a darcula looking 
feel issue.

> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-11-12 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4931:


In the log there is a massive classpath shown and you could:
 * reduce the code that is needed to trigger the bug to a minimum
 * reduce the classpath that is needed to a minimum
 * provide that project

Essentially you produce a minimal reproducer. That way someone working on this 
can actually trace this down and verify, that your issue is fixed. Else any 
change in the javac will just be speculation whether or not your issue is fixed.

Running without nbjavac and contrasting that with the JDK javac might

a) allow you to get it working for you and

b) help tracking the problem down

> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-11-12 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4931:
-

If you are on JDK 11+ can you remove nbjavac and see if you happier without it?


> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-11-12 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz commented on NETBEANS-4931:
---

As I've mentioned above I've tried with multiple JDK versions. Seems the common 
factor is nb-javac. Looked into the error in the logs but refers to a project 
that has no resources folder.

> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



--
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-4931) nb-javac breaks project test classes

2020-11-11 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4931:


My reply on the mailinglist was ignored, so replying here:
 * If you are on JDK 11+ remove nbjavac and see if you happier without it
 * try to create a minimal project, that reproduces the problem. From a quick 
look, it seems one of the artifacts in the projects fails parsing

> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



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