Skip to content
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

xxl-conf-core在install的时候不满足doclint #87

Open
2637977081 opened this issue Sep 25, 2019 · 1 comment
Open

xxl-conf-core在install的时候不满足doclint #87

2637977081 opened this issue Sep 25, 2019 · 1 comment

Comments

@2637977081
Copy link

xxl-job和xxl-conf在同一环境下,而xxl-jobinstall成功
报错如下
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.005 s
[INFO] Finished at: 2019-09-25T17:38:50+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (default) on project xxl-conf-core: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: ���� - û�г����com.xxl.conf.core.deadcode��Դ�ļ�
[ERROR] F:\workspace\xxl-conf\xxl-conf-core\src\main\java\com\xxl\conf\core\annotation\XxlConf.java:18: ����: @return û��˵��
[ERROR] * @return
[ERROR] ^
[ERROR] F:\workspace\xxl-conf\xxl-conf-core\src\main\java\com\xxl\conf\core\annotation\XxlConf.java:32: ����: @return û��˵��
[ERROR] * @return
[ERROR] ^
[ERROR] F:\workspace\xxl-conf\xxl-conf-core\src\main\java\com\xxl\conf\core\annotation\XxlConf.java:25: ����: @return û��˵��
[ERROR] * @return
[ERROR] ^
[ERROR] F:\workspace\xxl-conf\xxl-conf-core\src\main\java\com\xxl\conf\core\core\XxlConfLocalCacheConf.java:239: ����: @param û��˵��
[ERROR] * @param key
[ERROR] ^
[ERROR] F:\workspace\xxl-conf\xxl-conf-core\src\main\java\com\xxl\conf\core\core\XxlConfLocalCacheConf.java:240: ����: @param û��˵��

@2637977081
Copy link
Author

网上提供的
解释:“经查得知,在JDK 8中,Javadoc中添加了doclint,而这个工具的主要目的是旨在获得符合W3C HTML 4.01标准规范的HTML文档,在JDK 8中,已经无法获取如下的Javadoc,除非它满足doclint:”
解决办法:关闭doclint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant