On 8/06/10 4:31 AM, vincer wrote:
That works, thanks! Are there plans on making the system handle absolute paths?
Yes. Most properties do handle absolute paths. There's a few which still don't, and buildDir was one of them. I've changed it in head to handle absolute paths (and anything else that Project.file() handles). This will be included in the Gradle 0.9 release.
Adam Murdoch-3 wrote:buildDirName can point to a directory outside the project directory. For example, you can do: buildDirName = '../../someDir' However, it doesn't handle absolute paths. You can work around this with something like: buildDirName = relativePath('/some/absolute/path')
-- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
