Eclipse Helios,在 ant 构建成功完成后运行服务器

发布于 2024-10-14 12:45:03 字数 162 浏览 4 评论 0原文

我不是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟织青萝梦 2024-10-21 12:45:03

您可以创建一个 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!!!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文