Suresh, One proto file at the time works, but doing *.proto fails complaining about duplicate definitions.
Thxs. Alejandro On Thu, Dec 8, 2011 at 11:46 PM, Suresh Srinivas <sur...@hortonworks.com>wrote: > Under hadoop-hdfs/src I run: > Protoc -I=proto proto/<file>.proto --java_out main/src > > > > On Thursday, December 8, 2011, Alejandro Abdelnur <t...@cloudera.com> > wrote: > > I'm trying to change the build to compile the proto files (instead > checking > > in the generated java files) > > > > However, I'm not able to run protoc successfully. > > > > Tried > > > > $ protoc -Isrc/proto/ --java_out=target/generated-sources/java > > src/proto/*.proto > > > > but it does not work. > > > > Thanks. > > > > Alejandro > > >