public class Sj extends DefaultCompilerAdapter
attributes, bootclasspath, compileClasspath, compileList, compileSourcepath, debug, depend, deprecation, destDir, encoding, extdirs, includeAntRuntime, includeJavaRuntime, location, lSep, memoryInitialSize, memoryMaximumSize, modulepath, moduleSourcepath, optimize, project, release, src, target, upgrademodulepath, verbose
Constructor and Description |
---|
Sj() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
Performs a compile using the sj compiler from Symantec.
|
protected String |
getNoDebugArgument()
Returns null since sj either has -g for debug=true or no
argument at all.
|
addCurrentCompilerArgs, assumeJava11, assumeJava12, assumeJava13, assumeJava14, assumeJava15, assumeJava16, assumeJava17, assumeJava18, assumeJava9, executeExternalCompile, executeExternalCompile, getBootClassPath, getCompileClasspath, getJavac, getModulepath, getModulesourcepath, getProject, getSupportedFileExtensions, getUpgrademodulepath, logAndAddFilesToCompile, setJavac, setupJavacCommand, setupJavacCommand, setupJavacCommandlineSwitches, setupJavacCommandlineSwitches, setupModernJavacCommand, setupModernJavacCommandlineSwitches
public boolean execute() throws BuildException
BuildException
- on errorprotected String getNoDebugArgument()
getNoDebugArgument
in class DefaultCompilerAdapter