Closed GoogleCodeExporter closed 8 years ago
Should note as well, the above bulids successfully if I comment out the
'repeated Option option = 2;' line above
Original comment by greg.whi...@gmail.com
on 15 Mar 2013 at 10:27
During the maven run, get the following error during the build (Ignore line
numbers)
line 32:20 mismatched input 'option' expecting set null
Original comment by greg.whi...@gmail.com
on 16 Mar 2013 at 12:11
Changing the variable name to something other than 'option' seems to work as a
workaround
Original comment by greg.whi...@gmail.com
on 16 Mar 2013 at 12:25
Gah I posted on the wrong issue yesterday (Issue 131)
Repost here:
Yea this had been fixed for 1.0.8.
See http://code.google.com/p/protostuff/issues/detail?id=131
In the mean time, you can build the compiler jar yourself via:
cd protostuff-parser && mvn install
cd protostuff-compiler && mvn -Pjwd package
The output jar can be found in
protostuff-compiler/target/protostuff-compiler-$version-jarjar.jar
Original comment by david.yu...@gmail.com
on 17 Mar 2013 at 7:13
If using the maven plugin, exec "mvn install" on protostuff-compiler and then
protostuff-maven-plugin afterwards.
Note that you can also specify the source as directory to avoid listing all
your protobuf sources individually.
E.g
<source>src/main/protobuf</source>
Original comment by david.yu...@gmail.com
on 17 Mar 2013 at 7:23
Or you can use 1.0.8-SNAPSHOT, which is available in the central maven repos
Original comment by david.yu...@gmail.com
on 17 Mar 2013 at 8:07
Awesome, thanks David!
Original comment by greg.whi...@gmail.com
on 17 Mar 2013 at 12:22
Original comment by david.yu...@gmail.com
on 29 May 2013 at 11:15
Original issue reported on code.google.com by
greg.whi...@gmail.com
on 15 Mar 2013 at 10:26