Trigger a environment update based on os or workspace change (version control) #682
Labels
domain: configuration
Configuring Sloeber does not work as docummented
importance: improvement request
OS: all
status: fixed in 4.1
Hello team,
Appreciated what you've developed, good work !
There is an issue about importing project from Git. The android project is created in Windows, and pushed to a git server. Then an import from Linux host caused such issue.
"A_Windows_PATH/make" all
Cannot run program "A_Windows_PATH/make": Unknown reason
Error: Program "A_Windows_PATH/make" not found in PATH
....
Then I tracked the problem is actually caused by a path variable:
JANTJE.MAKE_LOCATION - "A_Windows_PATH"
Then I made JANTJE.MAKE_LOCATION - Undefined, and it built successfully.
Cheers,
-Baris
The text was updated successfully, but these errors were encountered: