sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

package triple does not exist issue #1244

Closed nobodyiam closed 1 month ago

nobodyiam commented 1 year ago

Describe the bug

When I cloned the repository and build the project in Intellij, it failed with package triple does not exist.

Expected behavior

It should compile successfully.

Actual behavior

image

I had to manually mark the remoting/remoting-triple/build/generated/source/proto/main/java folder as Sources to make it compile successfully.

image

Steps to reproduce

MingJunDuan commented 1 year ago

Any idea for it? It's quite unfriendly, especially for freshman.

EvenLjj commented 2 months ago

https://github.com/sofastack/sofa-rpc/pull/1412