corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp
author xdono
Tue, 28 Jul 2009 12:12:36 -0700
changeset 3291 805a72a26925
parent 2711 56edbef7d472
child 5555 b2b5ed3f0d0d
permissions -rw-r--r--
6862919: Update copyright year Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2711
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     1
#
3291
805a72a26925 6862919: Update copyright year
xdono
parents: 2711
diff changeset
     2
# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
2711
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     4
#
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     7
# published by the Free Software Foundation.  Sun designates this
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
     9
# by Sun in the LICENSE file that accompanied this code.
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    10
#
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    15
# accompanied this code).
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    16
#
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    17
# You should have received a copy of the GNU General Public License version
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    20
#
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    21
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    22
# CA 95054 USA or visit www.sun.com if you need additional information or
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    23
# have any questions.
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    24
#
56edbef7d472 6529590: flaw in com.sun.corba.se.impl.presentation.rmi.IDLNameTranslatorImpl
tbell
parents: 4
diff changeset
    25
4
02bb8761fcce Initial load
duke
parents:
diff changeset
    26
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    27
# COMPONENT_NAME: idl.toJava
02bb8761fcce Initial load
duke
parents:
diff changeset
    28
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    29
# ORIGINS: 27
02bb8761fcce Initial load
duke
parents:
diff changeset
    30
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    31
# Licensed Materials - Property of IBM
02bb8761fcce Initial load
duke
parents:
diff changeset
    32
# 5639-D57 (C) COPYRIGHT International Business Machines Corp. 1997, 1999
02bb8761fcce Initial load
duke
parents:
diff changeset
    33
# RMI-IIOP v1.0
02bb8761fcce Initial load
duke
parents:
diff changeset
    34
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    35
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    36
# Translator:  Each line below is of the form "<key>=<message>".
02bb8761fcce Initial load
duke
parents:
diff changeset
    37
#              The keys are NOT to be translated.
02bb8761fcce Initial load
duke
parents:
diff changeset
    38
#              The messages ARE to be translated.
02bb8761fcce Initial load
duke
parents:
diff changeset
    39
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    40
#              DO NOT translate the following:
02bb8761fcce Initial load
duke
parents:
diff changeset
    41
#               IBM
02bb8761fcce Initial load
duke
parents:
diff changeset
    42
#               IDL
02bb8761fcce Initial load
duke
parents:
diff changeset
    43
#               Java
02bb8761fcce Initial load
duke
parents:
diff changeset
    44
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    45
#              %0 is a parameter to the message.  Do not translate it.
02bb8761fcce Initial load
duke
parents:
diff changeset
    46
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    47
#              A backslash (\) at the end of a line is a line continuation
02bb8761fcce Initial load
duke
parents:
diff changeset
    48
#              character.  A backslash at the beginning of a line means don't
02bb8761fcce Initial load
duke
parents:
diff changeset
    49
#              ignore leading blanks (they normally are).  These backslashes
02bb8761fcce Initial load
duke
parents:
diff changeset
    50
#              should remain in the message.
02bb8761fcce Initial load
duke
parents:
diff changeset
    51
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    52
# Translator:  Start Translating
02bb8761fcce Initial load
duke
parents:
diff changeset
    53
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    54
toJavaProlog1=Generated by the %0
02bb8761fcce Initial load
duke
parents:
diff changeset
    55
toJavaProlog2=from %0
02bb8761fcce Initial load
duke
parents:
diff changeset
    56
PreEmit.indeterminateTypeInfo=Cannot determine type infomation for %0.
02bb8761fcce Initial load
duke
parents:
diff changeset
    57
InterfaceGen.noImpl=No local implementation found for %0.
02bb8761fcce Initial load
duke
parents:
diff changeset
    58
Version.product=IDL-to-Java compiler (portable), version "%0"
02bb8761fcce Initial load
duke
parents:
diff changeset
    59
Version.number=3.2
02bb8761fcce Initial load
duke
parents:
diff changeset
    60
NameModifier.TooManyPercent=Pattern contains more than one percent characters
02bb8761fcce Initial load
duke
parents:
diff changeset
    61
NameModifier.NoPercent=Pattern does not contain a percent character
02bb8761fcce Initial load
duke
parents:
diff changeset
    62
NameModifier.InvalidChar=Pattern contains an invalid character %0
02bb8761fcce Initial load
duke
parents:
diff changeset
    63
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    64
# Translator: In the list of options below, do not translate:
02bb8761fcce Initial load
duke
parents:
diff changeset
    65
#             -d, -emitAll, -f, -i, -keep, -m, -sep, -pkgPrefix, -td, -v, -verbose, -version, -implbase
02bb8761fcce Initial load
duke
parents:
diff changeset
    66
#             Do not translate the string "java com.sun.tools.corba.se.idl.toJavaPortable.Compile"
02bb8761fcce Initial load
duke
parents:
diff changeset
    67
#
02bb8761fcce Initial load
duke
parents:
diff changeset
    68
usage=Compiler Usage:\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    69
\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    70
\    java com.sun.tools.corba.se.idl.toJavaPortable.Compile [options] <idl file>\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    71
\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    72
where <idl file> is the name of a file containing IDL definitions, and\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    73
[options] is any combination of the options listed below.  The options\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    74
are optional and may appear in any order; <idl file> is required and\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    75
must appear last.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    76
\ \n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    77
Options:\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    78
  -d <symbol>               This is equivalent to the following line in an\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    79
\                          IDL file:  #define <symbol>\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    80
  -emitAll                  Emit all types, including those found in #included files.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    81
  -f<side>                  Define what bindings to emit.  <side> is one of client,\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    82
\                          server, all, serverTIE, allTIE.  serverTIE and allTIE\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    83
\                          cause delegate model skeletons to be emitted.  If this\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    84
\                          flag is not used, -fclient is assumed.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    85
  -i <include path>         By default, the current directory is scanned for\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    86
\                          included files.  This option adds another directory.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    87
  -keep                     If a file to be generated already exists, do not\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    88
\                          overwrite it.  By default it is overwritten.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    89
  -noWarn                   Suppress warnings.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    90
  -oldImplBase              Generate skeletons compatible with old (pre-1.4) JDK ORBs.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    91
  -pkgPrefix <t> <prefix>   When the type or module name <t> is encountered at\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    92
\                          file scope, begin the Java package name for all files\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    93
\                          generated for <t> with <prefix>.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    94
  -pkgTranslate <t> <pkg>   When the type or module name <t> in encountered, replace\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    95
\                          it with <pkg> in the generated java package.  Note that\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    96
\                          pkgPrefix changes are made first.  <t> must match the\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    97
\                          full package name exactly.  Also, <t> must not be\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    98
\                          org, org.omg, or any subpackage of org.omg.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
    99
  -skeletonName <xxx%yyy>   Name the skeleton according to the pattern.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   100
\                          The defaults are:\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   101
\                          %POA for the POA base class (-fserver or -fall) \n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   102
\                          _%ImplBase for the oldImplBase base class\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   103
\                          (-oldImplBase and (-fserver or -fall)).\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   104
  -td <dir>                 use <dir> for the output directory instead of\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   105
\                          the current directory.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   106
  -tieName <xxx%yyy>        Name the tie according to the pattern.  The defaults are:\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   107
\                          %POATie for the POA tie (-fserverTie or -fallTie) \n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   108
\                          %_Tie for the oldImplBase tie\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   109
\                          (-oldImplBase and (-fserverTie or -fallTie)).\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   110
  -v, -verbose              Verbose mode.\n\
02bb8761fcce Initial load
duke
parents:
diff changeset
   111
  -version                  Display the version number and quit.\n