Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-24 Thread Magnus Ihse Bursie
On Tue, 24 Nov 2020 09:52:34 GMT, Joel Borggrén-Franck wrote: >> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix whitespace issues > > src/jdk.compiler/share/classes/com/sun/tools/sjavac/Util.java line 96: > >> 9

Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-24 Thread Joel Borggrén-Franck
On Mon, 16 Nov 2020 12:44:08 GMT, Magnus Ihse Bursie wrote: >> Currently, to use the javac server, a horrendously long command line option >> is created, looking like this: `--server:portfile=> portfile>:sjavac=`, where the sjavac command has >> had all spaces replaced by %20. Since Project Jig

Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-17 Thread Magnus Ihse Bursie
On Tue, 17 Nov 2020 23:00:26 GMT, Jonathan Gibbons wrote: >> Magnus Ihse Bursie has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix whitespace issues > > There seems to be much more here than there needs to be. > > If the issue is just

Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-17 Thread Jonathan Gibbons
On Mon, 16 Nov 2020 12:44:08 GMT, Magnus Ihse Bursie wrote: >> Currently, to use the javac server, a horrendously long command line option >> is created, looking like this: `--server:portfile=> portfile>:sjavac=`, where the sjavac command has >> had all spaces replaced by %20. Since Project Jig

Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-16 Thread Erik Joelsson
On Mon, 16 Nov 2020 12:44:08 GMT, Magnus Ihse Bursie wrote: >> Currently, to use the javac server, a horrendously long command line option >> is created, looking like this: `--server:portfile=> portfile>:sjavac=`, where the sjavac command has >> had all spaces replaced by %20. Since Project Jig

Re: RFR: 8256308: Send arguments to javac server in a config file [v6]

2020-11-16 Thread Magnus Ihse Bursie
> Currently, to use the javac server, a horrendously long command line option > is created, looking like this: `--server:portfile= portfile>:sjavac=`, where the sjavac command has > had all spaces replaced by %20. Since Project Jigsaw, the set of module > arguments needed is huge to begin with,

Re: RFR: 8256308: Send arguments to javac server in a config file

2020-11-13 Thread Erik Joelsson
On Thu, 12 Nov 2020 22:13:37 GMT, Magnus Ihse Bursie wrote: > Currently, to use the javac server, a horrendously long command line option > is created, looking like this: `--server:portfile= portfile>:sjavac=`, where the sjavac command has > had all spaces replaced by %20. Since Project Jigsaw,

Re: RFR: 8256308: Send arguments to javac server in a config file [v5]

2020-11-13 Thread Erik Joelsson
On Fri, 13 Nov 2020 01:08:09 GMT, Magnus Ihse Bursie wrote: >> Currently, to use the javac server, a horrendously long command line option >> is created, looking like this: `--server:portfile=> portfile>:sjavac=`, where the sjavac command has >> had all spaces replaced by %20. Since Project Jig

Re: RFR: 8256308: Send arguments to javac server in a config file [v5]

2020-11-12 Thread Magnus Ihse Bursie
> Currently, to use the javac server, a horrendously long command line option > is created, looking like this: `--server:portfile= portfile>:sjavac=`, where the sjavac command has > had all spaces replaced by %20. Since Project Jigsaw, the set of module > arguments needed is huge to begin with,

Re: RFR: 8256308: Send arguments to javac server in a config file [v4]

2020-11-12 Thread Magnus Ihse Bursie
> Currently, to use the javac server, a horrendously long command line option > is created, looking like this: `--server:portfile= portfile>:sjavac=`, where the sjavac command has > had all spaces replaced by %20. Since Project Jigsaw, the set of module > arguments needed is huge to begin with,

Re: RFR: 8256308: Send arguments to javac server in a config file [v3]

2020-11-12 Thread Magnus Ihse Bursie
> Currently, to use the javac server, a horrendously long command line option > is created, looking like this: `--server:portfile= portfile>:sjavac=`, where the sjavac command has > had all spaces replaced by %20. Since Project Jigsaw, the set of module > arguments needed is huge to begin with,

Re: RFR: 8256308: Send arguments to javac server in a config file [v2]

2020-11-12 Thread Magnus Ihse Bursie
> Currently, to use the javac server, a horrendously long command line option > is created, looking like this: `--server:portfile= portfile>:sjavac=`, where the sjavac command has > had all spaces replaced by %20. Since Project Jigsaw, the set of module > arguments needed is huge to begin with,

RFR: 8256308: Send arguments to javac server in a config file

2020-11-12 Thread Magnus Ihse Bursie
Currently, to use the javac server, a horrendously long command line option is created, looking like this: `--server:portfile=:sjavac=`, where the sjavac command has had all spaces replaced by %20. Since Project Jigsaw, the set of module arguments needed is huge to begin with, making this comman