如何执行“sudo ant”操作从 Eclipse 中的 ant 视图
如果我从命令行运行“sudo ant”,ant 任务能够毫无问题地删除现有目录。
如果我通过 Eclipse ant 视图运行 ant,则会出现没有权限的错误。有什么方法可以模仿我可以从命令行执行的 sudo 命令吗?
If I run "sudo ant" from command line, the ant task is able to erase existing directories without any problems.
If I run ant via the Eclipse ant view then it gives errors that it doesn't have the permissions. Is there any way to mimic the sudo command I can do from commandline?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您只需要获得文件夹的权限即可。
Sounds like you just need to get the permissions right on the folders.