Dear fans of the deployment managers,
I just released a new version on github with one minor feature specially for the cloud: https://github.com/arobirosa/areco-deployment-script-manager/releases
The rest of the improvements are small code clean-ups and there is no need to upgrade the extension in your projects.
Please be aware that it is possible to use the Areco Deployment Manager without migrating the old impexes. This may work but it is unstable.
I would like to thank Michael for reporting one issue. I am happy that you were so eager to improve the Areco Deployment Manager.
Features
- Now it is possible to turn off the build failure if there was an error running a deployment script with ant. In some projects in the SAP cloud, the deployment scripts are only ran using HAC and the build failure is cumbersome. I don't recommend using this feature because it is better to do our best to prevent bugs reaching production and if they appear there, we have to improve our development process. I also removed of all calls to System.exit() on the build callbacks. If there is an error importing the initial configuration required by the Areco Deployment Manager, a clear error message will be displayed on HAC and the console. Removal of the log HYBRIS_LOG_DIR/deploymentScripts.log because it is not accessible in the SAP cloud
Bugfixing
- No bugs reported
Tasks
- I documented how it is possible to use the Areco Deployment Manager without migrating old impexes
- All old Jalo classes were removed
- Now it is easier to extend the four classes which I more often have seen customizes
I hope this extension saves you time and that you have to seldom do extra hours.
Regards,
Antonio