首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

ant生终日志

2012-09-08 
ant生成日志ant -buildfile E:\projectCheck\hollyspDev\build.xml compile -l E:\projectCheck\ant.log

ant生成日志
ant -buildfile E:\projectCheck\hollyspDev\build.xml compile -l E:\projectCheck\ant.log;
ant 执行结果生成到E:\projectCheck\ant.log中
也可以
ant -buildfile E:\projectCheck\hollyspDev\build.xml compile -logfile E:\projectCheck\ant.log;

热点排行