java.setClassname("org.openqa.selenium.server.SeleniumServer");
Path classpath = java.createClasspath();
classpath.createPathElement().setLocation(getPluginArchive());
classpath.createPathElement().setLocation(getPluginArtifact("log4j:log4j").getFile());
classpath.createPathElement().setLocation(getPluginArtifact("org.openqa.selenium.server:selenium-server").getFile());
Environment.Variable var;
var = new Environment.Variable();
var.setKey("selenium.log");