从 IBM RAD 启动 websphere 的命令
在我的项目中,需要花费大量时间从 svn 获取最新的源代码,在 IBM Websphere 服务器上构建并发布它。我们使用的 IDE 是 IBM RAD。
所以我正在努力使整个任务自动化,这样我就不必浪费早上的时间了。到目前为止,我能够获取源代码,并使用 ant screipt 在 rad 中构建它。现在待处理的项目正在以调试模式启动服务器并发布编译后的代码。我几乎到处都看了[可能不在正确的地方:(]。所以这里的任何人都知道使用哪些命令来实现上述待处理的项目。
谢谢,
Hanumant。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多种方法可以做到这一点。
我们很多人使用 hudson/jenkins 等从 SVN 提取源代码,运行基于 ant/maven 的脚本来构建并发布到 WAS 服务器。
查看该空间中的各种文章。快速谷歌给我提供了一些结果
几个例子是:
HTH
Manglu
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:
HTH
Manglu