tools: $FileDir$ path is giving wrong path in the command
I’m trying to use repo with intellij but the path is wrong. This is what I have so far:
- Repo installation: C:\Repo
- Cygwin installation: C:\cygwin64 My task configuration
The output for one of the tasks is:
repo: not inside a vault checkout with a jcr_root base directory: /home/phoenix/C:\MyProject\packages\my-application\src\main\content\jcr_root\apps\myapp\components\authoring\hero\clientlibs\js.txt
I don’t understand why is adding /home/phoenix/
to the path.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 22 (5 by maintainers)
It was resolved for me by removing the .exe extension from C:/cygwin64/bin/bash.exe and replacing it with C:\cygwin64\bin\bash. After that, ensure that Cygwin has the latest versions of packages zip, unzip, curl, and RSYNC installed. My issue was resolved after I tried this solution.