[
https://issues.apache.org/jira/browse/DIRSTUDIO-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13644008#comment-13644008
]
Emmanuel Lecharny commented on DIRSTUDIO-904:
---------------------------------------------
Here is the line where we associate the server's name :
ApacheDS200LdapServerAdapter.java, line 206 :
...
ILaunchConfigurationWorkingCopy workingCopy = type.newInstance( null,
NLS.bind( Messages.getString(
"ApacheDS200LdapServerAdapter.Starting" ), new String[] //$NON-NLS-1$
{ server.getName() } ) );
Something like :
...
ILaunchConfigurationWorkingCopy workingCopy = type.newInstance( null,
NLS.bind( "Starting {0}", new String[] //$NON-NLS-1$
{ server.getName() } ) );
would be more appropriate, IMHO.
> Directory Studio create files with french "accents"
> ---------------------------------------------------
>
> Key: DIRSTUDIO-904
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-904
> Project: Directory Studio
> Issue Type: Bug
> Components: studio-apacheds
> Affects Versions: 2.0.0-M6
> Environment: osx with french locale
> locale
> LANG="fr_FR.UTF-8"
> LC_COLLATE="fr_FR.UTF-8"
> LC_CTYPE="fr_FR.UTF-8"
> LC_MESSAGES="fr_FR.UTF-8"
> LC_MONETARY="fr_FR.UTF-8"
> LC_NUMERIC="fr_FR.UTF-8"
> LC_TIME="fr_FR.UTF-8"
> LC_ALL=
> Reporter: Olivier Lamy (*$^¨%`£)
>
> Start directory studio and try to start the default server.
> La configuration de lancement Démarrage du serveur apacheds... sur
> file:/Users/olamy/.ApacheDirectoryStudio/.metadata/.plugins/org.eclipse.debug.core/.launches/Démarrage%20du%20serveur%20apacheds....launch
> n'existe pas.
> [28/04/13 23:01:35] Olivier Lamy: ls -lrt
> /Users/olamy/.ApacheDirectoryStudio/.metadata/.plugins/org.eclipse.debug.core/.launches/
> total 24
> -rw-r--r-- 1 olamy staff 3426 28 avr 22:55 D?marrage du serveur ApacheDS
> 2.0.0....launch
> -rw-r--r-- 1 olamy staff 3425 28 avr 22:55 D?marrage du serveur
> ApacheDS2.0.0....launch
> -rw-r--r-- 1 olamy staff 3420 28 avr 23:01 D?marrage du serveur
> apacheds....launch
> ls -lrt
> /Users/olamy/.ApacheDirectoryStudio/.metadata/.plugins/org.eclipse.debug.core/.launches/
> total 24
> -rw-r--r-- 1 olamy staff 3426 28 avr 22:55 D?marrage du serveur ApacheDS
> 2.0.0....launch
> -rw-r--r-- 1 olamy staff 3425 28 avr 22:55 D?marrage du serveur
> ApacheDS2.0.0....launch
> -rw-r--r-- 1 olamy staff 3420 28 avr 23:02 D?marrage du serveur
> apacheds....launch
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira