I see there's some confusion over the BottomFeeder build script I posted - centered around the reference to "repositories.xml" in it. Since I'm not about to post my own Store connection info, here's how to create that file. Open an existing VW image - a non-commercial image will be fine, since it has read-access to Store. In the launcher, save the repository info as shown below:


Now you might need to go into the file and modify the connection name - see this line:
"load from Store - connect to public store first"
profile := Store.RepositoryManager repositories
detect: [:each | 'cincomsmalltalk' = each name]
ifNone: [nil].
profile ifNil: [^self].
Store.DbRegistry connectTo: profile.
I used the name 'cincomsmalltalk' - change that to match the name you use to connect to the public repository.
Technorati Tags:
smalltalk