RFR: JDK-8065912 Better handling of classpath in build-infra
Erik Joelsson
erik.joelsson at oracle.com
Wed Sep 9 07:25:19 UTC 2015
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
More information about the build-dev
mailing list