snaren / keytool-iui

Automatically exported from code.google.com/p/keytool-iui
0 stars 0 forks source link

Replace name of application's cache directory #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Application's cache name is still *".rcp"* (meaning RagingCat Project)

Should be changed by something more understandable and related to the project:

 * .keytooliui
 * .keytool_iui
 * .keytool-iui (sounds good, but make me nervous coz of WebStart or OS-specific behaviours)
 * ???

*MEMO:* application's cache could be seen at runtime:
From the menuBar "Help | About | keyTool IUI ..."
==> "About" window shows up, select "Advanced" tab, then take a  look at 
"Properties"

Original issue reported on code.google.com by bantc...@gmail.com on 2 Apr 2011 at 10:54

GoogleCodeExporter commented 8 years ago
.keytooliui is fine. We can use platform specific directories later.

Original comment by emmanuel...@gmail.com on 2 Apr 2011 at 1:00

GoogleCodeExporter commented 8 years ago

Original comment by bantc...@gmail.com on 2 Apr 2011 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by bantc...@gmail.com on 2 Apr 2011 at 2:00

GoogleCodeExporter commented 8 years ago
Need to add the following as VM arguments:
-D_appli.cache=".keytooliui"

Original comment by bantc...@gmail.com on 2 Apr 2011 at 2:13

GoogleCodeExporter commented 8 years ago
Lost in last revison

Original comment by bantc...@gmail.com on 8 Apr 2011 at 8:45

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r109.

Original comment by bantc...@gmail.com on 8 Apr 2011 at 9:06

GoogleCodeExporter commented 8 years ago
Fixed, Need to add VM argument:
-D_appli.cache=".keytooliui"

Original comment by bantc...@gmail.com on 8 Apr 2011 at 9:07