Hi,
  the following scripts load different versions and packages of a
configuration,
   is that ok?

*** first script:  loading development version of a configuration
 with gofer

Gofer it
        smalltalkhubUser: 'Moose' project: 'PetitParser';
        configurationOf: 'PetitParser';
        loadDevelopment.

ConfigurationOfPetitParser project currentVersion

>=1.8-snapshot [ConfigurationOfPetitParser]

*** second script: loading the configuration with gofer and then
asking the configuration to load the development version.

Gofer it
          smalltalkhubUser: 'Moose' project: 'PetitParser';
          configurationOf: 'PetitParser';
          load.

((Smalltalk at:#ConfigurationOfPetitParser) loadDevelopment).


ConfigurationOfPetitParser project currentVersion
>=1.10 [ConfigurationOfPetitParser]



-- 
Bernardo E.C.

Sent from a cheap desktop computer in South America.

Reply via email to