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

Import proto (without java_package) from another package #107

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

davidlar
Copy link

@davidlar davidlar commented Mar 2, 2015

In version 1.4.0, importing from another package doesn't work anymore if java_package is undefined in the imported file.
java_package should default to proto package according to spec.

I have also done some fixes in the test code (filename case and line endings) so it will succeed in Linux as well.
Some testcases wrote their output to src/test/resources and wrote over the example files. When they later compared the generated files with the example files, it was the same files and it would always succeed. I moved output dir to target to solve that.

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

Successfully merging this pull request may close these issues.

1 participant