[brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Added temporary fix to clear temp folder on 2013-07-21 17:45 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Sun, 21 Jul 2013 17:45:41 +0000

Revision: 302fbdda05cf
Branch:   default
Author:   Brandon Roller <brandon.r.roller@xxxxxxxxx>
Date:     Sun Jul 21 10:44:14 2013
Log:      Added temporary fix to clear temp folder
http://code.google.com/p/brailleblaster/source/detail?r=302fbdda05cf&repo=newdesign

Modified:
 /src/main/org/brailleblaster/BBIni.java

=======================================
--- /src/main/org/brailleblaster/BBIni.java     Fri Jun 21 11:33:22 2013
+++ /src/main/org/brailleblaster/BBIni.java     Sun Jul 21 10:44:14 2013
@@ -183,6 +183,10 @@
                // Default Config File.
                ///////////////////////

+               //Temporary fix, should be removed once log file handle issue 
is resolved
+               String tempFolder = BBHome + fileSep + "temp";
+               fu.deleteDirectory(new File(tempFolder));
+
                tempFilesPath = BBHome + fileSep + "temp" + fileSep + 
instanceId;
                File temps = new File(tempFilesPath);
                if (!temps.exists()){

Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by brandon....@xxxxxxxxx - Added temporary fix to clear temp folder on 2013-07-21 17:45 GMT - brailleblaster