
ant
maypol
这个作者很懒,什么都没留下…
展开
-
ant 自动上传
${host.prompt} rm -r ${ci.remote.workdir} ${host.prompt} mkdir -p ${ci.remote.workdir} ${host.prompt}原创 2012-06-06 19:27:56 · 570 阅读 · 0 评论 -
ant zip打包
basedir="../../../Common" excludes="**/target/**" />原创 2012-06-28 17:40:09 · 6757 阅读 · 0 评论 -
ant cpoy语句
原创 2012-06-28 17:33:27 · 692 阅读 · 0 评论 -
ant并行执行打包任务
原创 2012-06-28 17:24:42 · 2759 阅读 · 0 评论 -
awk 函数写法
tid=1235filename=ab.txtawk -F '#' -v rea_id=${tenantid} -v real_filename=${filename} '{ printf("insert into ab (a1, a2, d3, e4, f5, g6) values (")>>real_filename; #1-2原创 2012-11-17 14:56:02 · 443 阅读 · 0 评论 -
ant 调用子任务
---原创 2013-03-19 10:32:59 · 676 阅读 · 0 评论