Message1116

Author kzuberi
Recipients
Date 2006-04-06.14:12:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2008-02-20 17:17:28adminlinkissue1460735 messages
2008-02-20 17:17:28admincreate