Load directive para ConfigurationOfPier2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Load directive para ConfigurationOfPier2

Sebastian Calvo
Gente:

Alguien me podría dar una pista para imprimir el loadDirective de
ConfigurationOfPier2 pero teniendo en cuenta el group tests tambien?

Si imprimo esto:
ConfigurationOfPier2 project latestVersion record loadDirective

No me trae los tests...

Gracias.

Saludos
  GallegO

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org
Reply | Threaded
Open this post in threaded view
|

Re: Load directive para ConfigurationOfPier2

Mariano Martinez Peck


2010/11/16 GallegO <[hidden email]>
Gente:

Alguien me podría dar una pista para imprimir el loadDirective de
ConfigurationOfPier2 pero teniendo en cuenta el group tests tambien?

Si imprimo esto:
ConfigurationOfPier2 project latestVersion record loadDirective 

No me trae los tests...

Porque el grupo default probablemente no incluya los tests. Para tomar en cuenta un paquete o grupo en particular, hace:

(ConfigurationOfPier2 project latestVersion record: 'zarazaGroup') loadDirective

#load:  and #record accepts a package name, a group name or an array of both.

I recommend you to read the Metacello tutorial or the PBE2.

saludos

mariano
 

Gracias.

Saludos
 GallegO

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]
 
http://www.clubSmalltalk.org
Reply | Threaded
Open this post in threaded view
|

Re: Load directive para ConfigurationOfPier2

Sebastian Calvo
Gracias!


El día 16 de noviembre de 2010 21:31, Mariano Martinez Peck
<[hidden email]> escribió:

>
>
> 2010/11/16 GallegO <[hidden email]>
>>
>> Gente:
>>
>> Alguien me podría dar una pista para imprimir el loadDirective de
>> ConfigurationOfPier2 pero teniendo en cuenta el group tests tambien?
>>
>> Si imprimo esto:
>> ConfigurationOfPier2 project latestVersion record loadDirective
>>
>> No me trae los tests...
>
> Porque el grupo default probablemente no incluya los tests. Para tomar en
> cuenta un paquete o grupo en particular, hace:
>
> (ConfigurationOfPier2 project latestVersion record: 'zarazaGroup')
> loadDirective
>
> #load:  and #record accepts a package name, a group name or an array of
> both.
>
> I recommend you to read the Metacello tutorial or the PBE2.
>
> saludos
>
> mariano
>
>>
>> Gracias.
>>
>> Saludos
>>  GallegO
>>
>> --
>> To post to this group, send email to [hidden email]
>> To unsubscribe from this group, send email to
>> [hidden email]
>>
>> http://www.clubSmalltalk.org
>
> --
> To post to this group, send email to [hidden email]
> To unsubscribe from this group, send email to
> [hidden email]
>
> http://www.clubSmalltalk.org

--
To post to this group, send email to [hidden email]
To unsubscribe from this group, send email to [hidden email]

http://www.clubSmalltalk.org