|
|
|
@ -31,6 +31,11 @@ def buildDir=files[0].path.substring(0,files[0].path.lastIndexOf ('\\'))
|
|
|
|
|
buildDir=buildDir.substring(0,buildDir.lastIndexOf ('\\')) |
|
|
|
|
def branchName=buildDir.substring(buildDir.lastIndexOf ('\\')+1) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FileTree jars=fileTree(dir:'../../../').include "finereport-*-stable/${branchName}/**/*.jar" |
|
|
|
|
jars.each{File file-> |
|
|
|
|
println "-----------this jar path is ${file.path}----------" |
|
|
|
|
} |
|
|
|
|
//ÉùÃ÷ÍⲿÒÀÀµ |
|
|
|
|
dependencies{ |
|
|
|
|
compile fileTree(dir:'../../../finereport-lib-stable',include:'**/*.jar') |
|
|
|
@ -63,6 +68,7 @@ task copyFile(type:Copy,dependsOn:compileJava){
|
|
|
|
|
task compressJS{ |
|
|
|
|
ant.taskdef(name:'yuicompress',classname:'com.yahoo.platform.yui.compressor.YUICompressTask'){ |
|
|
|
|
classpath { |
|
|
|
|
|
|
|
|
|
fileset(dir:'../../../finereport-lib4build-stable',includes:'**/*.jar') |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|