classpath.addFileset(fileSet);
java.setClassname(ResinRun.class.getName());
java.createArg().setValue("-start");
java.createArg().setValue("-conf");
java.createArg().setFile(new File(tmpDir, "resin.conf"));
java.execute();
}
catch (IOException ioe)
{
getLog().error("Failed to startup the container", ioe);
throw new BuildException(ioe);