toJavaPortable.prp
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:5k
- #
- # COMPONENT_NAME: idl.toJava
- #
- # ORIGINS: 27
- #
- # Licensed Materials - Property of IBM
- # 5639-D57 (C) COPYRIGHT International Business Machines Corp. 1997, 1999
- # RMI-IIOP v1.0
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- # @(#)toJavaPortable.prp 1.9 01/02/23
- #
- #
- # Translator: Each line below is of the form "<key>=<message>".
- # The keys are NOT to be translated.
- # The messages ARE to be translated.
- #
- # DO NOT translate the following:
- # IBM
- # IDL
- # Java
- #
- # %0 is a parameter to the message. Do not translate it.
- #
- # A backslash () at the end of a line is a line continuation
- # character. A backslash at the beginning of a line means don't
- # ignore leading blanks (they normally are). These backslashes
- # should remain in the message.
- #
- # Translator: Start Translating
- #
- toJavaProlog1=Generated by the %0
- toJavaProlog2=from %0
- PreEmit.indeterminateTypeInfo=Cannot determine type infomation for %0.
- InterfaceGen.noImpl=No local implementation found for %0.
- Version.product=IDL-to-Java compiler (portable), version "%0"
- Version.number=3.1
- NameModifier.TooManyPercent=Pattern contains more than one percent characters
- NameModifier.NoPercent=Pattern does not contain a percent character
- NameModifier.InvalidChar=Pattern contains an invalid character %0
- #
- # Translator: In the list of options below, do not translate:
- # -d, -emitAll, -f, -i, -keep, -m, -sep, -pkgPrefix, -td, -v, -verbose, -version, -implbase
- # Do not translate the string "java com.sun.tools.corba.se.idl.toJavaPortable.Compile"
- #
- usage=Compiler Usage:n
- n
- java com.sun.tools.corba.se.idl.toJavaPortable.Compile [options] <idl file>n
- n
- where <idl file> is the name of a file containing IDL definitions, andn
- [options] is any combination of the options listed below. The optionsn
- are optional and may appear in any order; <idl file> is required andn
- must appear last.n
- n
- Options:n
- -d <symbol> This is equivalent to the following line in ann
- IDL file: #define <symbol>n
- -emitAll Emit all types, including those found in #included files.n
- -f<side> Define what bindings to emit. <side> is one of client,n
- server, all, serverTIE, allTIE. serverTIE and allTIEn
- cause delegate model skeletons to be emitted. If thisn
- flag is not used, -fclient is assumed.n
- -i <include path> By default, the current directory is scanned forn
- included files. This option adds another directory.n
- -keep If a file to be generated already exists, do notn
- overwrite it. By default it is overwritten.n
- -noWarn Suppress warnings.n
- -oldImplBase Generate skeletons compatible with old (pre-1.4) JDK ORBs.n
- -pkgPrefix <t> <prefix> When the type or module name <t> is encountered atn
- file scope, begin the Java package name for all filesn
- generated for <t> with <prefix>.n
- -pkgTranslate <t> <pkg> When the type or module name <t> in encountered, replacen
- it with <pkg> in the generated java package. Note thatn
- pkgPrefix changes are made first. <t> must match then
- full package name exactly. Also, <t> must not ben
- org, org.omg, or any subpackage of org.omg.n
- -skeletonName <xxx%yyy> Name the skeleton according to the pattern.n
- The defaults are:n
- %POA for the POA base class (-fserver or -fall) n
- _%ImplBase for the oldImplBase base classn
- (-oldImplBase and (-fserver or -fall)).n
- -td <dir> use <dir> for the output directory instead ofn
- the current directory.n
- -tieName <xxx%yyy> Name the tie according to the pattern. The defaults are:n
- %POATie for the POA tie (-fserverTie or -fallTie) n
- %_Tie for the oldImplBase tien
- (-oldImplBase and (-fserverTie or -fallTie)).n
- -v, -verbose Verbose mode.n
- -version Display the version number and quit.n