Project:
View Revisions: Issue #34529 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0034529: Unify usage of temporary files | ||
Revision | 2016-11-15 11:31 by caristu | ||
Description | It must be unified the usage of temporary files. For example, some classes are making use of System.getProperty("java.io.tmpdir") to locate the tmp files: - src/org/openbravo/erpCommon/businessUtility/TabAttachments.java - modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java But there are other classes which creates a tmp directory inside the attachments directory: - openbravo/src/org/openbravo/erpCommon/utility/reporting/ReportManager.java It must unified the directory where temporary files are read/written. |
||
Revision | 2016-11-15 11:29 by caristu | ||
Description | It must be unified the usage of temporary files. For example, some classes are making use of System.getProperty("java.io.tmpdir") to locate the tmp files: - src/org/openbravo/erpCommon/businessUtility/TabAttachments.java - modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java |
Copyright © 2000 - 2009 MantisBT Group |