How to set the ant working directory for an ant file within IntelliJ?
Surely this must be easy. But nothing on the ant file config 开发者_如何学Godialogs inside of intellij (10.5) has anything to do with working directories...
Thanks.
There is no way to configure it. Normally your script should be using paths relative to itself or some property.
精彩评论