protobuf-codec fails to build on my Win box

1,866 views
Skip to first unread message

lasse

unread,
Jul 25, 2011, 10:51:45 AM7/25/11
to prot...@googlegroups.com
I get a missing reference to protoc when I try to compile the protobuf-codec project usiong marven.
How do I tell the build project where I have protoc.exe installed?

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (generate-sources) on project protobuf-codec-json: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "protoc" (in directory "Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-json"): CreateProcess error=2, The system cannot find the file specified -> [Help 1]

Full build log:
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for protobuf:protobuf-codec-json:jar:1.1
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 48, column 12
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for protobuf:protobuf-codec-xml:jar:1.1
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 53, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Protobuf codec parent pom
[INFO] core classes for the codec
[INFO] json codec
[INFO] protobuf-codec-xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Protobuf codec parent pom 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ protobuf-codec ---
[INFO] Installing Q:\dev\3rdParty\build\protobuf-codec\pom.xml to C:\Users\r266953\.m2\repository\protobuf\protobuf-codec\1.1\protobuf-codec-1.1.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building core classes for the codec 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ protobuf-codec-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-core\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ protobuf-codec-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ protobuf-codec-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-core\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ protobuf-codec-core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ protobuf-codec-core ---
[INFO] No tests to run.
[INFO] Surefire report directory: Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-core\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ protobuf-codec-core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ protobuf-codec-core ---
[INFO] Installing Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-core\target\protobuf-codec-core-1.1.jar to C:\Users\r266953\.m2\repository\protobuf\protobuf-codec-core\1.1\protobuf-codec-core-1.1.jar
[INFO] Installing Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-core\pom.xml to C:\Users\r266953\.m2\repository\protobuf\protobuf-codec-core\1.1\protobuf-codec-core-1.1.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building json codec 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ protobuf-codec-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ protobuf-codec-json ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ protobuf-codec-json ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (generate-sources) @ protobuf-codec-json ---
[INFO] Executing tasks
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Protobuf codec parent pom ......................... SUCCESS [0.579s]
[INFO] core classes for the codec ........................ SUCCESS [2.142s]
[INFO] json codec ........................................ FAILURE [0.189s]
[INFO] protobuf-codec-xml ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.039s
[INFO] Finished at: Mon Jul 25 15:46:29 BST 2011
[INFO] Final Memory: 6M/107M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (generate-sources) on project protobuf-codec-json: An Ant BuildException has occured: Execute failed: java.io.IOException: Cannot run program "protoc" (in directory "Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-json"): CreateProcess error=2, The system cannot find the file specified -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :protobuf-codec-json

Siju Varghese

unread,
Jul 25, 2011, 11:04:38 AM7/25/11
to prot...@googlegroups.com
Hi,

Install protoc from http://code.google.com/p/protobuf/downloads/detail?name=protoc-2.4.1-win32.zip and ensure that protoc is on your path. If you need to specify the path explicitly modify the pom file under protobuf-codec-json and protobuf-codec-xml to point to the protoc path.

Regards,
Siju


--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/u6pDnjFW5TUJ.
To post to this group, send email to prot...@googlegroups.com.
To unsubscribe from this group, send email to protobuf+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.

lasse

unread,
Jul 27, 2011, 11:57:46 AM7/27/11
to prot...@googlegroups.com
Thank you Siju. I am new to Maven.
I added the path to protoc in the pom.xml build file but stil get a build error
cannot find symbol : class MessageOrBuilder
it looks as if it does not pickup the test .java files generated by the protoc compiler.
I can see the files in ~protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json

Here are the error messages:

