I did not get a minute to look at it.
Did you try on your side?

Stef
On Aug 30, 2013, at 1:51 PM, Stéphane Ducasse <stephane.duca...@inria.fr> wrote:

> 
> On Aug 30, 2013, at 9:45 AM, vmusulainen <vmusulai...@mail.ru> wrote:
> 
>> Sure!
>> 
>> I use pharo 2.0 (21.0)
>> 
>> Attempt 1.
>> 
>> Use http://ss3.gemstone.com/ss/postmark.html at "Getting the code/Gofer"
>> 
>> Gofer new
>>   repository: 'http://ss3.gemstone.com/ss/postmark';
>>   package: 'ConfigurationOfPostMark';
>>   package: 'PostMark-Core';
>>   package: 'PostMark-Tests';
>>   load
> 
> this is the configurationOfPostmark that have the responsibility of loading 
> the other packages and projects it needs.
> I will try to have a look but on Smalltalkhub
> 
> Stef
> 
>> 
>> DoIt at workspace
>> 
>> Result: Expection "ByteString  doesNotUnderstand: #goferReferences"
>> 
>> Attempt 2.
>> 
>> Use http://ss3.gemstone.com/ss/postmark.html at "Getting the code/Monticello
>> Registration"
>> Add repository => select package "PostMark-Core-FrancoisStephany.11", press
>> "Load"
>> 
>> Result:
>> "This package depends on the following classes:
>> JsonObject
>> You must resolve these dependencies before you will be able to load these
>> definitions: 
>> PMEmail
>> addAttachment:content:contentType:
>> addAttachmentAndCompress:archiveName:
>> attachAndCompressFile:
>> attachFile:
>> 
>> Select Proceed to continue, or close this window to cancel the operation."
>> 
>> Attempt 3.
>> see http://ss3.gemstone.com/ss/postmark.html/Wiki
>> 
>> Gofer it
>> url: 'http://ss3.gemstone.com/ss/postmark';
>> package: 'ConfigurationOfPostMark';
>> load.
>> (Smalltalk at: #ConfigurationOfPostMark) project stableVersion load.
>> 
>> DoIt at workspace
>> 
>> Result: "The symbolic version #stable is not defined in
>> ConfigurationOfPostMark for the current platform."
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://forum.world.st/Postmark-email-library-tp4254680p4705729.html
>> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>> 
> 
> 


Reply via email to