RFR 8054474: Add --state-dir=bar to sjavac
Fredrik Öhrström
oehrstroem at gmail.com
Wed Aug 6 22:48:41 UTC 2014
Currently sjavac defaults to store the sjavac_state file in the destination
dir along the generated classes,
this can be inconvenient in some build systems, because you have to avoid
the state file when creating a jar archive. It is convenient to be able to
relocate javac_state to a state dir. This directory will also hold a
default portfile javac_server and the log files for the server, if the
server conf is not supplied.
The state dir defaults to the destination dir.
http://cr.openjdk.java.net/~ohrstrom/webrev-8054474-statedir/
https://bugs.openjdk.java.net/browse/JDK-8054474
//Fredrik
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20140807/6a72471a/attachment.html>
More information about the compiler-dev
mailing list