You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2020/09/18 14:08:26 UTC

[netbeans] branch revert-2371-NoBootcpOnJdk9 created (now cbcf0a5)

This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch revert-2371-NoBootcpOnJdk9
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


      at cbcf0a5  Revert "Ignore boot classpath with javac.target=9+"

This branch includes the following new commits:

     new cbcf0a5  Revert "Ignore boot classpath with javac.target=9+"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

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


[netbeans] 01/01: Revert "Ignore boot classpath with javac.target=9+"

Posted by lk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch revert-2371-NoBootcpOnJdk9
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit cbcf0a5aab82593e39657f367108e4433f147154
Author: Laszlo Kishalmi <la...@gmail.com>
AuthorDate: Fri Sep 18 07:08:16 2020 -0700

    Revert "Ignore boot classpath with javac.target=9+"
    
    This reverts commit 151b6c6c286ca2e46f5df8e50778c0b5d299bbbd.
---
 nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java b/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
index 4a78099..0726f6f 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/CustomJavac.java
@@ -84,14 +84,6 @@ public class CustomJavac extends Javac {
     }
 
     @Override
-    public Path getBootclasspath() {
-        if (intVersion(getTarget()) >= 9) {
-            return null;
-        }
-        return super.getBootclasspath();
-    }
-
-    @Override
     protected void compile() {
         if (processorPath != null && processorPath.size() > 0) {
             createCompilerArg().setValue("-processorpath");


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

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