-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b28
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056524 | emb-9 | Fredrik Öhrström | P4 | Resolved | Fixed | master |
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.
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.
- backported by
-
JDK-8056524 Add --state-dir=foo to chose location for javac_state file
-
- Resolved
-