You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/06/05 06:14:55 UTC

[GitHub] [skywalking] HackerRookie commented on issue #4864: org.apache.skywalking.apm.network.common.v3

HackerRookie commented on issue #4864:
URL: https://github.com/apache/skywalking/issues/4864#issuecomment-639281088


   ![image](https://user-images.githubusercontent.com/1912153/83842905-7dde1380-a736-11ea-805d-77035dea6054.png)
   ## Setup your IntelliJ IDEA
   **NOTICE**: If you clone the codes from GitHub, please make sure that you had finished step 1 to 3 in section **[Build from GitHub](#build-from-github)**, if you download the source codes from the official website of SkyWalking, please make sure that you had followed the steps in section **[Build from Apache source code release](#build-from-apache-source-code-release)**.
   
   1. Import the project as a maven project
   1. Run `./mvnw compile -Dmaven.test.skip=true` to compile project and generate source codes. Because we use gRPC and protobuf.
   1. Set **Generated Source Codes** folders.
       * `grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf**
       * `grpc-java` and `java` folders in **oap-server/server-core/target/generated-sources/protobuf**
       * `grpc-java` and `java` folders in **oap-server/server-receiver-plugin/receiver-proto/target/generated-sources/protobuf**
       * `grpc-java` and `java` folders in **oap-server/exporter/target/generated-sources/protobuf**
       * `grpc-java` and `java` folders in **oap-server/server-configuration/grpc-configuration-sync/target/generated-sources/protobuf**
       * `antlr4` folder in **oap-server/oal-grammar/target/generated-sources**


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org