Advertisement
eallik

Untitled

Jan 13th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. > compile
  2. [info] Compiling 1 Scala source to /Users/erik/code/soda-profile/core/target/scala-2.11/classes...
  3. [error] missing or invalid dependency detected while loading class file 'Mapping.class'.
  4. [error] Could not access type $anon in value com.soda.profile.analysis.evidence.TwitterEvidence.twEvIO,
  5. [error] because it (or its dependencies) are missing. Check your build definition for
  6. [error] missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
  7. [error] A full rebuild may help if 'Mapping.class' was compiled against an incompatible version of com.soda.profile.analysis.evidence.TwitterEvidence.twEvIO.
  8. java.lang.ClassCastException
  9. [error] error while loading Mapping, class file '/Users/erik/code/soda-profile/core/target/scala-2.11/classes/com/soda/profile/models/Mapping.class' is broken
  10. [error] (class java.lang.RuntimeException/error reading Scala signature of Mapping.class: null)
  11. [error] two errors found
  12. [error] (root/compile:compile) Compilation failed
  13. [error] Total time: 2 s, completed 13.01.2015 19:34:42
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement