< 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

*** 2948,2965 **** open module {0} has non-zero opens_count 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.xmodule.sourcepath=\ ! illegal combination of -Xmodule and module-info on sourcepath ! compiler.err.module-info.with.xmodule.classpath=\ ! illegal combination of -Xmodule and module-info on classpath ! compiler.err.xmodule.no.module.sourcepath=\ ! illegal combination of -Xmodule and --module-source-path compiler.err.processorpath.no.processormodulepath=\ illegal combination of -processorpath and --processor-module-path # 0: symbol --- 2948,2969 ---- open module {0} has non-zero opens_count 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
< prev index next >