Index: ssts-web/src/main/webapp/build.gradle =================================================================== diff -u -r27978 -r27979 --- ssts-web/src/main/webapp/build.gradle (.../build.gradle) (revision 27978) +++ ssts-web/src/main/webapp/build.gradle (.../build.gradle) (revision 27979) @@ -149,6 +149,8 @@ } } + println "发布包路径:${destinationDir},文件名:${archiveName}" + //copy the files from /src/conf to the /conf folder in the war file. //from("src/conf"){ // into("/conf") @@ -255,8 +257,7 @@ if (toCopyLibs != null){ println "toCopyLibs2=${toCopyLibs}" toCopyLibs.eachWithIndex { myLibsConfig, myIndex -> - println "kkk = ${myLibsConfig}" - println "test jar包${myIndex + 1}: type = ${myLibsConfig}.type," + println "${projectName}个性化jar包${myIndex + 1}: type = ${myLibsConfig}.type," def jarFile = null @@ -312,7 +313,7 @@ //prepareSpringSecurityXmlFile.dependsOn cleanDir // 拷贝spring security及logon.jsp文件 - println "我的测试......" + println "开始切换项目,请稍候......" getDate() @@ -337,6 +338,8 @@ jdbcConfig.setProperty("project", projectName) jdbcBuilder.save() + + } /* task createWar(type : War){