Comment #6 on issue 247 by [email protected]: Ability to redirect file output to stdout
http://code.google.com/p/protobuf/issues/detail?id=247

For -o, you can do:
  protoc my.proto -o/dev/stdout

This just doesn't work with --java_out (or whatever lanugage) because it would interpret /dev/stdout to be a directory and would try to create files inside it, which would fail.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to