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 If both --include-symbols and --exclude-symbols are specified, --include-symbols \
45 are considered first.
46 help.exclude_symbols=exclude the native symbols matching the given pattern
47 help.I=specify include files path
48 help.L=specify library path
49 help.rpath=specify runtime shared library search path
50 help.infer.rpath=infer runtime shared library search path from library path
51 help.l=specify a library
52 help.no.locations=do not generate native location information in the .class files
53 help.o=specify output jar file
54 help.d=specify where to place generated class files
55 help.static.forwarder=generate static forwarder class (default is true)
56 help.t=target package for specified header files
57 help.m=specify package mapping as dir=pkg
58 help.h=print help
59 help.C=pass through argument for clang
|
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 warn.class.overwritten=WARNING: class {0} definition is overwritten
41
42 # help messages for options
43 help.dry_run=parse header files but do not generate output jar
44 help.include_symbols=include the native symbols matching the given pattern. \
45 If both --include-symbols and --exclude-symbols are specified, --include-symbols \
46 are considered first.
47 help.exclude_symbols=exclude the native symbols matching the given pattern
48 help.I=specify include files path
49 help.L=specify library path
50 help.rpath=specify runtime shared library search path
51 help.infer.rpath=infer runtime shared library search path from library path
52 help.l=specify a library
53 help.no.locations=do not generate native location information in the .class files
54 help.o=specify output jar file
55 help.d=specify where to place generated class files
56 help.static.forwarder=generate static forwarder class (default is true)
57 help.t=target package for specified header files
58 help.m=specify package mapping as dir=pkg
59 help.h=print help
60 help.C=pass through argument for clang
|