How To Run Apache Ant Recursively From Any Sub-Folders

How To Run Apache Ant Recursively From Any Sub-Folders

Note: This article will be emailed to your friend.

The following command will recursively search for ant build file in the directories and then its parent directories, till it finds it; and then executes it. In short you can use this command to manage your project from any subdirectory of the project.

ant -s [build file name]
If you are specifying a target on the commandline [...]

Read the rest of this article (81 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro