On 22 May 2012 14:59, Javier Pimás <[email protected]> wrote: > > > On Tue, May 22, 2012 at 8:53 AM, Igor Stasenko <[email protected]> wrote: >> >> On 22 May 2012 13:39, chadwick <[email protected]> wrote: >> > Success!! > > > Cool! Glad you made it, we need users, because without users pushing code > just wouldn't make sense. >
Indeed. >> >> > >> > I started from a freshly downloaded image: >> > >> > 1. >> > Gofer it squeaksource: 'NBOpenGL'; package: 'ConfigurationOfNBOpenGL'; >> > load. >> > ConfigurationOfNBOpenGL project lastVersion load. >> > >> >> as i said before, don't use #lastVersion. >> >> >> ConfigurationOfNBOpenGL project lastVersion <>1.2-baseline >> [ConfigurationOfNBOpenGL] >> >> if you would spend time browsing it, you would figure out that there is >> >> ConfigurationOfNBOpenGL project version: '1.0.3' >=1.0.3 >> [ConfigurationOfNBOpenGL] >> >> and you could avoid manual steps which you listed below :) >> >> @Javier, the NBOpenGL config 1.0.3 imports the >> spec project: 'ConfigurationOfNBXLib default' with: '0.0.1'. >> which loads >> spec package: 'NBXLib-Core' with: 'NBXLib-Core-JavierPimas.4'. >> >> i guess you can just change the package number to .5 in that version, >> without bumping metacello version, because .4 is buggy anyways. > > > Yes, I checked and had already done that. It's Ok because he's been trying > since before we fixed the last bugs, but from a fresh 1.4 image people can > load everything with this: > > Gofer new > squeaksource: 'NBOpenGL'; > package: 'ConfigurationOfNBOpenGL'; > load. > > (ConfigurationOfNBOpenGL project version: '1.0.3') load. > > And it should work out of the box. > a music to my ears :) I am thinking about overriding #lastVersion with own implementation.. so it will work as intended (by us).. -- Best regards, Igor Stasenko.
