Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174573 | 10 | Henry Jen | P3 | Resolved | Fixed | b01 |
jar --help contains examples like
"jar --create --file classes.jar Foo.class Bar.class"
but it unclear what stdout can be used here
jar --create Foo.class Bar.class > classes.jar
or jar --list < classes.jar
Also there is no information about loading options from file. jar --create @argfile
"jar --create --file classes.jar Foo.class Bar.class"
but it unclear what stdout can be used here
jar --create Foo.class Bar.class > classes.jar
or jar --list < classes.jar
Also there is no information about loading options from file. jar --create @argfile
- backported by
-
JDK-8174573 jar --help doesn't provide information that stdout and stdin can be used as output and input for tool
-
- Resolved
-
- relates to
-
JDK-8071566 Improve testing for multi-version JAR file maker tool
-
- Resolved
-