Saved Bookmarks
| 1. |
How You Can Prepare A Project In Ant? |
|
Answer» We can prepare a project by making a build.xml as a build FILE and using following tag. INSIDE this tag we have defined standard targets (such as build, CLEAN ETC), etc. We can prepare a project by making a build.xml as a build file and using following tag. Inside this tag we have defined standard targets (such as build, clean etc), etc. |
|