sofa-rpc icon indicating copy to clipboard operation
sofa-rpc copied to clipboard

package triple does not exist issue

Open nobodyiam opened this issue 3 years ago • 2 comments

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

  • git clone repository
  • open it in Intellij
  • build project

nobodyiam avatar Sep 14 '22 01:09 nobodyiam

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

MingJunDuan avatar Sep 16 '22 05:09 MingJunDuan

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

EvenLjj avatar Apr 24 '24 06:04 EvenLjj