< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/MessageBundle.properties

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help


  29 BASEDIR_DOESNT_EXIST = \
  30     Non-existent directory: {0}
  31 
  32 VERSION = \
  33         schemagen 2.3.0-b170531.0717
  34 
  35 FULLVERSION = \
  36         schemagen full version "2.3.0-b170531.0717"
  37 
  38 USAGE = \
  39 Usage: schemagen [-options ...] <java files> \n\
  40 Options: \n\
  41 \ \ \ \ -d <path>             : specify where to place processor and javac generated class files\n\
  42 \ \ \ \ -cp <path>            : specify where to find user specified files\n\
  43 \ \ \ \ -classpath <path>     : specify where to find user specified files\n\
  44 \ \ \ \ -encoding <encoding>  : specify encoding to be used for annotation processing/javac invocation \n\
  45 \ \ \ \ -episode <file>       : generate episode file for separate compilation\n\
  46 \ \ \ \ -disableXmlSecurity  :  disables XML security features for usage on xml parsing apis \n\
  47 \ \ \ \ -version              : display version information\n\
  48 \ \ \ \ -fullversion          : display full version information\n\
  49 \ \ \ \ -help                 : display this usage message


  29 BASEDIR_DOESNT_EXIST = \
  30     Non-existent directory: {0}
  31 
  32 VERSION = \
  33         schemagen 2.3.0-b170531.0717
  34 
  35 FULLVERSION = \
  36         schemagen full version "2.3.0-b170531.0717"
  37 
  38 USAGE = \
  39 Usage: schemagen [-options ...] <java files> \n\
  40 Options: \n\
  41 \ \ \ \ -d <path>             : specify where to place processor and javac generated class files\n\
  42 \ \ \ \ -cp <path>            : specify where to find user specified files\n\
  43 \ \ \ \ -classpath <path>     : specify where to find user specified files\n\
  44 \ \ \ \ -encoding <encoding>  : specify encoding to be used for annotation processing/javac invocation \n\
  45 \ \ \ \ -episode <file>       : generate episode file for separate compilation\n\
  46 \ \ \ \ -disableXmlSecurity   : disables XML security features for usage on xml parsing apis \n\
  47 \ \ \ \ -version              : display version information\n\
  48 \ \ \ \ -fullversion          : display full version information\n\
  49 \ \ \ \ -? -h --help          : display this help message and exit
< prev index next >