在ConfigurationOfMyProject
我需要项目的基线中:
spec project: 'Something' with: [
spec
className: 'ConfigurationOfSomething';
repository: 'http://smalltalkhub.com/mc/SomeOne/Something/main';
versionString: '1.0' ].
ConfigurationOfSomething
提交的新版本的维护者ConfigurationOfSomething
包含一个错误。所以我ConfigurationOfMyProject
的不再加载。
我可以需要一个特定的版本吗ConfigurationOfSomething
:
spec project: 'Something' with: [
spec
className: 'ConfigurationOfSomething';
repository: 'http://smalltalkhub.com/mc/SomeOne/Something/main';
monticelloVersion: 'ConfigurationOfSomething-SomeOne.125'
versionString: '1.0' ].