Skip to content

chii2 project does not compile out of the box #1

@mrumpf

Description

@mrumpf

I noticed a few issues when trying to comile the chii2 project:

  1. jpathwatch is not found in any maven repo
    Adding the following entry to the master POM resolves this issue

    DFKI
    http://www.dfki.uni-kl.de/artifactory/libs-releases/

    false

  2. The cling repository is not specified and thus the Cling libraries are not found
    Adding the following entry to the mast POM resolves the issue:

    4thline.org-repo
    http://4thline.org/m2/

    true

  3. There is no version teleal-common-1.1-SNAPSHOT.jar in the Cling Maven repository
    Switching back to version 1.0-SNAPSHOT resolves the issue for the compile, but I'm not sure what this means for runtime.

After those 3 changes the code compiles without any further manual modifications

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions