LoginSignup
0
0

More than 1 year has passed since last update.

【Eclipse】【ant】コマンドプロンプトからの実行メモ

Last updated at Posted at 2023-04-19

概要

Eclipseに含まれているantをコマンドプロンプトから実行するためのメモ。
※antのインストールは無し

Eclipse内のantのパス

{Eclipseまでのパス}\plugins\org.apache.ant_1.10.12.v20211102-1452\bin

コマンドプロンプトからant実行

{Eclipseまでのパス}\plugins\org.apache.ant_1.10.12.v20211102-1452\bin\ant

※binまでのパスを環境変数に追加しても可

antのバージョン確認コマンド

ant -version
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0