< prev index next >

src/jdk.jextract/share/classes/com/sun/tools/jextract/resources/Messages.properties

Print this page




   9 #  This code is distributed in the hope that it will be useful, but WITHOUT
  10 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 #  version 2 for more details (a copy is included in the LICENSE file that
  13 #  accompanied this code).
  14 # 
  15 #  You should have received a copy of the GNU General Public License version
  16 #  2 along with this work; if not, write to the Free Software Foundation,
  17 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 # 
  19 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 #  or visit www.oracle.com if you need additional information or have any
  21 #  questions.
  22 #
  23 
  24 cannot.read.header.file=Cannot open header file: {0}
  25 cannot.write.jar.file=Cannot write jar file: {0}, cause: {1}
  26 cannot.write.class.file=Cannot write class file {0}, cause: {1}
  27 not.a.directory=Not a directory: {0}
  28 l.name.should.not.be.path=-l option value should not be a path: {0}

  29 exclude.symbols.pattern.error=--exclude-symbols pattern is wrong: {0}
  30 err.no.input.files=No input files
  31 
  32 # warning messages
  33 warn.rpath.without.l=WARNING: -rpath option specified without any -l option
  34 warn.rpath.auto.conflict=WARNING: -infer-rpath used in conjunction with explicit -rpath paths
  35 warn.rpath.auto.without.L=WARNING: -infer-rpath option specified without any -L option
  36 warn.L.without.l=WARNING: -L option specified without any -l option
  37 warn.lib.not.found=WARNING: Some library names could not be resolved
  38 warn.symbol.not.found=WARNING: symbol {0} is not found in any library
  39 
  40 # help messages for options
  41 help.dry_run=parse header files but do not generate output jar

  42 help.exclude_symbols=exclude the native symbols matching the given pattern
  43 help.I=specify include files path
  44 help.L=specify library path
  45 help.rpath=specify runtime shared library search path
  46 help.infer.rpath=infer runtime shared library search path from library path
  47 help.l=specify a library
  48 help.o=specify output jar file
  49 help.d=specify where to place generated class files
  50 help.static.forwarder=generate static forwarder class (default is true)
  51 help.t=target package for specified header files
  52 help.m=specify package mapping as dir=pkg
  53 help.h=print help
  54 help.C=pass through argument for clang
  55 help.log=specify log level in java.util.logging.Level name
  56 help.non.option=header files
  57 


   9 #  This code is distributed in the hope that it will be useful, but WITHOUT
  10 #  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 #  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 #  version 2 for more details (a copy is included in the LICENSE file that
  13 #  accompanied this code).
  14 # 
  15 #  You should have received a copy of the GNU General Public License version
  16 #  2 along with this work; if not, write to the Free Software Foundation,
  17 #  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 # 
  19 #  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 #  or visit www.oracle.com if you need additional information or have any
  21 #  questions.
  22 #
  23 
  24 cannot.read.header.file=Cannot open header file: {0}
  25 cannot.write.jar.file=Cannot write jar file: {0}, cause: {1}
  26 cannot.write.class.file=Cannot write class file {0}, cause: {1}
  27 not.a.directory=Not a directory: {0}
  28 l.name.should.not.be.path=-l option value should not be a path: {0}
  29 include.symbols.pattern.error=--include-symbols pattern is wrong: {0}
  30 exclude.symbols.pattern.error=--exclude-symbols pattern is wrong: {0}
  31 err.no.input.files=No input files
  32 
  33 # warning messages
  34 warn.rpath.without.l=WARNING: -rpath option specified without any -l option
  35 warn.rpath.auto.conflict=WARNING: -infer-rpath used in conjunction with explicit -rpath paths
  36 warn.rpath.auto.without.L=WARNING: -infer-rpath option specified without any -L option
  37 warn.L.without.l=WARNING: -L option specified without any -l option
  38 warn.lib.not.found=WARNING: Some library names could not be resolved
  39 warn.symbol.not.found=WARNING: symbol {0} is not found in any library
  40 
  41 # help messages for options
  42 help.dry_run=parse header files but do not generate output jar
  43 help.include_symbols=include the native symbols matching the given pattern
  44 help.exclude_symbols=exclude the native symbols matching the given pattern
  45 help.I=specify include files path
  46 help.L=specify library path
  47 help.rpath=specify runtime shared library search path
  48 help.infer.rpath=infer runtime shared library search path from library path
  49 help.l=specify a library
  50 help.o=specify output jar file
  51 help.d=specify where to place generated class files
  52 help.static.forwarder=generate static forwarder class (default is true)
  53 help.t=target package for specified header files
  54 help.m=specify package mapping as dir=pkg
  55 help.h=print help
  56 help.C=pass through argument for clang
  57 help.log=specify log level in java.util.logging.Level name
  58 help.non.option=header files
  59 
< prev index next >