[jira] [Updated] (NETBEANS-3084) Still didn't have good modules suppor in jdk >=9

2019-09-11 Thread user124 (Jira)


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

user124 updated NETBEANS-3084:
--
Component/s: (was: java - Project)
 (was: apisupport - Project)

> Still didn't have good modules suppor in jdk >=9
> 
>
> Key: NETBEANS-3084
> URL: https://issues.apache.org/jira/browse/NETBEANS-3084
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.11-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
>
> # Netbeans always create a module-info.java only at src directory.
>  # Every time when compiling module app get an error:
> error: file should be on source path, or on patch path for module
>  package
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3084) Still didn't have good modules suppor in jdk >=9

2019-09-11 Thread user124 (Jira)


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

user124 commented on NETBEANS-3084:
---

Temporary workaround:

Edit /nbproject/project.properties. Add line: module.name="module name"

> Still didn't have good modules suppor in jdk >=9
> 
>
> Key: NETBEANS-3084
> URL: https://issues.apache.org/jira/browse/NETBEANS-3084
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project, java - Project
>Affects Versions: 11.1
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.11-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
>
> # Netbeans always create a module-info.java only at src directory.
>  # Every time when compiling module app get an error:
> error: file should be on source path, or on patch path for module
> package
>  
> Temporary workaround:
> Edit /nbproject/project.properties. Add line: module.name="module name"
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3084) Still didn't have good modules suppor in jdk >=9

2019-09-11 Thread user124 (Jira)


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

user124 updated NETBEANS-3084:
--
Description: 
# Netbeans always create a module-info.java only at src directory.
 # Every time when compiling module app get an error:

error: file should be on source path, or on patch path for module
 package

 

 

 

  was:
# Netbeans always create a module-info.java only at src directory.
 # Every time when compiling module app get an error:

error: file should be on source path, or on patch path for module
package

 

Temporary workaround:

Edit /nbproject/project.properties. Add line: module.name="module name"

 


> Still didn't have good modules suppor in jdk >=9
> 
>
> Key: NETBEANS-3084
> URL: https://issues.apache.org/jira/browse/NETBEANS-3084
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project, java - Project
>Affects Versions: 11.1
> Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.11-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
>
> # Netbeans always create a module-info.java only at src directory.
>  # Every time when compiling module app get an error:
> error: file should be on source path, or on patch path for module
>  package
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3084) Still didn't have good modules suppor in jdk >=9

2019-09-11 Thread user124 (Jira)
user124 created NETBEANS-3084:
-

 Summary: Still didn't have good modules suppor in jdk >=9
 Key: NETBEANS-3084
 URL: https://issues.apache.org/jira/browse/NETBEANS-3084
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Project, java - Project
Affects Versions: 11.1
 Environment: Product Version: Apache NetBeans IDE 11.1
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.11-1-default running on amd64; UTF-8; ru_UA (nb)
Reporter: user124


# Netbeans always create a module-info.java only at src directory.
 # Every time when compiling module app get an error:

error: file should be on source path, or on patch path for module
package

 

Temporary workaround:

Edit /nbproject/project.properties. Add line: module.name="module name"

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2924) Empty "Available Plugins" tab from the box

2019-08-27 Thread user124 (Jira)


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

user124 closed NETBEANS-2924.
-

Problem absent if installing version 11.1 from binaries.

> Empty "Available Plugins" tab from the box
> --
>
> Key: NETBEANS-2924
> URL: https://issues.apache.org/jira/browse/NETBEANS-2924
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Fix For: 11.1
>
> Attachments: Screenshot_20190730_221808.png, 
> Screenshot_20190730_221827.png
>
>
> There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Resolved] (NETBEANS-2924) Empty "Available Plugins" tab from the box

2019-08-27 Thread user124 (Jira)


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

user124 resolved NETBEANS-2924.
---
Fix Version/s: 11.1
   Resolution: Not A Problem

Problem absent if installing version 11.1 from binaries.

