You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Go to Window / Preferences / Protocol Buffer / Compiler / Options
2. Choose "Generate Java"
3. Enter "." as Java Output Directory
What is the expected output?
Expected:
The code should be generated from the folder containing the proto file, e.g. if
I save /home/user/workspace/src/.../sub_folder/foo.proto, the output code
should be stored in /home/user/workspace/src/.../sub_folder/com/acme/Foo.java.
What do you see instead?
protoc does not launch (nothing in console) when we enter such a path.
What version of the product are you using? On what operating system?
1.3.3.201210291557 Linux 64bit
Original issue reported on code.google.com by [email protected] on 11 Jan 2013 at 2:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Jan 2013 at 2:35The text was updated successfully, but these errors were encountered: