IPath bugCollectionPath = getBugCollectionFile(project);
// Don't turn the path to an IFile because it isn't local to the
// project.
// see the javadoc for org.eclipse.core.runtime.Plugin
File bugCollectionFile = bugCollectionPath.toFile();
FileOutput fileOutput = new FileOutput() {
public void writeFile(OutputStream os) throws IOException {
bugCollection.writeXML(os);
}
public String getTaskDescription() {