> Empty "Available Plugins" tab from the box
> --
>
> Key: NETBEANS-2924
> URL: https://issues.apache.org/jira/browse/NETBEANS-2924
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Fix For: 11.1
>
> Attachments: Screenshot_20190730_221808.png, 
> Screenshot_20190730_221827.png
>
>
> There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2923) "nb-javac library" module can't be downloaded

2019-08-27 Thread user124 (Jira)


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

user124 closed NETBEANS-2923.
-
Resolution: Not A Problem

Problem absent if installing version 11.1 from binaries.

> "nb-javac library" module can't be downloaded
> -
>
> Key: NETBEANS-2923
> URL: https://issues.apache.org/jira/browse/NETBEANS-2923
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221524.png
>
>
> "nb-javac library" module didn't downloaded, netbeans can't find it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-27 Thread user124 (Jira)


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

user124 closed NETBEANS-2922.
-
Fix Version/s: 11.1
   Resolution: Not A Problem

Problem  absent if installing version 11.1 from binaries.

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Fix For: 11.1
>
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Assigned] (NETBEANS-2924) Empty "Available Plugins" tab from the box

2019-08-27 Thread user124 (Jira)


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

user124 reassigned NETBEANS-2924:
-

Assignee: user124

> Empty "Available Plugins" tab from the box
> --
>
> Key: NETBEANS-2924
> URL: https://issues.apache.org/jira/browse/NETBEANS-2924
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221808.png, 
> Screenshot_20190730_221827.png
>
>
> There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Assigned] (NETBEANS-2922) Can't activate HTML5 and Java EE modules

2019-08-27 Thread user124 (Jira)


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

user124 reassigned NETBEANS-2922:
-

Assignee: user124

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Assigned] (NETBEANS-2923) "nb-javac library" module can't be downloaded

2019-08-27 Thread user124 (Jira)


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

user124 reassigned NETBEANS-2923:
-

Assignee: user124

> "nb-javac library" module can't be downloaded
> -
>
> Key: NETBEANS-2923
> URL: https://issues.apache.org/jira/browse/NETBEANS-2923
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Assignee: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221524.png
>
>
> "nb-javac library" module didn't downloaded, netbeans can't find it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-10 Thread user124 (JIRA)


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

user124 commented on NETBEANS-2922:
---

Also tried. Yes, it works but i leave previous configuration from previous 
releases and it works for me also.

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-10 Thread user124 (JIRA)


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

user124 edited comment on NETBEANS-2922 at 8/10/19 3:23 PM:


Product Version: Apache NetBeans IDE Dev (Build 20190804-unknown-revn)
 Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
 Runtime: OpenJDK Runtime Environment 12.0.2+10
 System: Linux version 5.2.5-1-default running on amd64; UTF-8; ru_UA (nb)
 User directory: /home/user0/.netbeans/dev
 Cache directory: /home/user0/.cache/netbeans/dev

Nothing special, no any proxy. Use OpenSUSE Tumbleweed.

>From the box, netbeans 11.1 has only 2 update centers while previous versions 
>had several. When i add update centers from previous releases - plugins 
>appears again and i can install what i want.

 


was (Author: user124):
Product Version: Apache NetBeans IDE Dev (Build 20190804-unknown-revn)
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.5-1-default running on amd64; UTF-8; ru_UA (nb)
User directory: /home/user0/.netbeans/dev
Cache directory: /home/user0/.cache/netbeans/dev

Nothing special, no any proxy.

>From the box, netbeans 11.1 has only 2 update centers while previous versions 
>had several. When i add update centers from previous releases - plugins 
>appears again and i can install what i want.

 

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-10 Thread user124 (JIRA)


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

user124 commented on NETBEANS-2922:
---

Product Version: Apache NetBeans IDE Dev (Build 20190804-unknown-revn)
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.5-1-default running on amd64; UTF-8; ru_UA (nb)
User directory: /home/user0/.netbeans/dev
Cache directory: /home/user0/.cache/netbeans/dev

