org.apache.tools.ant.taskdefs.compilers
public class Gcj extends DefaultCompilerAdapter
Since: Ant 1.4
Method Summary | |
---|---|
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. |
Returns: true if the compilation succeeded
Throws: BuildException on error
Returns: true if compilation to native code is requested
Since: Ant 1.6.2
Returns: the command line