Review request: 8003562: Provide a command-line tool to find static dependencies
Ulf Zibis
Ulf.Zibis at CoSoCo.de
Fri Dec 14 16:44:00 PST 2012
Am 14.12.2012 22:41, schrieb Mandy Chung:
>
>> Maybe I'm in error, but additionally it seems to me, that "-classpath=Foo" doesn't match by:
>
> -classpath is the one inconsistent with others. We think that it would be better to live with
> "-classpath" as people are familiar with -classpath option.
Ah, I see. But then you should still use:
108 new Option(true, "-cp", "-classpath") {
Additionally, why not providing both, the old + new syntax:
108 new Option(true, "-cp", "-classpath", "--classpath") {
People are also still familiar with -version !
-Ulf
More information about the compiler-dev
mailing list