Hi,
Is there a way to automate java stub creation from .proto files using
ant task in all platforms? And can this be done without using
protoc.exe, which is platform specific?

I saw the below ant task and it uses protoc.exe, which is only for
windows.

<exec executable="protoc">
  <arg value="--java_out=outdir" />
  <arg value="--proto_path=srcdir" />
  <arg value="srcdir/path/to/input.proto" />
</exec>

And has any one tried this (or any other) ant task in windows/cygwin
to generate java stub from .proto files?

Regards,
Prakash

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

Reply via email to