protoc not generating service stub files
I have just started playing with google proto. When I try to compile proto file present in proto-java example, it does not generate any grpc file. proto file, https://github.com/grpc/grpc-java/blob/master/examples/src/main/proto/hello_world.proto terminal output, rsonkhla@raman-OptiPlex-9020:~/sandbox/grpc-java/examples$ protoc --version libprotoc 3.0.0 rsonkhla@raman-OptiPlex-9020:~/sandbox/grpc-java/examples$ protoc --java_out=test/ -I../../grpc-java/examples ../../grpc-java/examples/src/main/proto/hello_world.proto rsonkhla@raman-OptiPlex-9020:~/sandbox/grpc-java/examples$ ls -R test/ test/