Community
Participate
Working Groups
package org.eclipse.jst.ws.internal.axis.consumption.ui.command;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFolder;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
javaWSDLParam_.setJavaOutput(output);
IFolder webModuleContainer = ResourceUtils.getWebComponentServerRoot(proxyProject_);
IContainer webModuleContainer = ResourceUtils.getWebComponentServerRoot(proxyProject_);
if (webModuleContainer !=null)
{
IPath webModulePath = webModuleContainer.getFullPath();
import java.util.StringTokenizer;
import java.util.Vector;
if (mn!=null)
sourceFolderPath = ResourceUtils.getJavaSourceLocation(clientProject_);
IFolder sourceFolder = (IFolder)ResourceUtils.findResource(sourceFolderPath);
IContainer sourceFolder = (IContainer)ResourceUtils.findResource(sourceFolderPath);
filePath = sourceFolder.getFile(new Path(sb.toString())).getFullPath();
}
else