Skip to content

Package File not found

Rolf Madsen requested to merge PackageFileNotFoundError into master

It should throw an exception if a package file is not found.

PackageDef:

We should also do dependency resolution if SourcePath is set. However, SourcePath should not be written when the package is created, hence XmlIgnore should be used. SourcePath can be set in the XML explicitly, but otherwise it should be ignored.

Edited by Rolf Madsen

Merge request reports