Issue 49391 - runner should not use System.getProperty("java.io.tmpdir")
Summary: runner should not use System.getProperty("java.io.tmpdir")
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 15:11 UTC by chne
Modified: 2013-02-24 21:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-05-17 15:11:18 UTC
the runner and some UNO-API-Tests uses System.getProperty("java.io.tmpdir") to
get a temp dir. This temp dir is the system temp dir and can not be changed by
the user. This should be replaced by a mechanism which enables the user to
change the temp folder.
Comment 1 chne 2005-05-17 15:13:07 UTC
new function util.utils.getUsersTempDir()
To specify a temp dir the calling java command must be enhanced with
-Dtemp="myTempDir"
Comment 2 chne 2005-05-17 15:15:03 UTC
fixed in qadev23
Comment 3 chne 2005-06-13 12:34:09 UTC
target DevTools
Comment 4 chne 2005-06-14 09:22:45 UTC
verified in qadev23
Comment 5 chne 2005-11-18 09:02:35 UTC
tested in src680_m138