Bug 1208 : commandline option "--preferences" is not handled
Last modified: 2009-03-15 10:24




Status:
RESOLVED
Resolution:
DUPLICATE of bug 1048
Priority:
P2
Severity:
normal

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-03-15 09:07
hi ben.

in Commander() there's no handling of the "--preferences" option.

i added that to my local copy then ran into a related problem with Preferences assuming the default preferences to (exist and) be in the
directory it (the process) is started from (looks for "lib/preferences.txt"). shouldn't it better be looking for the prefs to be next to pde.jar?

thanks!
F
Additional Comment #1 From fjen 2009-03-15 09:07
here's the patch for Commander:

else if (arg.startsWith(preferencesArg)) {
preferencesPath = arg.substring(preferencesArg.length());

}
Additional Comment #2 From fry 2009-03-15 10:24


*** This bug has been marked as a duplicate of 1048 ***