– 缩短使用ant编译的时间 1.删除目录下的dist文件(或者将旧的重命名)然后ant命令编译,(ant编译过程中会删除dist文件,然后新建目录,如果文件较多,我们提前删除,ant直接编译会缩短时间)。