org.apache.tools.ant.taskdefs.compilers

Class Sj

public class Sj extends DefaultCompilerAdapter

The implementation of the sj compiler. Uses the defaults for DefaultCompilerAdapter

Since: Ant 1.4

Method Summary
booleanexecute()
Performs a compile using the sj compiler from Symantec.
protected StringgetNoDebugArgument()
Returns null since sj either has -g for debug=true or no argument at all.

Method Detail

execute

public boolean execute()
Performs a compile using the sj compiler from Symantec.

Returns: true if the compilation succeeded

Throws: BuildException on error

getNoDebugArgument

protected String getNoDebugArgument()
Returns null since sj either has -g for debug=true or no argument at all.

Returns: null.

Since: Ant 1.6.3