Nov. 11, 2012
1:27 p.m.
In an 1.4 summer image, executing:
MCCacheRepository default: (FileDirectory on: '/Users/fstephany/package-cache/').
in a workspace works fine. But:
StartupLoader default executeAtomicItems: { StartupAction name: 'Global Monticello package-cache' code: [ MCCacheRepository default: (FileDirectory on: '/Users/fstephany/package-cache/')]. ... other StartupAction }.
doesn't. The other StartupActions are executed fine (meaning that StartupLoader works). Is there something reseting the package-cache at startup?