blueszhangsh / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Source not generated when compiling in Eclipse on Windows #235

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create an eclipse project and create a .proto file in src
2.Turn on preferences to output java on file save to src-gen
3.Save .proto file to invoke compiler

What is the expected output? What do you see instead?
Expect to see java files in src-gen. I only see the src-gen directory being 
created (which means compiler is getting invoked).

What version of the product are you using? On what operating system?
1.3.3.201210291557 on Win7 64bit with cygwin. 
Eclipse Juno 4.2.1 with Xtext which is working fine.

Please provide any additional information below.
Console output shows up as soon as file is edited and saved with no errors of 
any kind. Eclipse console window output below:

[command] C:\cygwin\usr\local\bin\protoc.exe 
--proto_path=C:\Users\prem\workspace_anaconda\protobuf-java\src 
--java_out=C:\Users\prem\workspace_anaconda\protobuf-java\src-gen 
C:\Users\prem\workspace_anaconda\protobuf-java\src\addressbook.proto

Original issue reported on code.google.com by premk...@gmail.com on 5 Jan 2013 at 2:40