Björn Harmen Gerth
2012-01-17 14:39:59 UTC
Hello,
my script defines
war {
webXml = file("$rootDir/templates/web.xml")
}
Is it possible to directly manipulate the target web.xml of this copy
process? In my case, I'd like to exchange some placeholders with the
project name. I have tried
eachFile {
...
}
but that does not include web.xml.
Thanks,
Björn
my script defines
war {
webXml = file("$rootDir/templates/web.xml")
}
Is it possible to directly manipulate the target web.xml of this copy
process? In my case, I'd like to exchange some placeholders with the
project name. I have tried
eachFile {
...
}
but that does not include web.xml.
Thanks,
Björn