qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

updateSecuritySandbox failing for Windows OS using locales different from en_US #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On windows os maven.cfg file is created in "Application Data" subdirectory
but the name of this directory can change depending of Windows OS version
locale (e.g. on my spanish installation is "Datos de programa".

I include a patch for this. Note that in order to retrieve Windows APPDATA
env variable containing the application data folder it uses System.getenv
method that was (re)introduced just for Java 1.5, I think this is not a
problem.

Original issue reported on code.google.com by martino....@gmail.com on 26 Dec 2008 at 11:38

Attachments:

GoogleCodeExporter commented 9 years ago
Just wanted to add that I could test this just on Windows XP. Should work also 
on any
WIndows version and the patch did not modify Mac/Unix behaviour but I can't 
test this.

Original comment by martino....@gmail.com on 27 Dec 2008 at 12:11

GoogleCodeExporter commented 9 years ago
Fixed at revision 950

Original comment by velo...@gmail.com on 7 Jan 2009 at 1:57