[Resolved] Cannot build to linux

Running lime test linux result in the following error

Error: Cannot copy to “export/linux64/cpp/bin/test/”, is the file in use?

Where test is the project name. I checked in the export folder, test is a directory and is writeable. Everything inside export has been generated by lime. I tried to erase the export folder to retry but the same issue occured.

The project is the template generated by flixel tpl -n

Did I miss something during install ?

I feel bad, I tried with neko and it outputed quite a similar error.

I found in my Project.xml that the file was “test/” instead of “test”

Removing the final slash fixed the issue