Skip to content

Symbolic links in multi-modules play project #133

@simonykq

Description

@simonykq

Hi, I have a multi-module play app that has the following structure:

APP
    ...
    modules
        LINKS_TO_MODULE_A
        LINKS_TO_MODULE_B
        ...
MODULES
    MODULE_A
    MODULE_B
    ...

MODULE_A and MODULE_B have CoffeeScript assets and I have sbt-coffeescript plugin enabled in APP. When I run APP and when APP is trying to compile the CoffeeScript assets in MODULE_A and MODULE_B, it throws following exception:

java.lang.IllegalArgumentException: runOps function returned results for unknown ops: 

But if I replace the kinks under modules folder with the actual modules in MODULES folder, everything would work. Is there anyway to let sbt-web work with symbolic links currently?

Thanks

Kinds

Simon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions