You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the configuration file, you can set up paths, that informs Cobol Check where to look for certain files. This feature should enable Cobol Check to look in multiple directories for certain files. Example:
In the configuration file the following value is set: application.copybook.directory = src/main/cobol/copy;build/libs;.../files/global copy
Now Cobol Check will read this configuration in as an array and look for copybooks in each path given.
This feature should be available for the configurations:
application.source.directory
application.copybook.directory
test.suite.directory
The text was updated successfully, but these errors were encountered:
In the configuration file, you can set up paths, that informs Cobol Check where to look for certain files. This feature should enable Cobol Check to look in multiple directories for certain files.
Example:
In the configuration file the following value is set:
application.copybook.directory = src/main/cobol/copy;build/libs;.../files/global copy
Now Cobol Check will read this configuration in as an array and look for copybooks in each path given.
This feature should be available for the configurations:
The text was updated successfully, but these errors were encountered: