Re: RFR - 8027634: Support @argfiles for java command-line tool

2015-08-10 Thread Erik Joelsson
Hello Henry, Build changes look good to me. /Erik On 2015-07-10 05:48, Henry Jen wrote: Hi, Please review proposed patch for JDK-8027634[1]. This patch is to enable java support command line argument file like javac does. The implementation use the same syntax rule, which is implemented in

Re: RFR - 8027634: Support @argfiles for java command-line tool

2015-07-15 Thread Mandy Chung
On Jul 10, 2015, at 11:48 AM, Henry Jen henry@oracle.com wrote: Hi, Please review proposed patch for JDK-8027634[1]. This patch is to enable java support command line argument file like javac does. The implementation use the same syntax rule, which is implemented in

Re: RFR - 8027634: Support @argfiles for java command-line tool

2015-07-13 Thread Magnus Ihse Bursie
Build changes look fine. /Magnus 10 jul 2015 kl. 05:50 skrev Henry Jen henry@oracle.com: Sigh, forgot the link to the webrev again. http://cr.openjdk.java.net/~henryjen/jdk9/8027634/webrev/ Cheers, Henry On Jul 9, 2015, at 8:48 PM, Henry Jen henry@oracle.com wrote: Hi,

Re: RFR - 8027634: Support @argfiles for java command-line tool

2015-07-09 Thread Henry Jen
Sigh, forgot the link to the webrev again. http://cr.openjdk.java.net/~henryjen/jdk9/8027634/webrev/ Cheers, Henry On Jul 9, 2015, at 8:48 PM, Henry Jen henry@oracle.com wrote: Hi, Please review proposed patch for JDK-8027634[1]. This patch is to enable java support command line

RFR - 8027634: Support @argfiles for java command-line tool

2015-07-09 Thread Henry Jen
Hi, Please review proposed patch for JDK-8027634[1]. This patch is to enable java support command line argument file like javac does. The implementation use the same syntax rule, which is implemented in CommandLine.java[3] with java.io.StreamTokenizer. Some early comment is that we probably