I have an ant deploy script I would like to run each time I do a file save in eclipse.
Thanks
Vickus
Go to Help -> About RAD -> Intallation details -> Plugins ... locate the org. apache. ant plugin version you are using. Note the Provider ... in this case for me it was Eclipse Orbit.
Ant is a Java-based build tool created as part of the Apache open-source project. You can think of it as a Java version of make. Ant scripts have a structure and are written in XML. Similar to make, Ant targets can depend on other targets. For example, Ant is used in the context of plug-in development in the build.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With