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:

  ant addoninstall -Daddonnames = "someAddon" -DaddonStorefront.ycommercewebservices = "ycommercewebservices"   

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?

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -