Closed lexoyo closed 12 years ago
It was project_path => folder => file_path at the beginning. Maybe it would be worth adding "folder" back, to support compilation without project ?
Maybe it would be worth adding "folder" back, to support compilation without project ? I am not sure how to do that..
I updated the file again. Can you upgrade and see if it still fits your needs ? Regards, Clément
it works with "working_dir": "${folder:${project_path:${file_path}}}",
and not with "working_dir": "${project_path:${folder:${file_path}}}",
my build file is in myproject/demo/demo1/ with the project file
sorry, it is exactly the oposite : it does work "working_dir": "${project_path:${folder:${file_path}}}",
Ok, that's what I did, so I guess it's fine.
Regards, Clément
It seems like this is an issue again. If the build.hxml is not in the root of the folder opened in ST, I get "Fatal error: exception Failure("File not found build.hxml")"
That's normal if you use ST's build system (F8, Ctrl+B) It should work with Ctrl + Shift + B => Ctrl + Enter
I use Ctrl + Shift + B.
I am using ST3, could that be the problem?
Oh ok, Then it's a duplicate of issue #109 Until we find a proper solution, you'll find a workaround there ;)
search for build.hxml in the same folder as the sublime text project file