Closed GoogleCodeExporter closed 9 years ago
Build errors if moving on by disabling tests.
mvn install -DskipTests
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
on project protostuff-model-json: Compilation failure: Compilation failure:
[ERROR]
/Users/burdon/projects/src/thirdparty/googlecode/protostuff-1.0.7/protostuff-mod
el-json/src/main/java/com/dyuproject/protostuff/json/ProtobufJSON.java:[131,39]
error: name clash: <B>parseFrom(InputStream,Class<B>) and
<T>parseFrom(InputStream,Class<T>) have the same erasure
Original comment by rich.burdon
on 20 May 2014 at 2:22
what java version are you using?
The codebase compiles fine with 1.5/1.6
Can you try compiling github.com/protostuff/protostuff on your machine?
Original comment by david.yu...@gmail.com
on 20 May 2014 at 2:40
Original issue reported on code.google.com by
rich.burdon
on 19 May 2014 at 3:11