1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Apache antについてのメモ書き

Posted at

古いJavaプロジェクトでantを使っているものがあり、調べた結果を記載する。

1. Antのバージョン

バージョンは1.9系と1.10系の2つがあり、1.10系はJava8が必要。
1.9系はJava1.5以降。
https://ant.apache.org/faq.html#java-version

JDK1.7のプロジェクトで、Eclipse(Pleeades)Antが1.10のため、JDK1.7でコンパイルすると
『JRE version less than 1.8 is not supported.』とエラーが発生する。

2.Eclipseに含まれるAntのバージョン

Eclipse Ant
4.5.2 1.9
2018 1.10
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?