I have make build.xml
make master build.xml and make jar war ear files
now i want to stop and start jboss server from master build.xml file using apache ant
then copy all war and ear
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can stop jboss remotely (which I assume is what you want) from the command line as shown here
Locally, that is if your run the build-file on the same machine as your jboss is running, you can easily do this with ants
execcommand