All Implemented Interfaces:
CompilerAdapter, CompilerAdapterExtension

public class Sj extends DefaultCompilerAdapter
The implementation of the sj compiler. Uses the defaults for DefaultCompilerAdapter
Since:
Ant 1.4
  • Constructor Details

    • Sj

      public Sj()
  • Method Details

    • execute

      public boolean execute() throws BuildException
      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.
      Overrides:
      getNoDebugArgument in class DefaultCompilerAdapter
      Returns:
      null.
      Since:
      Ant 1.6.3