toJavaPortable.prp
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:5k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. #
  2. # COMPONENT_NAME: idl.toJava
  3. #
  4. # ORIGINS: 27
  5. #
  6. # Licensed Materials - Property of IBM
  7. # 5639-D57 (C) COPYRIGHT International Business Machines Corp. 1997, 1999
  8. # RMI-IIOP v1.0
  9. # US Government Users Restricted Rights - Use, duplication or
  10. # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  11. #
  12. # @(#)toJavaPortable.prp 1.9 01/02/23
  13. #
  14. #
  15. # Translator:  Each line below is of the form "<key>=<message>".
  16. #              The keys are NOT to be translated.
  17. #              The messages ARE to be translated.
  18. #
  19. #              DO NOT translate the following:
  20. #               IBM
  21. #               IDL
  22. #               Java
  23. #
  24. #              %0 is a parameter to the message.  Do not translate it.
  25. #
  26. #              A backslash () at the end of a line is a line continuation
  27. #              character.  A backslash at the beginning of a line means don't
  28. #              ignore leading blanks (they normally are).  These backslashes
  29. #              should remain in the message.
  30. #
  31. # Translator:  Start Translating
  32. #
  33. toJavaProlog1=Generated by the %0
  34. toJavaProlog2=from %0
  35. PreEmit.indeterminateTypeInfo=Cannot determine type infomation for %0.
  36. InterfaceGen.noImpl=No local implementation found for %0.
  37. Version.product=IDL-to-Java compiler (portable), version "%0"
  38. Version.number=3.1
  39. NameModifier.TooManyPercent=Pattern contains more than one percent characters
  40. NameModifier.NoPercent=Pattern does not contain a percent character
  41. NameModifier.InvalidChar=Pattern contains an invalid character %0
  42. #
  43. # Translator: In the list of options below, do not translate:
  44. #             -d, -emitAll, -f, -i, -keep, -m, -sep, -pkgPrefix, -td, -v, -verbose, -version, -implbase
  45. #             Do not translate the string "java com.sun.tools.corba.se.idl.toJavaPortable.Compile"
  46. #
  47. usage=Compiler Usage:n
  48. n
  49.     java com.sun.tools.corba.se.idl.toJavaPortable.Compile [options] <idl file>n
  50. n
  51. where <idl file> is the name of a file containing IDL definitions, andn
  52. [options] is any combination of the options listed below.  The optionsn
  53. are optional and may appear in any order; <idl file> is required andn
  54. must appear last.n
  55.  n
  56. Options:n
  57.   -d <symbol>               This is equivalent to the following line in ann
  58.                           IDL file:  #define <symbol>n
  59.   -emitAll                  Emit all types, including those found in #included files.n
  60.   -f<side>                  Define what bindings to emit.  <side> is one of client,n
  61.                           server, all, serverTIE, allTIE.  serverTIE and allTIEn
  62.                           cause delegate model skeletons to be emitted.  If thisn
  63.                           flag is not used, -fclient is assumed.n
  64.   -i <include path>         By default, the current directory is scanned forn
  65.                           included files.  This option adds another directory.n
  66.   -keep                     If a file to be generated already exists, do notn
  67.                           overwrite it.  By default it is overwritten.n
  68.   -noWarn                   Suppress warnings.n
  69.   -oldImplBase              Generate skeletons compatible with old (pre-1.4) JDK ORBs.n
  70.   -pkgPrefix <t> <prefix>   When the type or module name <t> is encountered atn
  71.                           file scope, begin the Java package name for all filesn
  72.                           generated for <t> with <prefix>.n
  73.   -pkgTranslate <t> <pkg>   When the type or module name <t> in encountered, replacen
  74.                           it with <pkg> in the generated java package.  Note thatn
  75.                           pkgPrefix changes are made first.  <t> must match then
  76.                           full package name exactly.  Also, <t> must not ben
  77.                           org, org.omg, or any subpackage of org.omg.n
  78.   -skeletonName <xxx%yyy>   Name the skeleton according to the pattern.n
  79.                           The defaults are:n
  80.                           %POA for the POA base class (-fserver or -fall) n
  81.                           _%ImplBase for the oldImplBase base classn
  82.                           (-oldImplBase and (-fserver or -fall)).n
  83.   -td <dir>                 use <dir> for the output directory instead ofn
  84.                           the current directory.n
  85.   -tieName <xxx%yyy>        Name the tie according to the pattern.  The defaults are:n
  86.                           %POATie for the POA tie (-fserverTie or -fallTie) n
  87.                           %_Tie for the oldImplBase tien
  88.                           (-oldImplBase and (-fserverTie or -fallTie)).n
  89.   -v, -verbose              Verbose mode.n
  90.   -version                  Display the version number and quit.n