简体   繁体   中英

Can we have Build Automatically option for ANT Build Scripts?

Eclipse IDE (3.4) contains an option to build the code automatically in the following tab
Project ---> Build Automatically. When we select this option , we need not build the project manually. It happens Automatically.

Actually I see this working for builtin eclipse build tool. Is there any possibility that , we can make it to (Build Automatically) work for seperate ANT build scripts ?

If you add that ant script builder in the builders of your Java project, it will be executed at the same time than the default Java Builder, automatically if the "Build automatically" option is set.

alt text http://img193.imageshack.us/img193/5218/eclipseantbuilder.png

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM