You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an expert on the jvm toolchain, obviously there is some confuguration that solves the problem that may be trivial, but I don´t find the way:
bash-4.3# mvn compile
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building typeable 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- frege-maven-plugin:1.0.5:compile (compile) @ typeable ---
E /etc/maven/typeable/src/main/frege/com/netflix/frege/Fingerprint.fr:7: `com.netflix.frege.runtime.Fingerprint` is not a known java class
Exception in thread "main" frege.runtime.Undefined: forbidden cyclic import involving package com.netflix.frege.Typeable
The text was updated successfully, but these errors were encountered:
I'm not an expert on the jvm toolchain, obviously there is some confuguration that solves the problem that may be trivial, but I don´t find the way:
The text was updated successfully, but these errors were encountered: