【开发经验】linkis 1.2.0编译记录 #3296
jacktao007
started this conversation in
Solicit Articles(征文)
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
作者:jacktao007
微信:YourHeroBaby
背景介绍
作为开发人员,期望能够参与到linkis的开发贡献或者体验最新的开发版本,那么第一步就是了解如何编译LInkis的源码。
故此记录一下编译过程,方便随时翻查。
先备条件:
windows 10 专业版 21H2
jdk 1.8.0_291
maven 3.8.1,Maven设置为aliyun镜像
1.2.0编译记录
1.拉取代码
2.切换分支
3.安装parent pom
4.编译linkis
1.3.0编译
1.3.0编译与1.2.0相同,可能会遇到缺失 javac-shaded:jar:9+181-r4173-1 包的情况,请参考下文手工安装此包
1.3.0 编译异常
缺失 javac-shaded:jar:9+181-r4173-1 包
解决建议:
手工下载 https://mvnrepository.com/artifact/com.google.errorprone/javac-shaded
安装jar包 mvn install:install-file -Dfile=javac-shaded-9+181-r4173-1.jar -DgroupId=com.google.errorprone -DartifactId=javac-shaded -Dversion=9+181-r4173-1 -Dpackaging=jar
Beta Was this translation helpful? Give feedback.
All reactions