For those who might be interested in this issue I put below the
solution I use. Works fine.

task myTask() << {
  ant {
    exec (dir: "tmp", executable: "svn") {
          arg (line: "co https://someOtherSvnProject/trunk";)
    }
  }
  ant {
    exec (dir: "tmp/trunk", executable: "mvn" {
          arg (line: "clean compile exec:java -Dparam=value")
    }
  }
}

-- 
Regards / Pozdrawiam
Tomek Kaczanowski

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to