assertTrue(new File(TestDependent.JYTHON_ANT_JAR_LOCATION).exists());
assertTrue(new File(TestDependent.JYTHON_JUNIT_JAR_LOCATION).exists());
String pythonpath = TestDependent.TEST_PYDEV_PLUGIN_LOC + "pysrc/" + sep
+ TestDependent.JYTHON_ANT_JAR_LOCATION + sep + TestDependent.JYTHON_JUNIT_JAR_LOCATION;
Tuple<String, String> output = new SimpleJythonRunner().runAndGetOutputWithJar(new File(
TestDependent.JAVA_LOCATION), f.toString(), TestDependent.JYTHON_JAR_LOCATION, null, f.getParentFile(),
null, null, pythonpath, "utf-8");
System.out.println(com.aptana.shared_core.string.StringUtils.format("stdout:%s\nstderr:%s", output.o1,
output.o2));