While doing hybris development, it is important to note that certain file changes require certain build procedure in order to see the changes from hybris extensions.
- for impex file changes, it is better to run from hac first before actually doing initialization in DEV environments.
ant clean all
is required for*-items.xml
and*.-spring.xml
file changes. Not justant
.