Bugs item #1460735, was opened at 2006-03-29 07:25
Message generated for change (Comment added) made by mwette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1460735&group_id=12867
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Deferred
>Status: Closed
Resolution: Accepted
Priority: 4
Submitted By: Matthew R. Wette (mwette)
Assigned to: Nobody/Anonymous (nobody)
Summary: request for cachedir list
Initial Comment:
It would be nice to have a list of cachedirs
or an additional usercachedir.
Reason: many installations are not controlled
by the user. At work I use jpython maintained
by the sysadmin group which is mounted readonly.
If I could specify an additional cachedir then
I would avoid all the warning/error messages
on startup. Thanks -- Matt
----------------------------------------------------------------------
>Comment By: Matthew R. Wette (mwette)
Date: 2006-05-15 17:59
Message:
Logged In: YES
user_id=829837
I can work with the suggest command line solution.
----------------------------------------------------------------------
Comment By: Khalid Zuberi (kzuberi)
Date: 2006-05-15 08:49
Message:
Logged In: YES
user_id=18288
Matthew, it looks like you changed the resolution attribute
on this ticket to 'accepted' (am i correct? its a bit
difficult to follow from the tracker details). If this was a
subtle hint that you are satisfied with the proposed
solution, could you please indicate by comment on the
ticket, and change its status to closed? Thanks!
- kz
----------------------------------------------------------------------
Comment By: Khalid Zuberi (kzuberi)
Date: 2006-04-06 07:12
Message:
Logged In: YES
user_id=18288
Can you use the existing jython registry setting
python.cachedir to override the system default for yourself?
According to:
http://www.jython.org/docs/registry.html
you should be able to override this from the command line,
or even more generally, invoke jython with say (unix example):
jython -Duser.dir=/home/myusername
then put a copy of the jython registry as
/home/myusername/.jython, and customize the various settings
for yourself, including python.cachedir.
Does that help? Or do you really want to have some cachedir
shared and some user-specific?
- kz
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1460735&group_id=12867
|