public class Gcj 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 |
---|
Gcj() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
Performs a compile using the gcj compiler.
|
boolean |
isNativeBuild()
Whether any of the arguments given via <compilerarg>
implies that compilation to native code is requested.
|
protected Commandline |
setupGCJCommand()
Set up the gcj commandline.
|
addCurrentCompilerArgs, addExtdirsToClasspath, assumeJava11, assumeJava12, assumeJava13, assumeJava14, assumeJava15, assumeJava16, assumeJava17, assumeJava18, assumeJava19, assumeJava9, assumeJava9Plus, executeExternalCompile, executeExternalCompile, getBootClassPath, getCompileClasspath, getJavac, getModulepath, getModulesourcepath, getNoDebugArgument, getProject, getSupportedFileExtensions, getUpgrademodulepath, logAndAddFilesToCompile, setJavac, setupJavacCommand, setupJavacCommand, setupJavacCommandlineSwitches, setupJavacCommandlineSwitches, setupModernJavacCommand, setupModernJavacCommandlineSwitches
public boolean execute() throws BuildException
BuildException
- on errorprotected Commandline setupGCJCommand()
public boolean isNativeBuild()