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

How do I execute the examples? #10

Open
kun-zhou opened this issue Jul 11, 2018 · 0 comments
Open

How do I execute the examples? #10

kun-zhou opened this issue Jul 11, 2018 · 0 comments

Comments

@kun-zhou
Copy link

Attempting to execute both the client and server of the error handling example. I packaged the parent app, and successfully executed it with mvn exec:java -Dexec.mainClass="com.example.grpc.server.ErrorGrpcServer" . However, I cannot package the client app by running mvn package in the directory error-handling-example/error-handling-client due to the error

[ERROR] Failed to execute goal on project error-handling-client: Could not resolve dependencies for project com.example.errors:error-handling-client:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.example.errors:error-server:jar:1.0-SNAPSHOT:

I also tried to execute mvn package at parent project root, i.e. error-handling-example/, but it didn't help.

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

No branches or pull requests

1 participant