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

Peter Nabbefeld commented on NETBEANS-1609:
-------------------------------------------

2. Try to install the module into Your IDE - You'll see exceptions thrown in 
Your IDE log (now exception pops up, yet).

3. Try to open a "Project Management" window (first item in "Window" dialog).

4. Exceptions are notified.

5. In the navigation window, there is probably a window titled "PM", but its 
content is a "null" node only, because the Bundle could not be loaded.

6. From my IDE log:

INFO [org.netbeans.core.startup.NbEvents]: Turning off modules:
    org.netbeans.api.progress.compat8 [1.50.1 
incubator-netbeans-release-360-on-20181029]
    org.netbeans.modules.java.source.compat8 [9.6.1 
incubator-netbeans-release-360-on-20181029]
    org.netbeans.modules.pm.DocsTree [1.0 1.0-20181104 201811042218]
    org.netbeans.modules.project.ant.compat8/1 [1.70.1 
incubator-netbeans-release-360-on-20181029]
    org.openide.execution.compat8 [9.5.1 
incubator-netbeans-release-360-on-20181029]
WARNING [org.openide.util.lookup.MetaInfServicesLookup]: 
org.netbeans.modules.java.source.tasklist.CompilerSettings could not be found 
in SystemClassLoader[668 modules]
WARNING [null]: Last record repeated again.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
    org.netbeans.modules.pm.DocsTree [1.0 1.0-20181104 201811042218]

7. Java modules fail; on my Linux system, I cannot even close NetBeans, I've to 
kill it by SIGKILL

 

As You can see in [6], compatibility layer modules get unloaded together with 
my module, but obviously don't get reloaded.

 

 

 

> @Messages annotation does not work with JDK version >= 10
> ---------------------------------------------------------
>
>                 Key: NETBEANS-1609
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1609
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: apisupport - Project, platform - Module System
>    Affects Versions: 10.0
>         Environment: I'm running NB 10.0vc2 on JDK 11.
>            Reporter: Peter Nabbefeld
>            Priority: Major
>
> The @Messages annotation creates a non-translatable Bundle file, because the 
> package of the @Generated annotation has changed:
>  
> @javax.annotation.Generated  =>  @javax.annotation.processing.Generated



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to