In JavaCompilation.gmk, could you add the new CLASSPATH parameter to the
documentation comment?
Otherwise, very nice!
/Erik
On 2015-09-08 20:53, Magnus Ihse Bursie wrote:
It is tricky to get correct handling on all platforms of class paths
containing more than one entry. This logic should be encapsulated in a
global function instead.
A new helper function PathList will format claspaths correctly. A new
argument CLASSPATH to SetupJavaCompilation will facilitate giving an
explicit classpath to compilations.
Bug: https://bugs.openjdk.java.net/browse/JDK-8065912
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8065912-better-classpath-handling/webrev.01
/Magnus