2017-08-04 3 views
0

私は無限のスイート(https://boundlessgeo.com)を構築しようとしている:無限のスイートGeotoolsドキュメントのビルドFAILURE

https://github.com/boundlessgeo/suite

私は必要なすべての基本ソフトウェアパッケージと必要な追加packages.-

をインストールしました

次のとおりです。

  1. は、リポジトリをクローン化:

    % gitのクローンgitの://github.com/boundlessgeo/suite.gitスイート
    %のCD・スイート

  2. 初期化サブモジュールの依存関係:--init --recursive

  3. % gitのサブモジュールを更新

  4. フルビルドを実行します。

    %アリ

を0

私はComposerとDocsを削除しました。しかし、まだビルドに失敗しました:

 [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を実行し、docsディレクトリに移動し、再びmvn clean install -DskipTestsを実行することです。ドキュメントはtargetディレクトリにあります。

関連する問題