intra-mart Accel Platform 標準テーマカスタマイズ セットアップガイド 第5版 2021-04-01

5.2.1. theme-customize-config

5.2.1.1. 標準テーマカスタマイズの設定ファイルを編集する

標準テーマカスタマイズを利用する場合には、下記の内容に従って、設定ファイル(theme-customize-config.xml)を編集してください。

  1. 「ProjectNavigator 内の <(プロジェクト名)/conf/theme-customize-config.xml> ファイル」をダブルクリックで開き、「ソース」タブを選択してください。

    ../../_images/theme_customize_config_1.png
  2. <theme-customize-config> に ant, Maven のパスを指定します。
    ../../_images/theme_customize_config_2.png
<theme-customize-config
  xmlns="http://www.intra-mart.jp/theme/theme/customize"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.intra-mart.jp/theme/theme/customize ../schema/theme-creator-config.xsd ">
  <mvn-path>C:/maven/bin/mvn.bat</mvn-path>
  <ant-path>C:/ant/bin/ant.bat</ant-path>
</theme-customize-config>

5.2.1.1.1. Maven パス(mvn-path)

Apache Maven のパスを指定します。

5.2.1.1.2. ant パス(ant-path)

Apache ant のパスを指定します。

注意

標準テーマカスタマイズ の設定ファイルでは、ant, Maven のパスを指定しないと、正常に動作しません。