*/
public ILaunchConfigurationWorkingCopy createAntLaunchConfiguration(
String[] theProviderArguments, String theTarget) throws CoreException
{
CactusPlugin thePlugin = CactusPlugin.getDefault();
URL buildFileURL = thePlugin.find(new Path(buildFilePath));
if (buildFileURL == null)
{
throw CactusPlugin.createCoreException(
"CactusLaunch.message.prepare.error.plugin.file",
" : " + buildFilePath,