Re: RFR 8031961 ProcessBuilder.Basic should use NIO Files to copy files

2014-01-16 Thread roger riggs
Hi Alan, I suspect that Solaris didn't support -p (as per the comment) but it was not worth a lot of investigation for an old issue and old SE 6. Roger On 1/16/2014 3:45 AM, Alan Bateman wrote: On 16/01/2014 03:22, Roger Riggs wrote: Please review this minor test improvement to replace sp

Re: RFR 8031961 ProcessBuilder.Basic should use NIO Files to copy files

2014-01-16 Thread Alan Bateman
On 16/01/2014 03:22, Roger Riggs wrote: Please review this minor test improvement to replace spawning /bin/cp to copy files with NIO Files.copy. Webrev: http://cr.openjdk.java.net/~rriggs/webrev-process-cp-8031961/ Just looking at JDK-6686751 and it's not clear what the issue was with -p. I as

RFR 8031961 ProcessBuilder.Basic should use NIO Files to copy files

2014-01-15 Thread Roger Riggs
Please review this minor test improvement to replace spawning /bin/cp to copy files with NIO Files.copy. Webrev: http://cr.openjdk.java.net/~rriggs/webrev-process-cp-8031961/ Thanks, Roger [1]https://bugs.openjdk.java.net/browse/JDK-8031961