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.

getNoDebugArgument

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

Since: Ant 1.6.3

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.