This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 42908 - Incorrect cache dir
Summary: Incorrect cache dir
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords: ARCH
: 43591 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-06 17:52 UTC by Jesse Glick
Modified: 2004-08-13 12:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-05-06 17:52:01 UTC
tasklist/docscan/src/org/netbeans/modules/tasklist/docscan/Cache.java
says

String loc = System.getProperty("netbeans.user") +
File.separatorChar + "cache" + File.separatorChar
+ "all-todos.ser";

$userdir/cache/ is now $userdir/var/cache/ so
please update this.
Comment 1 Jan Lahoda 2004-05-19 17:50:28 UTC
*** Issue 43591 has been marked as a duplicate of this issue. ***
Comment 2 Ondrej Rypacek 2004-05-27 10:59:27 UTC
fixed.