Can’t find file referenced from catalog
Hi,
I have a weird problem with the newest svn of InstaDMG. Despite having all my files in the "InstaUp2DatePackages" folder, some of the ones referenced from one of my catalogs can't be found when running ./instaUp2Date.py setup:
[code]Library -checksummed 14 items in less than one secondTraceback (most recent call last):
File "./instaUp2Date.py", line 716, in
main()
File "./instaUp2Date.py", line 671, in main
thisController.findItems()
File "./instaUp2Date.py", line 330, in findItems
thisItem.findItem(progressReporter=progressReporter)
File "/Volumes/Lacie 1/instadmg/AddOns/InstaUp2Date/Resources/installerPackage.py", line 158, in findItem
self.filePath = cacheController.findItem(self.source, self.checksumType, self.checksumValue, self.displayName, additionalSourceFolders, progressReporter)
File "/Volumes/Lacie 1/instadmg/AddOns/InstaUp2Date/Resources/cacheController.py", line 372, in findItem
raise FileNotFoundException('Could not locate the item: ' + nameOrLocation)
Resources.commonExceptions.FileNotFoundException: Could not locate the item: Library.pkg[/code]
The file is called "Library.pkg" and it's in the "InstaUp2DatePackages" folder. This only happens with some of the files.
Any ideas, on how to fix this?