Automatic addoninstall (Hybris 5.1) -
We are using addon support to increase ycommercewebservices. It's a cool and convenient feature, though we have a problem - we need to execute the ant task addoninstall on every machine so that we can add our dependency dependency to the ycommercewebservices template: What is the best way to automate this process? You should not have to be made from ycommercewebservices every time. This is a template extension, so starts with 'y' Generate a new extension using yemspacewebservices using extgen. Add your extension to the new extension Do not touch this new extension directly in your repository template so there should be no need to automate it. But how difficult is it to automate only an ant task?
ant addoninstall -Daddonnames = "someAddon" -DaddonStorefront.ycommercewebservices = "ycommercewebservices"
Comments
Post a Comment