カスタム コンポーネントを「moqui-trunk」ディレクトリの隣にある「cc」という名前のディレクトリに配置するとします。
dev/
|-- cc/
|-- moqui-trunk/
MoquiInit.properties に設定があります
moqui.runtime=../moqui/runtime
理想的には、これを に変更するとうまくいくはずだと思うでしょう../cc
。しかし、その下には別のブロックがあり、次のように書かれています。
if there is a "runtime" directory in the war file (in the root of the webapp) that will be used instead of this setting
「moqui-trunk」ディレクトリの「runtime」ディレクトリの名前を変更/削除すると、「cc」ディレクトリからコンポーネントが選択され始めると思います。しかし、「moqui-trunk」の最小限の変更で同じことを達成するにはどうすればよいですか (パッチ、svn 更新などを簡単に管理するため)。