org.apache.tools.ant.taskdefs.compilers

Class Sj

    • Constructor Detail

      • Sj

        public Sj()
    • Method Detail

      • 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 java.lang.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