09 2017 档案

为Jenkins添加slave node
摘要:Linux slave机器上: Jenkins 上: 阅读全文

posted @ 2017-09-18 15:55 熊gg 阅读(3611) 评论(0) 推荐(0)

pom.xml 转化为 ivy.xml
摘要:Converting maven pom to ivy原文:http://vafer.org/blog/20081030002755/把pom.xml和build.xml放到同一目录下,执行ant,就会在该目录下生成ivy.xml build.xml<project name="convertPom 阅读全文

posted @ 2017-09-18 15:40 熊gg 阅读(1120) 评论(0) 推荐(0)

gradle 处理 properties file
摘要:读取多个properties file,合并后写入到一个properties file里。 task mergeProp << { def props = new Properties() ['file1.properties','file2.properties'].each { props.lo 阅读全文

posted @ 2017-09-18 15:39 熊gg 阅读(827) 评论(0) 推荐(0)

从reps下载jar,然后unzip test jar,再执行junit测试
摘要:gradle脚本如下: dependencies { compile 'com.test.attachment:attachment:1.0-SNAPSHOT' compile group:'org.eclipse.emf.commonj', name:'sdo', version:'2.3+', 阅读全文

posted @ 2017-09-11 15:10 熊gg 阅读(168) 评论(0) 推荐(0)