Run ant deploy script on eclipse save
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.
精彩评论