Relative Content

Tag Archive for dependency-management

Cobol programs and copybooks versioning

in java we have ivy, maven and others for handling library dependencies. For example I tell ivy that my program uses a framework-jar version 1.0 and ivy makes sure, that my program gets this jar when being compiled. When there comes an update and the framework-jar is now available in version 1.1, then my program still gets the version 1.0. I can however tell ivy that another program of mine should take the newer version 1.1.

Cobol programs and copybooks versioning

in java we have ivy, maven and others for handling library dependencies. For example I tell ivy that my program uses a framework-jar version 1.0 and ivy makes sure, that my program gets this jar when being compiled. When there comes an update and the framework-jar is now available in version 1.1, then my program still gets the version 1.0. I can however tell ivy that another program of mine should take the newer version 1.1.

Where do you store vendor software images?

Some customization projects require vendor-provided “boxed” software to be installed as a platform. The custom development then consists of creating scripts or development of plug-ins.
The required software packages can easily amount to several gigabytes in size.

Where do you store vendor software images?

Some customization projects require vendor-provided “boxed” software to be installed as a platform. The custom development then consists of creating scripts or development of plug-ins.
The required software packages can easily amount to several gigabytes in size.