:JAVA:
activates all java rule and variable definitions.
See
JAR(1M)
for details on compiling
.java
source into
.class
objects.
The options are:
- --code
Include
.java
source code in jars managed by the
:JAR:
and
:WAR:
assertion operators.
- --compatibility=level
Sets the diagnostic message level for the
$(JAVA),$(JAVAC),
and
$(JAR)
command compatibility checks.
level
may be one of:
- < 0
-
java compatibility diagnostic messages will be listed if -level >= the current debug level.
The default debug level is 0.
- 0
-
java compatibility diagnostic messages will be listed on the standard error
with no command identification prefix.
nmake
continues execution after each diagnostic and the
nmake
exit code is not affected.
- 1
-
java compatibility diagnostic messages will be listed as warnings.
nmake
continues execution after each diagnostic and the
nmake
exit code is not affected.
- 2
-
java compatibility diagnostic messages will be listed as errors.
nmake
continues execution after each diagnostic and the
nmake
exit code is 1.
- >=3
-
java compatibility diagnostic messages will be listed as errors.
nmake
exits after the first diagnostic with exit code
level-2.