-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lealone-mysql插件源码目录编译报错 #225
Comments
我看你用的是 windows,我也是用 windows,很简单的,只要两步就可以了:
我每次发布就是用这两条命令 |
lealone-mysql 插件还没有正式发布,所以 lealone-mysql-plugin-6.0.0.jar 没有上传,得自己构建。 |
这个错误我查了一下,是因为 lealone-test-6.0.0-tests.jar 这个包没有上传成功,少了它构建 lealone-mysql 插件就出错了。 安装到本地 maven 仓库时是有 lealone-test-6.0.0-tests.jar 这个包的, |
如果缺少 lealone-test-6.0.0-tests.jar 这个包,把 |
在 lealone 的源代码根目录执行 build -i,会把 lealone 的所有 jar 包都安装到本地 maven 仓库 用上面的两步可以了编译了,谢谢大神的帮助! |
lealone-mysql插件源码目录下载到本地以后,我这边怎么都编译不了
lealone目录按照官方文档,用JDK17编译可以通过,然后我在自己的maven私服,上传了lealone-test和lealone-server的jar包,再编译lealone-mysql插件目录还是不通过
我把lealone-mysql的pom有关lealone-test注释掉,还是不能编译
大神能否把每个插件目录都编译好直接上传到github,这样我们直接通过github下载,不然的话源码编译总是各种问题出现
The text was updated successfully, but these errors were encountered: