minor tweaks

This commit is contained in:
benfry
2011-01-23 03:37:41 +00:00
parent ba0db78bfd
commit 0498af0d08
2 changed files with 3 additions and 16 deletions
+3 -1
View File
@@ -1153,7 +1153,9 @@ public class Sketch {
if (targetFolder != null) {
// Nuke the old applet/application folder because it can cause trouble
if (Preferences.getBoolean("export.delete_target_folder")) {
Base.removeDir(targetFolder);
System.out.println("temporarily skipping deletion of " + targetFolder);
// Base.removeDir(targetFolder);
// targetFolder.renameTo(dest);
}
// Create a fresh output folder (needed before preproc is run next)
targetFolder.mkdirs();
-15
View File
@@ -51,21 +51,6 @@ _ http://code.google.com/p/processing/issues/detail?id=519
DO NOT USE "JVMArchs". It is deprecated, and manually overrides the natural architecture launching and ordering that LaunchServices does, including accommodating the 32-bit checkbox in the Get Info window.
+ Removed build.path from preferences.txt.
Not really used anywhere, just trying to clean things up.
+ Removed 'console.output.file' and 'console.error.file'.
These weren't respected as paths, no reason for them.
+ Change console to write to the 'console/' folder in settings.
This may eventually create a problem with logs that need to be cleaned,
but we'll keep an eye on it for now.
+ Removed 'console' true/false from preferences.
+ Cannot reproduce problem with wrong character encoding in the console.
http://code.google.com/p/processing/issues/detail?id=197
_ updated serial lib for mac osx
_ http://code.google.com/p/processing/issues/detail?id=503