blueszhangsh / protobuf-dt

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

Feature request: relative path for code output #236

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 gper...@ubikod.com on 11 Jan 2013 at 2:35