Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: relative path for code output #236

Open
GoogleCodeExporter opened this issue Oct 15, 2015 · 0 comments
Open

Feature request: relative path for code output #236

GoogleCodeExporter opened this issue Oct 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant