file.refreshLocal(IResource.DEPTH_INFINITE, null);
IDocument doc = ProjectUtils.getDocument(project, antFile);
//final String filepath = ProjectUtils.getFilePath(project, antFile);
LocationProvider provider = new LocationProvider(null) {
public IFile getFile()
{
return file;
}
public IPath getLocation()