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

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