General

General
What is EAR Ant Task?

It is an Ant task for generation of an J2EE application *.ear file, where the included application.xml is generated automatically based on fileset look-a-likes.

Why should I use this Ant task?

This task is more convenient than the built-in task of Ant it self, which requires you to write the application.xml your self. That was something I got fed up with one day and that inspired me to write this task.