2017-08-04 25 views
0

我试图建立的苍茫套房(https://boundlessgeo.com):无限套房Geotools文档构建失败

https://github.com/boundlessgeo/suite

我已经安装了所有必需的基础软件包和所需的额外packages.-

继:

  1. 克隆的资源库:

    %混帐混帐克隆://github.com/boundlessgeo/suite.git套房
    %CD套件

  2. 初始化子模块的依赖关系:

    %混帐子模块更新--init --recursive

  3. 做一个完整的编译:

    %蚂蚁

我已经删除了作曲家和文档。但我仍然没有建立:

 [exec] [INFO] GeoTools Documentation ............................ FAILURE [4.507s] 
    [exec] [INFO] ------------------------------------------------------------------------ 
    [exec] [INFO] BUILD FAILURE 
    [exec] [INFO] ------------------------------------------------------------------------ 
    [exec] [INFO] Total time: 5:51.778s 
    [exec] [INFO] Finished at: Fri Aug 04 10:19:26 ART 2017 
    [exec] [INFO] Final Memory: 94M/225M 
    [exec] [INFO] ------------------------------------------------------------------------ 
    [exec] [WARNING] The requested profile "ysld" could not be activated because it does not exist. 
    [exec] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (compile) on project docs: An Ant BuildException has occured: The following error occurred while executing this line: 
    [exec] [ERROR] /home/klaus/suite/geoserver/geotools/geotools/docs/build.xml:45: The following error occurred while executing this line: 
    [exec] [ERROR] /home/klaus/suite/geoserver/geotools/geotools/docs/build.xml:76: exec returned: 1 
    [exec] [ERROR] -> [Help 1] 
    [exec] [ERROR] 
    [exec] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
    [exec] [ERROR] Re-run Maven using the -X switch to enable full debug logging. 
    [exec] [ERROR] 
    [exec] [ERROR] For more information about the errors and possible solutions, please read the following articles: 
    [exec] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 
    [exec] [ERROR] 
    [exec] [ERROR] After correcting the problems, you can resume the build with the command 
    [exec] [ERROR] mvn <goals> -rf :docs 

BUILD FAILED /home/klaus/suite/build.xml:15: 
The following error occurred while executing this line: 
/home/klaus/suite/build.xml:17: 
The following error occurred while executing this line: 
/home/klaus/suite/geoserver/build.xml:15: 
The following error occurred while executing this line: 
/home/klaus/suite/geoserver/build.xml:17: 
The following error occurred while executing this line: 
/home/klaus/suite/geoserver/geotools/build.xml:16: 
The following error occurred while executing this line: 
/home/klaus/suite/build/common.xml:291: exec returned: 1 

我在做什么错了?在此先感谢

回答

0

看起来像无边无际的构建标志的地方。

得到GeoTools文档最简单的方法是从official site下载它们或者从GeoTools repository的克隆他们建立和运行mvn clean install -DskipTests,然后前往文件目录,然后再次运行mvn clean install -DskipTests。该文档将在您的target目录中。