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 |
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.
|
public 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.
Since: Ant 1.6.3
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.