-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello
First of all, this is my first time with scala ;o)
I am trying to create an assembly following the steps outlined in the README. However, I have this error:
> assembly
[info] Compiling 6 Scala sources and 2 Java sources to /home/stecam/workspace/signal-collect-javaapi/target/scala-2.10/classes...
[error] /home/stecam/workspace/signal-collect-javaapi/src/main/java/com/signalcollect/javaapi/DataGraphVertex.java:138: error: incompatible types
[error] Edge<?> outgoingEdge = outgoingEdges().get(targetId);
[error] ^
[error] required: Edge<?>
[error] found: Option<Edge<?>>
[error] 1 error
[error] (signal-collect-javaapi/compile:compile) javac returned nonzero exit code
[error] Total time: 3 s, completed 30-Jan-2013 16:58:42
I am using java7 :
$ java -version
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) 64-Bit Server VM (build 23.3-b01, mixed mode)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels