Message4617

Author otmarhumbel
Recipients otmarhumbel, r_walter
Date 2009-04-29.05:31:12
SpamBayes Score 1.5538473e-05
Marked as misclassified No
Message-id <1240983136.63.0.517497324878.issue1331@psf.upfronthosting.co.za>
In-reply-to
Content
This is due to the change in
http://fisheye3.atlassian.com/changelog/jython?cs=6260

The fix tried to make registry file properties overridable with System 
properties (e.g. -D options to the JVM), which is IMHO correct.
But it lead to the behaviour change you describe. 

Roughly speaking, properties from (any) registry file only are added if 
not yet present. So my first idea is to read those of the user file 
first, and the installed one second.
This would hopefully revert the behaviour as you expected so far (before 
beta 4).

I'll put together a snapshot build for testing it out.
History
Date User Action Args
2009-04-29 05:32:16otmarhumbelsetmessageid: <1240983136.63.0.517497324878.issue1331@psf.upfronthosting.co.za>
2009-04-29 05:32:16otmarhumbelsetrecipients: + otmarhumbel, r_walter
2009-04-29 05:32:12otmarhumbellinkissue1331 messages
2009-04-29 05:32:04otmarhumbelcreate