Ticket #23294

Javaのコマンドラインオプションにハイフン('-')で始まる文字列を使用すると、cygpathのUsageメッセージが表示され実行できない

Date d'ouverture: 2010-09-26 14:51 Dernière mise à jour: 2011-09-19 22:08

Rapporteur:
Propriétaire:
Type:
État:
Atteints
Composant:
(Aucun)
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

次のような、Javaのコマンドラインオプションにハイフンで始まる文字列を指定したところ、

$ java PrimeFinderEven -d -p 2
Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME...
       cygpath [-c HANDLE]
       cygpath [-ADHOPSW]
       cygpath [-F ID]
Convert Unix and Windows format paths, or output system path information
   :
とエラーが発生した。なお、オプション順を変えるとエラーは生じない
$ java PrimeFinderEven -p 2 -d
   : (正しい振る舞い)

Ticket History (3/3 Histories)

2010-09-26 14:51 Updated by: torutk
  • New Ticket "Javaのコマンドラインオプションにハイフン('-')で始まる文字列を使用すると、cygpathのUsageメッセージが表示され実行できない" created
2011-09-19 21:51 Updated by: torutk
  • Propriétaire Update from (Aucun) to torutk
2011-09-19 22:08 Updated by: torutk
  • Résolution Update from Aucun to Fixed
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2011-09-19 22:08
Commentaire

cygpathに通すコマンドラインオプションの先頭文字が'-'でないことを確認する処理を追加した

Attachment File List

No attachments

Modifier

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Connexion