-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
None
-
b69
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098777 | emb-9 | Michael Haupt | P4 | Resolved | Fixed | team |
JDK-8129209 | 8u65 | Michael Haupt | P4 | Resolved | Fixed | b02 |
JDK-8086050 | 8u60 | Michael Haupt | P4 | Resolved | Fixed | b20 |
JDK-8138550 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b02 |
JDK-8129734 | emb-8u60 | Michael Haupt | P4 | Resolved | Fixed | b20 |
This is a follow-up to JDK-8049300. The $EXECV command should accept a number of parameters that it uses each as a single element of the command line to run.
For example:
jjs> $EXECV("ls", "-l", "a", "b c")
For example:
jjs> $EXECV("ls", "-l", "a", "b c")
- backported by
-
JDK-8086050 add $EXECV command to Nashorn scripting mode
- Resolved
-
JDK-8098777 add $EXECV command to Nashorn scripting mode
- Resolved
-
JDK-8129209 add $EXECV command to Nashorn scripting mode
- Resolved
-
JDK-8129734 add $EXECV command to Nashorn scripting mode
- Resolved
-
JDK-8138550 add $EXECV command to Nashorn scripting mode
- Resolved
- relates to
-
JDK-8087136 regression: apply on $EXEC fails with ClassCastException
- Resolved
-
JDK-8049300 jjs scripting: need way to quote $EXEC command arguments to protect spaces
- Resolved
(2 relates to)