How To use svn code base(custom extenstion) in hybris environment? -


i have hybris custom extension in svn , hybris package in local machine. need use svn custom extension can commit module changes/updates svn server. how edit custom extension path in localextensions.xml use svn code hybris package?

so understanding want extensions save in different folder hybris/bin/myextensions, correct?

if not problem. create folder want save extensions, you've said have done. open localextensions.xml in config.

include extensions this:

<extension>        <!--      there should path dir defined within config below    -->        <path dir="${hybris_bin_dir}" />        <!--      navigate extensions defined, can create       own path variable above if want too, example    -->    <extension name="${hybris_bin_dir}/../../myextensionsfolder/extension1" />    <extension name="${hybris_bin_dir}/../../myextensionsfolder/extension2" />      </extension>

once build these extensions should built too.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -