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.
Managing shared code in source control
Projects A and B both use library project L:
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.
Advantages of storing dependencies in repository management system vs. just VC
I just started a new job as a developer in an organizational unit which is responsible for development and maintenance of several small Java applications. Just like most other Java apps out there, they use numerous dependency libraries.
How does a developer code in anticipation of change? [closed]
Closed 9 years ago.
How does a developer code in anticipation of change? [closed]
Closed 9 years ago.
How does a developer code in anticipation of change? [closed]
Closed 9 years ago.
How does a developer code in anticipation of change? [closed]
Closed 9 years ago.