RE: argsfile problem

2016-03-29 Thread Stephen Felts
M To: jigsaw-dev Subject: argsfile problem Here’s an interesting problem.   I have a lot of JDK9-specific command line options. I decided to try to put them into an argsfile. I then tried to use the @argsfile in a gradle script using something like   options.compilerArgs=’@/argsfile’   I was

argsfile problem

2016-03-29 Thread Stephen Felts
Here’s an interesting problem.   I have a lot of JDK9-specific command line options. I decided to try to put them into an argsfile. I then tried to use the @argsfile in a gradle script using something like   options.compilerArgs=’@/argsfile’   I was getting a ‘javac: invalid flag: @/argsfil