This(simplified) configuration should get you what you need. The results are
storied in ant.properties and by default are all prefixed with svn.info.
ant.taskdef(resource: 'org/tigris/subversion/svnant/svnantlib.xml') {
classpath {
fileset(dir: "${depends_svnant}", includes: 'lib/**/*.jar')
}
}
ant.svn(javahl: 'false', svnkit: 'false') {
info(target: targetDir, verbose: 'true')
}
println ant.properties.findAll{key, value->key.startsWith('svn.')}
--
View this message in context:
http://gradle.1045684.n5.nabble.com/can-t-find-or-extract-properties-from-svnant-info-function-in-gradle-tp3335388p3337616.html
Sent from the gradle-user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email