Update of /cvsroot/sheets/sheets
In directory sc8-pr-cvs1:/tmp/cvs-serv15453
Modified Files:
Sheets.sheets
Log Message:
Includes a new version of OX, which has an alternative file locking mechanism is getting a FileLock fails. This is necessary to work around problems on NFS.
Index: Sheets.sheets
===================================================================
RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Sheets.sheets 23 May 2003 09:55:00 -0000 1.49
--- Sheets.sheets 23 May 2003 20:49:05 -0000 1.50
***************
*** 26751,26755 ****
if (!sendOpenRequest(state)) {
// Print out a user friendly message to suggest possible causes
! Console.error("Unable to open Sheets. Please try one of the following remedies:\\nA) If Sheets is currently running, please close it.\\nB) If Sheets is not running delete \\"" + state.dbFile.getAbsolutePath() + ".lock\\" and then try again.");
System.exit(0);
}
--- 26751,26755 ----
if (!sendOpenRequest(state)) {
// Print out a user friendly message to suggest possible causes
! Console.error(e.getMessage());
System.exit(0);
}
|