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 で動的 Web アプリケーションを実行するには、次のようにします。
right-click on the project >> Run as >> Run on server
そして、アプリケーションが tomcat にデプロイされます。
ここで、Tomcat に ant スクリプトを使用して戦争を構築し、その戦争を展開させたいと考えています。
日食でこれを行うにはどうすればよいですか?
Ant スクリプトを右クリック -> [Run As] -> [Ant Build] を選択
ターゲットを選択して「実行」
「外部ツール」の下の「実行」メニューにエントリがあるはずです。これには、ツールバーの赤/緑のボタン (「実行」ボタンの右側) からもアクセスできます。