Hi,
in a Configuration i have this baseline:
baseline10: spec
<version: '1.0-baseline'>
spec for: #'common' do: [
spec blessing: #'baseline'.
spec
project: 'Nile' with: [
spec
className: 'ConfigurationOfNile';
versionString: #bleedingEdge;
loads: #('Core Tests' );
repository:
'http://www.squeaksource.com/MetacelloRepository' ].
spec repository: '/home/user/PharoFiles/package-cache'.
spec
package: 'Pattern' with: [spec requires: 'Nile'];
package: 'Pattern-Tests' with: [spec requires:
'Pattern'.] ].
in the method version10 i have this:
spec package: 'Pattern' with: 'Pattern-WernerKassens.14';
now i remove the package 'Pattern' and do a load with the configuration.
no complaints by the configuration. but there is no package 'Pattern'
visible in the browser. i open the monticello browser and there is a
dirty package 'Pattern'. i open a browser on this package via the
monticello browser and 'Pattern' is completely empty. but in the
monticello browser the package shows the repository
/home/user/PharoFiles/package-cache exactly as written in the baseline.
i open that repository and of course can load 'Pattern' as expected .
where did i go wrong?
werner