未验证 提交 b5b2873f 编写于 作者: Z Zesong Sun 提交者: GitHub

Add mvn clean compile step

上级 08bb5a7a
...@@ -38,6 +38,7 @@ Once all UTs are passed after you modify codes, your modification basically work ...@@ -38,6 +38,7 @@ Once all UTs are passed after you modify codes, your modification basically work
## IDEA ## IDEA
* "File" -> "Open" -> choose the root path of IoTDB source code. * "File" -> "Open" -> choose the root path of IoTDB source code.
* use `mvn clean compile -Dmaven.test.skip=true`to get target.
* mark directory ***iotdb/target/generated-sources/antlr3*** as source code * mark directory ***iotdb/target/generated-sources/antlr3*** as source code
* mark directory ***service-rpc/target/generated-sources/thrift*** as source code * mark directory ***service-rpc/target/generated-sources/thrift*** as source code
...@@ -61,4 +62,4 @@ The main class of IoTDB cli is `org.apache.iotdb.client.Client` ...@@ -61,4 +62,4 @@ The main class of IoTDB cli is `org.apache.iotdb.client.Client`
You can run/debug IoTDB by using the two classes as the entrance. You can run/debug IoTDB by using the two classes as the entrance.
Another way to understand IoTDB is to read and try Unit Tests. Another way to understand IoTDB is to read and try Unit Tests.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册