org.apache.tools.ant.taskdefs.compilers
public class Sj extends DefaultCompilerAdapter
Since: Ant 1.4
Method Summary | |
---|---|
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. |
Returns: true if the compilation succeeded
Throws: BuildException on error
Returns: null.
Since: Ant 1.6.3