< prev index next >

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

Print this page

        

*** 1290,1300 **** # 0: path compiler.warn.outdir.is.in.exploded.module=\ the output directory is within an exploded module: {0} ! # 0: path compiler.err.locn.module-info.not.allowed.on.patch.path=\ module-info.class not allowed on patch path: {0} # 0: string compiler.err.locn.invalid.arg.for.xpatch=\ --- 1290,1300 ---- # 0: path compiler.warn.outdir.is.in.exploded.module=\ the output directory is within an exploded module: {0} ! # 0: file object compiler.err.locn.module-info.not.allowed.on.patch.path=\ module-info.class not allowed on patch path: {0} # 0: string compiler.err.locn.invalid.arg.for.xpatch=\
*** 2956,2976 **** compiler.err.module.decl.sb.in.module-info.java=\ module declarations should be in a file named module-info.java compiler.err.module-info.with.patched.module.sourcepath=\ ! compiling a patch module with module-info on sourcepath ! compiler.err.module-info.with.patched.module.classpath=\ ! compiling a patch module with module-info on classpath # 0: set of string compiler.err.too.many.patched.modules=\ too many patched modules ({0}), use --module-source-path compiler.err.file.patched.and.msp=\ ! file accessible from both --module-source-path and --patch-module compiler.err.processorpath.no.processormodulepath=\ illegal combination of -processorpath and --processor-module-path # 0: symbol --- 2956,2978 ---- compiler.err.module.decl.sb.in.module-info.java=\ module declarations should be in a file named module-info.java compiler.err.module-info.with.patched.module.sourcepath=\ ! compiling a module patch with module-info on sourcepath ! compiler.err.module-info.with.patched.module.classoutput=\ ! compiling a module patch with module-info on class output # 0: set of string compiler.err.too.many.patched.modules=\ too many patched modules ({0}), use --module-source-path + # 0: name, 1: name compiler.err.file.patched.and.msp=\ ! file accessible from both --patch-module and --module-source-path, \ ! but belongs to a different module on each path: {0}, {1} compiler.err.processorpath.no.processormodulepath=\ illegal combination of -processorpath and --processor-module-path # 0: symbol
< prev index next >