You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/04/05 04:56:16 UTC

[GitHub] [netbeans] jtulach opened a new pull request #2062: [NETBEANS-4078] Don't install nb-javac on JDK11

jtulach opened a new pull request #2062: [NETBEANS-4078] Don't install nb-javac on JDK11
URL: https://github.com/apache/netbeans/pull/2062
 
 
   When creating new project with IDE running on JDK11, don't attempt to install nb-javac. I did following testing:
   ```bash
   netbeans$ ant build
   netbeans$ rm -rf nbuild/testuserdir nbbuild/netbeans/extra
   netbeans$ ant tryme -Dnbjdk.home=/jdk8
   netbeans$ rm -rf nbuild/testuserdir nbbuild/netbeans/extra
   netbeans$ ant tryme -Dnbjdk.home=/jdk11
   ```
   Only download of nb-javac is offered on OracleJDK8. Only download of OpenJFX is offered on JDK-11.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] geertjanw commented on issue #2062: [NETBEANS-4078] Don't install nb-javac on JDK11

Posted by GitBox <gi...@apache.org>.
geertjanw commented on issue #2062: [NETBEANS-4078] Don't install nb-javac on JDK11
URL: https://github.com/apache/netbeans/pull/2062#issuecomment-609749966
 
 
   Only on JDK 11? Or on all JDKs except JDK 8?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net edited a comment on issue #2062: [NETBEANS-4078] Don't install nb-javac on JDK11

Posted by GitBox <gi...@apache.org>.
neilcsmith-net edited a comment on issue #2062: [NETBEANS-4078] Don't install nb-javac on JDK11
URL: https://github.com/apache/netbeans/pull/2062#issuecomment-615915008
 
 
   :+1:
   
   Shouldn't this be matched by somewhat similar logic around https://github.com/apache/netbeans/blob/master/java/java.source/src/org/netbeans/modules/java/source/JBrowseModule.java#L94 ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on issue #2062: [NETBEANS-4078] Don't install nb-javac on JDK11

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #2062: [NETBEANS-4078] Don't install nb-javac on JDK11
URL: https://github.com/apache/netbeans/pull/2062#issuecomment-615915008
 
 
   Shouldn't this be matched by somewhat similar logic around https://github.com/apache/netbeans/blob/master/java/java.source/src/org/netbeans/modules/java/source/JBrowseModule.java#L94 ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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