Eclipse Helios,在 ant 构建成功完成后运行服务器
我不是 Eclipse 专家,但这就是我需要做的,希望对你们有所帮助。我的项目中有一个 ant 构建文件。我希望有这样的运行配置,每当我按下启动按钮时,我的 ant 构建脚本就会运行,如果它成功完成,那么它将启动已经在 Eclipse Jboss 4.2 服务器中注册的服务器。如有任何意见,将不胜感激。谢谢!
I'm not an Eclipse expert, but here is what I need to do and I hope for your help guys. I have an ant build file in my project. I'd like to have such run configuration where whenever I press the launch button my ant build script is run and if it finished successfully then it starts the already registered in Eclipse Jboss 4.2 server. Would appreciate any comments. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个 ant 执行任务,通过将其指向您的服务器启动脚本来启动服务器。
http://ant.apache.org/manual/Tasks/exec.html
干杯!!!
You can create an ant execute task which would start the server by pointing it to your server startup script.
http://ant.apache.org/manual/Tasks/exec.html
Cheers!!!