In my project, it takes a lot of time to take the latest source code from svn, build and publish it on the IBM Websphere server. The IDE we are using is IBM RAD.
So I was working to automate this whole task, so that I dont have to waste my time in morning. So far I am able to get the source, build it in rad using ant screipt. Now the pending items are starting the server in debug mode and publishing the compiled code. I looked almost everywhere [may be开发者_开发问答 not at right place :( ]. So anyone here have an idea which commands to use to achieve the above pending items.
Thanks,
Hanumant.
There are number of ways to do this.
A lot of us use hudson/jenkins etc t pull out the source code from SVN, run the ant/maven based scripts to build and publish to a WAS Server.
Look at the various articles in this space. A quick google throws me a number of results
A couple of examples are:
- http://bikedreamer.blogspot.com/2009/11/websphere-automated-deployment-on.html
- http://lresende.blogspot.com/2008/02/automating-websphere-with-maven-and.html
HTH
Manglu
精彩评论