Search in sources :

Example 6 with Commandline

use of org.apache.tools.ant.types.Commandline in project ceylon-compiler by ceylon.

the class CeylonAntTask method execute.

/** Executes the task */
public void execute() {
    Java7Checker.check();
    checkParameters();
    Commandline cmd = buildCommandline();
    if (cmd != null) {
        executeCommandline(cmd);
    }
}
Also used : Commandline(org.apache.tools.ant.types.Commandline)

Aggregations

Commandline (org.apache.tools.ant.types.Commandline)6 File (java.io.File)3 Path (org.apache.tools.ant.types.Path)2 FileWriter (java.io.FileWriter)1 IOException (java.io.IOException)1 PrintWriter (java.io.PrintWriter)1 MalformedURLException (java.net.MalformedURLException)1 URL (java.net.URL)1 Enumeration (java.util.Enumeration)1 StringTokenizer (java.util.StringTokenizer)1 Vector (java.util.Vector)1 BuildException (org.apache.tools.ant.BuildException)1 Execute (org.apache.tools.ant.taskdefs.Execute)1 PumpStreamHandler (org.apache.tools.ant.taskdefs.PumpStreamHandler)1 Argument (org.apache.tools.ant.types.Commandline.Argument)1