More exporter stuff

This commit is contained in:
lonnen
2010-10-11 22:17:54 +00:00
parent e7c6ea6082
commit 7a211889dd
6 changed files with 116 additions and 51 deletions

View File

@@ -1219,7 +1219,6 @@ public class ProcessingUtilities implements PConstants{
}
}
/**
* Calculate the size of the contents of a folder.
* Used to determine whether sketches are empty or not.

View File

@@ -307,9 +307,9 @@ public class SketchBuilder extends IncrementalProjectBuilder{
if (!output.exists()){
output.create(inStream, true, monitor);
//TODO resource change listener to move trace back JDT errors
// IWorkspace w = ResourcesPlugin.getWorkspace();
// IResourceChangeListener rcl = new ProblemListener(output);
// w.addResourceChangeListener(rcl);
// IWorkspace w = ResourcesPlugin.getWorkspace();
// IResourceChangeListener rcl = new ProblemListener(output);
// w.addResourceChangeListener(rcl);
} else {
output.setContents(inStream, true, false, monitor);
}