Nothing special, no any proxy.

>From the box, netbeans 11.1 has only 2 update centers while previous versions 
>had several. When i add update centers from previous releases - plugins 
>appears again and i can install what i want.

 

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-10 Thread user124 (JIRA)


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

user124 commented on NETBEANS-2922:
---

Already tried and there is another problem because of, even, with a fresh 
install there is no any plugins for downloading (some problems with repos from 
the box).

Look at: https://issues.apache.org/jira/browse/NETBEANS-2924

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-10 Thread user124 (JIRA)


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

user124 commented on NETBEANS-2922:
---

Unfortunately it didn't work. Still can't be activated because of absent 
modules. !Screenshot_20190810_175435.png!

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-08-10 Thread user124 (JIRA)


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

user124 updated NETBEANS-2922:
--
Attachment: Screenshot_20190810_175435.png

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png, 
> Screenshot_20190810_175435.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-07-30 Thread user124 (JIRA)


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

user124 updated NETBEANS-2922:
--
Attachment: Screenshot_20190730_220847.png

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2924) Empty "Available Plugins" tab from the box

2019-07-30 Thread user124 (JIRA)


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

user124 updated NETBEANS-2924:
--
Environment: 
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)

> Empty "Available Plugins" tab from the box
> --
>
> Key: NETBEANS-2924
> URL: https://issues.apache.org/jira/browse/NETBEANS-2924
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221808.png, 
> Screenshot_20190730_221827.png
>
>
> There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2924) Empty "Available Plugins" tab from the box

2019-07-30 Thread user124 (JIRA)
user124 created NETBEANS-2924:
-

 Summary: Empty "Available Plugins" tab from the box
 Key: NETBEANS-2924
 URL: https://issues.apache.org/jira/browse/NETBEANS-2924
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0, 11.1
Reporter: user124
 Attachments: Screenshot_20190730_221808.png, 
Screenshot_20190730_221827.png

There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2923) "nb-javac library" module can't be downloaded

2019-07-30 Thread user124 (JIRA)


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

user124 updated NETBEANS-2923:
--
Affects Version/s: 11.1
   11.0

> "nb-javac library" module can't be downloaded
> -
>
> Key: NETBEANS-2923
> URL: https://issues.apache.org/jira/browse/NETBEANS-2923
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221524.png
>
>
> "nb-javac library" module didn't downloaded, netbeans can't find it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2923) "nb-javac library" module can't be downloaded

2019-07-30 Thread user124 (JIRA)
user124 created NETBEANS-2923:
-

 Summary: "nb-javac library" module can't be downloaded
 Key: NETBEANS-2923
 URL: https://issues.apache.org/jira/browse/NETBEANS-2923
 Project: NetBeans
  Issue Type: Bug
 Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
Reporter: user124
 Attachments: Screenshot_20190730_221524.png

"nb-javac library" module didn't downloaded, netbeans can't find it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-07-30 Thread user124 (JIRA)
user124 created NETBEANS-2922:
-

 Summary: Can't activate HTML5 and Java EE modules
 Key: NETBEANS-2922
 URL: https://issues.apache.org/jira/browse/NETBEANS-2922
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0, 11.1
 Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
Reporter: user124


Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2620) Every time, very slow javadoc index search when there are several sources declared. Javadoc index search can take about 1m+

2019-05-31 Thread user124 (JIRA)
user124 created NETBEANS-2620:
-

 Summary: Every time, very slow javadoc index search when there are 
several sources declared. Javadoc index search can take about 1m+
 Key: NETBEANS-2620
 URL: https://issues.apache.org/jira/browse/NETBEANS-2620
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
20190531-unknown-revn)
Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
Runtime: OpenJDK Runtime Environment 12.0.1+12
System: Linux version 5.1.4-1-default running on amd64; UTF-8; ru_UA (nb)
Reporter: user124
 Attachments: Screenshot_20190531_163948.png

Every time, very slow javadoc index search when there are several sources 
declared. Javadoc index search can take about 1m+



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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