Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的“exec grails”任务运行到我的 grails 项目中。我在 exec 任务中设置了圣杯路径,例如
<exec executable="${grails}"
我怎么说,那个 exec 应该从我的项目文件夹开始?
来自execAnt 任务文档:
exec
属性 说明 dir 应该在其中执行命令的目录。
<exec executable="${grails}" dir="${my.project.dir}">