Commit dc3394b6 authored by tower's avatar tower

fix

parent c58d476b
...@@ -325,8 +325,7 @@ def build_java(systemName, branchName,contextDir) { ...@@ -325,8 +325,7 @@ def build_java(systemName, branchName,contextDir) {
def libfolder = new File( "${currentPath}/target/lib" ) def libfolder = new File( "${currentPath}/target/lib" )
echo "${currentPath}/target/lib is exist : ${libfolder.exists()}" echo "${currentPath}/target/lib is exist : ${libfolder.exists()}"
if (libfolder.exists()){ if (libfolder.exists()){
sh "mkdir ${contextDir}/ext/lib;mv ${jarFilePath}/config/lib/* ${contextDir}/ext/lib"
sh "mkdir ${contextDir}/ext/lib;mv ${jarFilePath}/lib/* ${contextDir}/ext/lib"
} }
def configfolder = new File( "${currentPath}/target/config" ) def configfolder = new File( "${currentPath}/target/config" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment