I need to stop, deploy my ear file and start Jboss server using the Ant tasks.
I am able to compile, build and deploy my J2EE application as an ear file into the JBo
Here how you start/stop JBoss app container including deploy an application :
+-----------------------------+
| J B O S S S T O P P E D |
+-----------------------------+
+-----------------------------+
| J B O S S S T A R T E D |
+-----------------------------+
+----------------------------+
| W A R D E P L O Y E D |
+----------------------------+
Hope this is helpful :)