< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page
rev 3947 : imported patch xmodule-to-patch-module


2933 
2934 # 0: name, 1: name
2935 compiler.err.module.name.mismatch=\
2936     module name {0} does not match expected name {1}
2937 
2938 # 0: name, 1: name
2939 compiler.misc.module.name.mismatch=\
2940     module name {0} does not match expected name {1}
2941 
2942 # 0: name
2943 compiler.err.module.non.zero.opens=\
2944     open module {0} has non-zero opens_count
2945 
2946 # 0: name
2947 compiler.misc.module.non.zero.opens=\
2948     open module {0} has non-zero opens_count
2949 
2950 compiler.err.module.decl.sb.in.module-info.java=\
2951     module declarations should be in a file named module-info.java
2952 
2953 compiler.err.module-info.with.xmodule.sourcepath=\
2954     illegal combination of -Xmodule and module-info on sourcepath
2955 
2956 compiler.err.module-info.with.xmodule.classpath=\
2957     illegal combination of -Xmodule and module-info on classpath
2958 
2959 compiler.err.xmodule.no.module.sourcepath=\
2960     illegal combination of -Xmodule and --module-source-path




2961 
2962 compiler.err.processorpath.no.processormodulepath=\
2963     illegal combination of -processorpath and --processor-module-path
2964 
2965 # 0: symbol
2966 compiler.err.package.in.other.module=\
2967     package exists in another module: {0}
2968 
2969 # 0: symbol, 1: name, 2: symbol, 3: symbol
2970 compiler.err.package.clash.from.requires=\
2971     module {0} reads package {1} from both {2} and {3}
2972 
2973 # 0: string
2974 compiler.err.module.not.found.in.module.source.path=\
2975     module {0} not found in module source path
2976 
2977 compiler.err.output.dir.must.be.specified.with.dash.m.option=\
2978     class output directory must be specified if -m option is used
2979 
2980 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\




2933 
2934 # 0: name, 1: name
2935 compiler.err.module.name.mismatch=\
2936     module name {0} does not match expected name {1}
2937 
2938 # 0: name, 1: name
2939 compiler.misc.module.name.mismatch=\
2940     module name {0} does not match expected name {1}
2941 
2942 # 0: name
2943 compiler.err.module.non.zero.opens=\
2944     open module {0} has non-zero opens_count
2945 
2946 # 0: name
2947 compiler.misc.module.non.zero.opens=\
2948     open module {0} has non-zero opens_count
2949 
2950 compiler.err.module.decl.sb.in.module-info.java=\
2951     module declarations should be in a file named module-info.java
2952 
2953 compiler.err.module-info.with.patched.module.sourcepath=\
2954     compiling a patch module with module-info on sourcepath
2955 
2956 compiler.err.module-info.with.patched.module.classpath=\
2957     compiling a patch module with module-info on classpath
2958 
2959 # 0: set of string
2960 compiler.err.too.many.patched.modules=\
2961     too many patched modules ({0}), use --module-source-path
2962 
2963 compiler.err.file.patched.and.msp=\
2964     file accessible from both --module-source-path and --patch-module
2965 
2966 compiler.err.processorpath.no.processormodulepath=\
2967     illegal combination of -processorpath and --processor-module-path
2968 
2969 # 0: symbol
2970 compiler.err.package.in.other.module=\
2971     package exists in another module: {0}
2972 
2973 # 0: symbol, 1: name, 2: symbol, 3: symbol
2974 compiler.err.package.clash.from.requires=\
2975     module {0} reads package {1} from both {2} and {3}
2976 
2977 # 0: string
2978 compiler.err.module.not.found.in.module.source.path=\
2979     module {0} not found in module source path
2980 
2981 compiler.err.output.dir.must.be.specified.with.dash.m.option=\
2982     class output directory must be specified if -m option is used
2983 
2984 compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\


< prev index next >