I am new to maven and Google Protocol Buffer.
I followed all the README instructions and successfully built the files with Maven.
I got all the files in
protobuf-2.4.1\java\target
(what is the use of this?) The test cases run fine.
I compiled the meta data in the proto file and got the class files generated automatically here:
com\example\tutorial\AddressBookProtos.java
I created two java files: AddPerson.java and ListPeople.java from the code in the tutorial.

I am not able to execute it. Where did I go wrong?
EDIT:
The method mergeFrom(Message) from the type AddressBookProtos.AddressBook.Builder refers to the missing type Message
the second error:
The method writeTo(CodedOutputStream) from the type AddressBookProtos.AddressBook refers to the missing type CodedOutputStream
These are from the AddPerson.java
AddressBookProtos.java has 100's of errors