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.
私は Eclipse の専門家ではありませんが、ここで私がしなければならないことを説明します。皆さんの助けを期待しています。プロジェクトに ant ビルド ファイルがあります。起動ボタンを押すたびにantビルドスクリプトが実行され、正常に終了すると、すでに登録されているEclipse Jboss 4.2サーバーが起動するような実行構成が必要です。コメントをいただければ幸いです。ありがとう!
サーバー起動スクリプトをポイントすることでサーバーを起動するant実行タスクを作成できます。
http://ant.apache.org/manual/Tasks/exec.html
乾杯!!!