Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable copySourceFiles to process dependencies that were resolved from an archive file #540

Open
dennis-behm opened this issue Sep 9, 2024 · 0 comments

Comments

@dennis-behm
Copy link
Member

DBB is capable to resolve dependencies straight from archive files.

Request: Enable the utility method copySourceFiles to support physical dependencies that got resolved from an archive file.

try {
if( zunitFileExtension && !zunitFileExtension.isEmpty() && (dependencyLoc.substring(extIndex).contains(zunitFileExtension))){
new CopyToPDS().file(new File(dependencyLoc))
.copyMode(CopyMode.BINARY)
.dataset(dependencyPDS)
.member(memberName)
.execute()
}
else
{
new CopyToPDS().file(new File(dependencyLoc))
.dataset(dependencyPDS)
.member(memberName)
.execute()
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant