开发者

Eclipse with Remote Unit Tests

开发者 https://www.devze.com 2022-12-14 16:41 出处:网络
I\'m working on a Mac.My dev server is linux.My directory is mounted over SSH using FUSE.How can I execute my ant script on the remote server wi开发者_如何学Cthin Eclipse?Right now I\'m just switching

I'm working on a Mac. My dev server is linux. My directory is mounted over SSH using FUSE. How can I execute my ant script on the remote server wi开发者_如何学Cthin Eclipse? Right now I'm just switching to a terminal and running ant manually.

Please, no suggestions that I run the tests locally.


I don't believe Eclipse has any built in support for running ant-scripts remotely (that is, after all, not a very common use case). The alternative is to run the ant-script using ssh as an external program. You won't get the ant builder's settings, but otherwise it should work.


If you are using Eclipse, have you checked out the Target Management plugin?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号