|
|
@@ -179,6 +179,13 @@ public class Java extends Task { |
|
|
return cmdl.createVmArgument(); |
|
|
return cmdl.createVmArgument(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Set the command used to start the VM (only if fork==false). |
|
|
|
|
|
*/ |
|
|
|
|
|
public void setJvm(String s) { |
|
|
|
|
|
cmdl.setVm(s); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* Throw a BuildException if process returns non 0. |
|
|
* Throw a BuildException if process returns non 0. |
|
|
*/ |
|
|
*/ |
|
|
|