开发者

Run ant deploy script on eclipse save

开发者 https://www.devze.com 2023-04-01 05:33 出处:网络
I have an ant d开发者_高级运维eploy script I would like to run each time I do a file save in eclipse.

I have an ant d开发者_高级运维eploy script I would like to run each time I do a file save in eclipse.

Thanks

Vickus


First, you have to set up eclipse so it builds your project when you save. You do this under "Preferences -> General -> Workspace -> Build Automatically". Second, you have to register your ant builder. Do this via Project -> Properties -> Builders -> New. Here you can select an ant builder and configure it to your preferences.

0

精彩评论

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