We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-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 û��˵��
The text was updated successfully, but these errors were encountered:
网上提供的 解释:“经查得知,在JDK 8中,Javadoc中添加了doclint,而这个工具的主要目的是旨在获得符合W3C HTML 4.01标准规范的HTML文档,在JDK 8中,已经无法获取如下的Javadoc,除非它满足doclint:” 解决办法:关闭doclint
Sorry, something went wrong.
No branches or pull requests
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 û��˵��
The text was updated successfully, but these errors were encountered: