try the other deploy task for hudson build
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3033 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
d52c18a85c
commit
210f25dfdb
@ -55,7 +55,7 @@ war.doLast {
|
||||
ant.unzip(src: war.archivePath, dest: "$buildDir/sip")
|
||||
ant.copy(file: "$buildDir/sip/WEB-INF/logback-sip.xml", todir: "$buildDir/sip/WEB-INF/classes")
|
||||
}
|
||||
|
||||
/*
|
||||
task deploy() {
|
||||
def red5AppsDir = '/usr/share/red5/webapps'
|
||||
def sipDir = new File("${red5AppsDir}/sip")
|
||||
@ -66,7 +66,7 @@ task deploy() {
|
||||
fileset(dir: "$buildDir/sip")
|
||||
}
|
||||
}
|
||||
/*
|
||||
*/
|
||||
task deploy(type:Copy) {
|
||||
def red5AppsDir = '/usr/share/red5/webapps'
|
||||
def sipDir = new File("${red5AppsDir}/sip")
|
||||
@ -75,4 +75,3 @@ task deploy(type:Copy) {
|
||||
into(sipDir)
|
||||
from "$buildDir/sip"
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue
Block a user