* @throws MalformedURLException if we cannot create the war
*/
private URL createWar(IJavaProject theJavaProject, IProgressMonitor thePM)
throws JavaModelException, CoreException, MalformedURLException
{
WarBuilder newWar = new WarBuilder(theJavaProject);
this.war = newWar.createWar(thePM);
return war.toURL();
}