私は通常、職場で 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に同梱されてるんじゃないの?