You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/09/28 09:07:19 UTC

[incubator-skywalking] branch 5.x updated: Update How-to-build-CN.md (#1720)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch 5.x
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/5.x by this push:
     new 9c4d441  Update How-to-build-CN.md (#1720)
9c4d441 is described below

commit 9c4d44155f52f9a3eb38cb018ea18ff3b91dd221
Author: XiaoFu <24...@qq.com>
AuthorDate: Fri Sep 28 17:07:14 2018 +0800

    Update How-to-build-CN.md (#1720)
---
 docs/cn/How-to-build-CN.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/cn/How-to-build-CN.md b/docs/cn/How-to-build-CN.md
index 48f84cd..c3af24a 100644
--- a/docs/cn/How-to-build-CN.md
+++ b/docs/cn/How-to-build-CN.md
@@ -29,13 +29,6 @@
   - **apm-protocol/apm-network/target/generated-sources/protobuf**目录下的`grpc-java`和`java`目录
   - **apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf**目录下的`grpc-java`和`java`目录
   
-## 在IntelliJ IDEA中编译工程
-上述步骤在命令行中,能够很好的编译工程,但导入到编译器中的工程依然会有一些报错,我们需要进行几步简单的操作。
-1. 在IntelliJ Terminal中,执行`./mvnw compile -Dmaven.test.skip=true`进行编译
-1. 设置gRPC的自动生成代码目录,为源码目录
-  - **apm-protocol/apm-network/target/generated-sources/protobuf**目录下的`grpc-java`和`java`目录
-  - **apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf**目录下的`grpc-java`和`java`目录
-  
 ## 在Eclipse IDE中编译工程
 1. 导入incubator-skywalking maven工程
 2. 在主目录incubator-skywalking/pom.xml文件中添加如下两个plugin配置,首先配置多源码目录支持,在build/plugins节点下添加如下配置: