Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ant コマンドを使用してサーバーを起動すると、bash プロンプトが返されません。プロンプトは、Ctrl+Z を押すか、別の cygwin シェルからサーバーを停止した場合にのみ使用できます。私はcygwin 1.7.13-1を使用しています
cygwin.batch には次の環境変数が設定されています
bash --login -i set SHELLOPTS=igncr set CYGWIN=nodoswarning
Cygwin に関連するこのドキュメントと、その下のAnt をバックグラウンド プロセスとして実行するセクションを参照してください。
おそらく次のようなものです:
ant </dev/null &
1.7.15-1 バージョンをインストールすると、問題が修正されました