我通常在工作时在 Mac 上使用 Sublime Text,这很好。但我试图在家里用我的 Windows PC 设置 Sublime Text,并在尝试运行我的构建脚本时不断出错。
这是我的项目文件:
{
"folders":
[
{
"path": "my-folder"
}
],
"build_systems":
[
{
"name": "Ant",
"cmd": ["ant"],
"working_dir": "${project_path}"
}
]
}
这是我得到的错误:
[Error 2] The system cannot find the file specified
[cmd: [u'ant']]
[dir: D:\Users\****\Projects]
[path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\]
[Finished]
好像找不到ANT?但这不是与 Sublime Text 捆绑在一起的吗?