sdedic commented on code in PR #4975:
URL: https://github.com/apache/netbeans/pull/4975#discussion_r1024319574
##########
nbbuild/templates/projectized.xml:
##########
@@ -123,7 +123,7 @@
</condition>
</target>
<target name="-init-bootclasspath-prepend-run9"
depends="-init-bootclasspath-prepend-compile" if="have-jdk-1.9">
- <condition property="test.bootclasspath.prepend.args"
value="--limit-modules=java.base,java.logging,java.xml,java.prefs,java.desktop,java.management,java.instrument,jdk.zipfs,java.scripting,java.naming,jdk.jdi">
+ <condition property="test.bootclasspath.prepend.args"
value="--limit-modules=java.base,java.logging,java.xml,java.prefs,java.desktop,java.management,java.instrument,jdk.zipfs,java.scripting,java.naming,jdk.jdi,jdk.unsupported">
Review Comment:
Not really - there are still some failing tests, I asked @dbalek for an
assistance as the failure seems to be deeply burried in javac binding
infrastructure. But it's definitely a step forward.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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