Replies: 3 comments
-
could check the exist issue first And welcome to enhance the user experience in Windows |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use env: PS D:\Development\Code\incubator-hugegraph> java -version
java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)
PS D:\Development\Code\incubator-hugegraph> mvn -version
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: D:\Development\Tools\Maven\apache-maven-3.8.1\bin\..
Java version: 1.8.0_291, vendor: Oracle Corporation, runtime: D:\Development\Tools\Java\jdk1.8.0_291\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" [INFO] Skipping because packaging 'jar' is not pom.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for hugegraph 1.0.0:
[INFO]
[INFO] hugegraph .......................................... SUCCESS [ 1.953 s]
[INFO] hugegraph-core ..................................... SUCCESS [ 27.612 s]
[INFO] hugegraph-api ...................................... SUCCESS [ 6.530 s]
[INFO] hugegraph-cassandra ................................ SUCCESS [ 1.895 s]
[INFO] hugegraph-scylladb ................................. SUCCESS [ 1.576 s]
[INFO] hugegraph-rocksdb .................................. SUCCESS [ 1.236 s]
[INFO] hugegraph-mysql .................................... SUCCESS [ 0.989 s]
[INFO] hugegraph-palo ..................................... SUCCESS [ 0.942 s]
[INFO] hugegraph-hbase .................................... SUCCESS [ 1.128 s]
[INFO] hugegraph-postgresql ............................... SUCCESS [ 0.827 s]
[INFO] hugegraph-dist ..................................... SUCCESS [ 20.077 s]
[INFO] hugegraph-example .................................. SUCCESS [ 1.907 s]
[INFO] hugegraph-test ..................................... SUCCESS [ 7.318 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2023-06-05T02:06:12+08:00
[INFO] ------------------------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I bet we can use some Unix cmd tools like git bash. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Type (问题类型)
other exception / error (其他异常报错)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
when i tried to use command
mvn clean install -Dmaven.test.skip=true
, errors below occured.Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
Beta Was this translation helpful? Give feedback.
All reactions