On 4/26/17 12:06 AM, Brian Burkhalter wrote:
Hi Amy,
I think test.dir is preferred in case the folder location is specified
to the harness.
Yes, makes sense.
(I'm not a reviewer.)
Thanks,
Amy
Brian
On Apr 24, 2017, at 8:22 PM, Amy Lu <[email protected]
<mailto:[email protected]>> wrote:
I noticed something else:
148 Path zpath = Paths.get(System.getProperty("test.dir", "."),
272 Path zpath = Paths.get(System.getProperty("test.dir", "."),
Is it better to use "user.dir" instead of "test.dir" here?
Thanks,Amy
On 4/25/17 6:08 AM, Brian Burkhalter wrote:
This might not be enough or might be totally unnecessary but could prove useful.
https://bugs.openjdk.java.net/browse/JDK-8179247
http://cr.openjdk.java.net/~bpb/8179247/webrev.00/
Thanks,
Brian