eventListeners.add(dpal);
// Use a -1 delay to disable auto scan
StandardDeploymentManager autoDeployment = new StandardDeploymentManager(deploySrc.getAbsolutePath(), -1, eventListeners );
autoDeployment.start();
autoDeployment.fireDeploymentEvent();
File decoratorVm = new File(deployRootFile.getAbsolutePath() + File.separator + "generic" + File.separator + "html" + File.separator
+ "portletstd" + File.separator + "decorator.vm");
File demoAppDeployed = new File(webAppsDirFile, TEST_PORTLET_APP_NAME);