Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让在 Eclipse 中运行的 Ant 脚本发布 WTP 项目?我希望我的 ant 脚本执行一些任务,然后像从 UI 中完成一样开始发布,然后做更多的事情。
不知道你在这方面走了多远。但是,如果您创建自己的 ant 脚本并将其放在顶部,您的脚本将被导入到 WTP 生成的 ant 脚本中。也就是说,我所做的只是添加目标,我还没有完全弄清楚现有行为的“挂钩”。
如果您确实发现了任何有趣的东西,请将其发布,因为我正在寻找有关将 WTP 与现有构建集成的更多信息。