[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (generate-sources1) @ protobuf-codec-json ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ protobuf-codec-json ---
[INFO] Compiling 4 source files to Q:\dev\3rdParty\build\protobuf-codec\protobuf-codec-json\target\test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[90,33] cannot find symbol
symbol  : class MessageOrBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2726,42] cannot find symbol
symbol  : class ExtendableMessageOrBuilder
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2727,36] interface expected here
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2294,33] cannot find symbol
symbol  : class MessageOrBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3173,42] cannot find symbol
symbol  : class ExtendableMessageOrBuilder
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3174,36] interface expected here
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[606,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2944,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2502,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3277,31] cannot find symbol
symbol  : class LazyStringList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3488,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[628,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2966,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.TypesProtoBuf.Foo.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2524,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.TypesProtoBuf.Version.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3510,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.TypesProtoBuf.Unknown.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3804,33] cannot find symbol
symbol  : class LazyStringList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3869,33] cannot find symbol
symbol  : class RepeatedFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4030,33] cannot find symbol
symbol  : class RepeatedFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4047,33] cannot find symbol
symbol  : class SingleFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4121,33] cannot find symbol
symbol  : class SingleFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[83,42] cannot find symbol
symbol  : class ExtendableMessageOrBuilder
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[84,36] interface expected here
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[746,33] cannot find symbol
symbol  : class MessageOrBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[318,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[340,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.UnknownProtoBuf.Unknown.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[558,33] cannot find symbol
symbol  : class RepeatedFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[719,33] cannot find symbol
symbol  : class RepeatedFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[932,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[954,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.UnknownProtoBuf.Version.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1332,33] cannot find symbol
symbol  : class MessageOrBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1418,31] cannot find symbol
symbol  : class LazyStringList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1634,44] cannot find symbol
symbol  : class BuilderParent
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1656,22] cannot find symbol
symbol  : class BuilderParent
location: class protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1990,33] cannot find symbol
symbol  : class LazyStringList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2055,33] cannot find symbol
symbol  : class RepeatedFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2216,33] cannot find symbol
symbol  : class RepeatedFieldBuilder
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4151,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<java.lang.String>,<nulltype>)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4159,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Lang>,<nulltype>)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4167,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4175,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4183,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<java.lang.String>,<nulltype>)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4191,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<java.lang.Integer>,<nulltype>)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4199,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Lang>,<nulltype>)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4207,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4215,10] cannot find symbol
symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[161,6] cannot find symbol
symbol  : constructor GeneratedMessage(protobuf.codec.json.TypesProtoBuf.Types.Builder)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[199,40] cannot find symbol
symbol  : method isValidUtf8(com.google.protobuf.ByteString)
location: class com.google.protobuf.Internal
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[527,18] cannot find symbol
symbol  : method writeReplace()
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[524,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[604,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[610,24] protobuf.codec.json.TypesProtoBuf.Types.Builder is not abstract and does not override abstract method internalGetResult() in com.google.protobuf.GeneratedMessage.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[633,48] cannot find symbol
symbol  : variable alwaysUseFieldBuilders
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[777,8] cannot find symbol
symbol  : method onBuilt()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[860,14] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[866,16] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[984,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[990,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[996,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1010,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1016,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1031,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1037,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1052,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1058,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1073,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1079,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1094,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1100,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1115,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1121,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1136,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1142,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1157,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1163,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1178,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1184,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1199,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1205,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1220,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1226,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1241,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1247,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1262,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1268,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1286,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1292,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1310,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1316,8] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1368,6] cannot find symbol
symbol  : constructor GeneratedMessage(protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder)
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1467,34] cannot find symbol
symbol  : class LazyStringArrayList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1528,34] inconvertible types
found   : <nulltype>
required: int
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1555,18] cannot find symbol
symbol  : method writeReplace()
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1552,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1632,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1638,24] protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder is not abstract and does not override abstract method internalGetResult() in com.google.protobuf.GeneratedMessage.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1661,48] cannot find symbol
symbol  : variable alwaysUseFieldBuilders
location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1675,36] cannot find symbol
symbol  : class LazyStringArrayList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1733,42] cannot find symbol
symbol  : class UnmodifiableLazyStringList
location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1753,8] cannot find symbol
symbol  : method onBuilt()
location: class protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1779,10] cannot find symbol
symbol  : method onChanged()
location: class protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder
[INFO] 100 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Protobuf codec parent pom ......................... SUCCESS [0.514s]
[INFO] core classes for the codec ........................ SUCCESS [2.163s]
[INFO] json codec ........................................ FAILURE [3.064s]
[INFO] protobuf-codec-xml ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.884s
[INFO] Finished at: Wed Jul 27 16:47:40 BST 2011
[INFO] Final Memory: 9M/108M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project protobuf-codec-json: Compilation failure: Compilation failure:
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[90,33] cannot find symbol
[ERROR] symbol  : class MessageOrBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2726,42] cannot find symbol
[ERROR] symbol  : class ExtendableMessageOrBuilder
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2727,36] interface expected here
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2294,33] cannot find symbol
[ERROR] symbol  : class MessageOrBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3173,42] cannot find symbol
[ERROR] symbol  : class ExtendableMessageOrBuilder
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3174,36] interface expected here
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[606,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2944,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2502,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3277,31] cannot find symbol
[ERROR] symbol  : class LazyStringList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3488,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[628,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2966,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Foo.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2524,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Version.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3510,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Unknown.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3804,33] cannot find symbol
[ERROR] symbol  : class LazyStringList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[3869,33] cannot find symbol
[ERROR] symbol  : class RepeatedFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4030,33] cannot find symbol
[ERROR] symbol  : class RepeatedFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4047,33] cannot find symbol
[ERROR] symbol  : class SingleFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4121,33] cannot find symbol
[ERROR] symbol  : class SingleFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[83,42] cannot find symbol
[ERROR] symbol  : class ExtendableMessageOrBuilder
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[84,36] interface expected here
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[746,33] cannot find symbol
[ERROR] symbol  : class MessageOrBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[318,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[340,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.UnknownProtoBuf.Unknown.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[558,33] cannot find symbol
[ERROR] symbol  : class RepeatedFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[719,33] cannot find symbol
[ERROR] symbol  : class RepeatedFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[932,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\UnknownProtoBuf.java:[954,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.UnknownProtoBuf.Version.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1332,33] cannot find symbol
[ERROR] symbol  : class MessageOrBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1418,31] cannot find symbol
[ERROR] symbol  : class LazyStringList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1634,44] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1656,22] cannot find symbol
[ERROR] symbol  : class BuilderParent
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1990,33] cannot find symbol
[ERROR] symbol  : class LazyStringList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2055,33] cannot find symbol
[ERROR] symbol  : class RepeatedFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[2216,33] cannot find symbol
[ERROR] symbol  : class RepeatedFieldBuilder
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4151,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<java.lang.String>,<nulltype>)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4159,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Lang>,<nulltype>)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4167,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4175,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4183,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<java.lang.String>,<nulltype>)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4191,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<java.lang.Integer>,<nulltype>)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4199,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Lang>,<nulltype>)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4207,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[4215,10] cannot find symbol
[ERROR] symbol  : method newFileScopedGeneratedExtension(java.lang.Class<protobuf.codec.json.TypesProtoBuf.Version>,protobuf.codec.json.TypesProtoBuf.Version)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[161,6] cannot find symbol
[ERROR] symbol  : constructor GeneratedMessage(protobuf.codec.json.TypesProtoBuf.Types.Builder)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[199,40] cannot find symbol
[ERROR] symbol  : method isValidUtf8(com.google.protobuf.ByteString)
[ERROR] location: class com.google.protobuf.Internal
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[527,18] cannot find symbol
[ERROR] symbol  : method writeReplace()
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[524,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[604,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[610,24] protobuf.codec.json.TypesProtoBuf.Types.Builder is not abstract and does not override abstract method internalGetResult() in com.google.protobuf.GeneratedMessage.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[633,48] cannot find symbol
[ERROR] symbol  : variable alwaysUseFieldBuilders
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[777,8] cannot find symbol
[ERROR] symbol  : method onBuilt()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[860,14] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[866,16] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[984,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[990,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[996,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1010,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1016,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1031,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1037,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1052,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1058,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1073,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1079,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1094,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1100,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1115,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1121,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1136,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1142,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1157,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1163,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1178,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1184,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1199,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1205,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1220,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1226,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1241,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1247,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1262,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1268,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1286,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1292,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1310,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1316,8] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.Types.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1368,6] cannot find symbol
[ERROR] symbol  : constructor GeneratedMessage(protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder)
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1467,34] cannot find symbol
[ERROR] symbol  : class LazyStringArrayList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1528,34] inconvertible types
[ERROR] found   : <nulltype>
[ERROR] required: int
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1555,18] cannot find symbol
[ERROR] symbol  : method writeReplace()
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1552,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1632,4] method does not override or implement a method from a supertype
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1638,24] protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder is not abstract and does not override abstract method internalGetResult() in com.google.protobuf.GeneratedMessage.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1661,48] cannot find symbol
[ERROR] symbol  : variable alwaysUseFieldBuilders
[ERROR] location: class com.google.protobuf.GeneratedMessage
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1675,36] cannot find symbol
[ERROR] symbol  : class LazyStringArrayList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1733,42] cannot find symbol
[ERROR] symbol  : class UnmodifiableLazyStringList
[ERROR] location: package com.google.protobuf
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1753,8] cannot find symbol
[ERROR] symbol  : method onBuilt()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder
[ERROR] \dev\3rdParty\build\protobuf-codec\protobuf-codec-json\src\test\java\protobuf\codec\json\TypesProtoBuf.java:[1779,10] cannot find symbol
[ERROR] symbol  : method onChanged()
[ERROR] location: class protobuf.codec.json.TypesProtoBuf.RepeatedFields.Builder
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :protobuf-codec-json

Cheers,
Lars

lasse

unread,
Jul 27, 2011, 12:01:30 PM7/27/11
to prot...@googlegroups.com
Here is a -e run of Maven
[INFO] Error stacktraces are turned on.
[INFO] Protobuf codec parent pom ......................... SUCCESS [0.372s]
[INFO] core classes for the codec ........................ SUCCESS [2.076s]
[INFO] json codec ........................................ FAILURE [2.529s]
[INFO] protobuf-codec-xml ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.112s
[INFO] Finished at: Wed Jul 27 17:00:30 BST 2011
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project protobuf-codec-json: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR] 

lasse

unread,
Jul 28, 2011, 7:00:49 AM7/28/11
to prot...@googlegroups.com
I spend a little time today to look more into this.
I was using the protoc.exe from version 2.4.1 and your pom.xml depends on version 2.3.0.
Working now from the command line build.
Cheers,
Lars
Reply all
Reply to author
Forward
0 new messages