Can anybody please tell me how i can add the ant plugin to eclipse? Thanks
Ant is integrated into eclipse. If you go to the Window menu, ant should be one of the views available to open.
First Open Eclipse...then Follow steps...
Now You Got : 1. Apache Ivy library and 2. Apache IvyDE Eclipse plugins ... choose select all option.
click Next and Agree and Finish
Enjoy Ant Apache Plugin...
follow following steps -
Ant core is part of every Eclipse install but not the UI, that's part of the JDT package. However we can install the Ant UI (view + editor) component directly using Eclipse's P2 director through the command line as follows:
$ cd <your eclipse install folder> $ ./eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/kepler -installIU org.eclipse.ant.ui Installing org.eclipse.ant.ui 3.5.400.v20130514-1341. Operation completed in 19162 ms.
Note: make sure you adjust the '-repository' argument in the command to match your Eclipse release. The above will install the version from the Kepler release, even when running with Luna or Mars. If you accidentally installed the wrong version, uninstall it first by replacing '-installIU' with '-uninstallIU'. Otherwise installing the newer version will fail.
it not ant that is installed by default with eclipse but the plugin of ant that latte you use ant directly from your id in this Cass eclipse so ant must be present in your system so the pugin can use it to install ant in Ubuntu use this command in a terminal sudo apt-get install ant