Snapshotcello class comments?

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

Snapshotcello class comments?

Stéphane Ducasse
Hi doru

I followed the class comments and I tried

Snapshotcello new
        configurationClass: ConfigurationOfFourDBrowser;
        sourceVersion: #development;
        newVersion: '1.0-snapshot-FakeDeliveryAugust2013';
        snapshot;
        makeStableFor: #'pharo2.x'

and the system barks because newVersion: is not found.
I'm checking.

Stef

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Snapshotcello class comments?

Tudor Girba-2
I do not have a laptop right now, but I think it's targetVersion:. You should find it in the public category.

Doru

Sent from my iPhone

On Aug 9, 2013, at 10:58, Stéphane Ducasse <[hidden email]> wrote:

> Hi doru
>
> I followed the class comments and I tried
>
> Snapshotcello new
>    configurationClass: ConfigurationOfFourDBrowser;
>    sourceVersion: #development;
>    newVersion: '1.0-snapshot-FakeDeliveryAugust2013';
>    snapshot;
>    makeStableFor: #'pharo2.x'
>
> and the system barks because newVersion: is not found.
> I'm checking.
>
> Stef
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Snapshotcello class comments?

Stéphane Ducasse
Hi doru

Yes now I have problem to reload the configuration generated.
If I add by hand the repositories it works.

Did you experience the same?

Stef





> I do not have a laptop right now, but I think it's targetVersion:. You should find it in the public category.
>
> Doru
>
> Sent from my iPhone
>
> On Aug 9, 2013, at 10:58, Stéphane Ducasse <[hidden email]> wrote:
>
>> Hi doru
>>
>> I followed the class comments and I tried
>>
>> Snapshotcello new
>>   configurationClass: ConfigurationOfFourDBrowser;
>>   sourceVersion: #development;
>>   newVersion: '1.0-snapshot-FakeDeliveryAugust2013';
>>   snapshot;
>>   makeStableFor: #'pharo2.x'
>>
>> and the system barks because newVersion: is not found.
>> I'm checking.
>>
>> Stef
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev