My studying notes for Java,Ruby,Ajax and other any interesting things.

星期一, 六月 18, 2007

Ant-->Websphere

今天写了一个ant自动编译部署到websphere的脚本,用于LEO项目的daily build。关键点:
1. CVS 的check out, tag, changelog, tagdiff
2.Build流程
3.使用ws_ant代替基本的ant,自动集成wsStopApp,wsUninstallApp,wsInstallApp,wsStartApp这几个关键任务
4.conntype使用SOAP,则需要指定对应的端口(8881)
5.options中需要增加-cell -node -MapWebModToVH {{{webmod} uri,web-inf/web.xml default_host}}