Description
Hey Daniel,
recently I found out that my Installer is not able to map the Danslo Api Import correctly.
bragento/bragento-composer-installer#17
His Mapping in the modman file is:
code app/code/local/Danslo/ApiImport/
The expected behavior for this file defined in the symlink Strategy is:
dir app/etc/ --> link app/etc/dir to dir
So this would be
app/code/local/Danslo/ApiImport/code to code
What apparently is wrong.
But, in the Hackathon Installer it's working. So that leaves 2 options, fix this and make the affected programmers change their mappings, or just change the expected behavior (which might be the much easier way).
I'm not quite sure about this since the expected behavior defined in the symlink strategy seems pretty much orientated at the basic Linux file operations, which seems to be the right way to do this.