public void runWithPaths(String requestPath) throws Exception
{
File bundleFile = testPack.file(requestPath);
String bundlePath = StringUtils.substringAfterLast(bundleFile.getAbsolutePath(), JsTestDriverBundleCreator.BUNDLES_DIR_NAME + File.separator);
bundlePath = StringUtils.replace(bundlePath, "\\", "/");
new BundlerHandler(testPack).createBundleFile(bundleFile, bundlePath, brjs.getAppVersionGenerator().getDevVersion());
}