Hi all to make Squeak on Windows load Metacello repositories from Github without having to install curl and unzip and putting them in your PATH, I have made a version of Metacello-Platform.squeak that uses WebClient and ZipArchive to download and extract the source. I have also made a ConfigurationOfMetacello that changes only the #squeak part to load this updated platform, so you can just replace your install snippet and be done with it. I have tested this also on Linux. So, to load from Github on Squeak, you can use: Installer swasource
((Smalltalk at: #ConfigurationOfMetacello) project version: #'previewBootstrap') load. and then loading configurations with github:// urls should work. @Dale: The changes are very small and only for Squeak. Do you think you could merge these into the official repository? Cheers, Tim
You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Tim, I'd love the changes ... shoot me a pull request! Dale On Tue, Jul 29, 2014 at 5:54 AM, <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi: I'm having trouble installing MetacelloPreview in latest Squeak image.https://github.com/dalehenrich/metacello-work (Smalltalk at: #Metacello) new configuration: 'MetacelloPreview'; version: #stable; repository: 'github://dalehenrich/metacello-work:configuration'; load. I get the "Could not resolve ConfigurationOfMetacelloPreview"...I'm trying in a Windows machine, then, found this thread and tried this suggestion but seems not work neither. Any hint will be appreciated.Thanks. 2014-07-29 10:14 GMT-03:00 Dale Henrichs <[hidden email]>:
-- Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
On 10.02.2015, at 14:24, Germán Arduino <[hidden email]> wrote: > Hi: > > I'm having trouble installing MetacelloPreview in latest Squeak image. > > If I follow the instructions here: > > https://github.com/dalehenrich/metacello-work > > when I evaluates: > > (Smalltalk at: #Metacello) new > > > configuration: 'MetacelloPreview' > ; > > version: #stable > ; > > repository: 'github://dalehenrich/metacello-work:configuration' > ; > load. > > > I get the "Could not resolve ConfigurationOfMetacelloPreview"...I'm trying in a Windows machine, > then, found this thread and tried this suggestion but seems not work neither. > Any hint will be appreciated. > can you give a more detailled stack trace or a screenshot or transcript output? That'll help :) best -Tobias > Thanks. > > > > 2014-07-29 10:14 GMT-03:00 Dale Henrichs <[hidden email]>: > Tim, > > I'd love the changes ... shoot me a pull request! > > Dale > > > On Tue, Jul 29, 2014 at 5:54 AM, <[hidden email]> wrote: > Hi all > > to make Squeak on Windows load Metacello repositories from Github without having to install curl and unzip and putting them in your PATH, I have made a version of Metacello-Platform.squeak that uses WebClient and ZipArchive to download and extract the source. I have also made a ConfigurationOfMetacello that changes only the #squeak part to load this updated platform, so you can just replace your install snippet and be done with it. I have tested this also on Linux. > > So, to load from Github on Squeak, you can use: > > Installer swasource > project: 'SwaUtilities'; > addPackage: 'ConfigurationOfMetacello'; > install. > > ((Smalltalk at: #ConfigurationOfMetacello) project version: #'previewBootstrap') load. > > > and then loading configurations with github:// urls should work. > > @Dale: The changes are very small and only for Squeak. Do you think you could merge these into the official repository? > > Cheers, > Tim -- You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Tobias, I've not acces to such windows machine right now, but as I recall this couldn't resolve ConfigurationOf is part of a long message pointing to the cache directory c:/Users/myuser/squeak/etc but I will send you the complete info tomorrow. Thanks. 2015-02-10 15:25 GMT-03:00 Tobias Pape <[hidden email]>:
Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Tobias: Transcript output:...RETRY->ConfigurationOfMetacelloPreview ...RETRY->ConfigurationOfMetacelloPreview gofer repository error: 'GoferRepositoryError: primitiveSSLCreate failed'...ignoring ...FAILED->ConfigurationOfMetacelloPreview 2015-02-10 19:13 GMT-03:00 Germán Arduino <[hidden email]>:
-- Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. SqueakDebug.log (16K) Download Attachment |
Hi
On 11.02.2015, at 12:26, Germán Arduino <[hidden email]> wrote: > Hi Tobias: > > Transcript output: > > ...RETRY->ConfigurationOfMetacelloPreview > ...RETRY->ConfigurationOfMetacelloPreview > gofer repository error: 'GoferRepositoryError: primitiveSSLCreate failed'...ignoring > ...FAILED->ConfigurationOfMetacelloPreview > > Full Stack attached. can you please have a look that the SqueakSSL.dll is next to your Squeak.exe? Best -Tobias -- You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
mmm, I'm using Cog, last version....and no, in the cog zip I can't see any SSL related dll. It should be? 2015-02-11 13:10 GMT-03:00 Tobias Pape <[hidden email]>: Hi -- Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Yes, this is crucial.
Best -Tobias On 11.02.2015, at 18:49, Germán Arduino <[hidden email]> wrote: > mmm, I'm using Cog, last version....and no, in the cog zip I can't see any SSL related dll. It should be? > > 2015-02-11 13:10 GMT-03:00 Tobias Pape <[hidden email]>: > Hi > > On 11.02.2015, at 12:26, Germán Arduino <[hidden email]> wrote: > > > Hi Tobias: > > > > Transcript output: > > > > ...RETRY->ConfigurationOfMetacelloPreview > > ...RETRY->ConfigurationOfMetacelloPreview > > gofer repository error: 'GoferRepositoryError: primitiveSSLCreate failed'...ignoring > > ...FAILED->ConfigurationOfMetacelloPreview > > > > Full Stack attached. > > can you please have a look that the SqueakSSL.dll is next to your Squeak.exe? > > Best > -Tobias -- You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by garduino
OK, I will try with the squeak bundle complete, but how to make it work using Cog? Thanks.2015-02-11 14:49 GMT-03:00 Germán Arduino <[hidden email]>:
-- Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
mmm, using the bundle Squeak-4.5-All-in-One.app do not works neither. I did a quick try, and can see a different error: ...RETRY->ConfigurationOfMetacelloPreview ...RETRY->ConfigurationOfMetacelloPreview gofer repository error: 'GoferRepositoryError: UndefinedObject>>isAlphaNumeric'...ignoring ...FAILED->ConfigurationOfMetacelloPreview 2015-02-11 15:18 GMT-03:00 Germán Arduino <[hidden email]>:
-- Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Germán
I've not forgotten you, but I don't have access to a windows machine right away, so please be patient, I will answer :) best -tobias On 11.02.2015, at 19:24, Germán Arduino <[hidden email]> wrote: > mmm, using the bundle Squeak-4.5-All-in-One.app do not works neither. > > I did a quick try, and can see a different error: > > ...RETRY->ConfigurationOfMetacelloPreview > ...RETRY->ConfigurationOfMetacelloPreview > gofer repository error: 'GoferRepositoryError: UndefinedObject>>isAlphaNumeric'...ignoring > ...FAILED->ConfigurationOfMetacelloPreview > > > > 2015-02-11 15:18 GMT-03:00 Germán Arduino <[hidden email]>: > OK, I will try with the squeak bundle complete, but how to make it work using Cog? > > Thanks. > > 2015-02-11 14:49 GMT-03:00 Germán Arduino <[hidden email]>: > > mmm, I'm using Cog, last version....and no, in the cog zip I can't see any SSL related dll. It should be? > > 2015-02-11 13:10 GMT-03:00 Tobias Pape <[hidden email]>: > > Hi > > On 11.02.2015, at 12:26, Germán Arduino <[hidden email]> wrote: > > > Hi Tobias: > > > > Transcript output: > > > > ...RETRY->ConfigurationOfMetacelloPreview > > ...RETRY->ConfigurationOfMetacelloPreview > > gofer repository error: 'GoferRepositoryError: primitiveSSLCreate failed'...ignoring > > ...FAILED->ConfigurationOfMetacelloPreview > > > > Full Stack attached. > > can you please have a look that the SqueakSSL.dll is next to your Squeak.exe? > > Best > -Tobias -- You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
No problem Tobias, nothing urgent, just curious to test some stuff from from Marcel. Thanks.2015-02-18 3:46 GMT-03:00 Tobias Pape <[hidden email]>: Hi Germán -- Saludos / Regards, www.arduinosoftware.comGermán Arduino You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Germán,
On 18.02.2015, at 11:52, Germán Arduino <[hidden email]> wrote: > No problem Tobias, nothing urgent, just curious to test some stuff from from Marcel. Sorry for the long wait, I wasn't able to reproduce this :( Best -Tobias > > Thanks. > > > > 2015-02-18 3:46 GMT-03:00 Tobias Pape <[hidden email]>: > Hi Germán > > I've not forgotten you, but I don't have > access to a windows machine right away, so > please be patient, I will answer :) > > best > -tobias > > > > On 11.02.2015, at 19:24, Germán Arduino <[hidden email]> wrote: > > > mmm, using the bundle Squeak-4.5-All-in-One.app do not works neither. > > > > I did a quick try, and can see a different error: > > > > ...RETRY->ConfigurationOfMetacelloPreview > > ...RETRY->ConfigurationOfMetacelloPreview > > gofer repository error: 'GoferRepositoryError: UndefinedObject>>isAlphaNumeric'...ignoring > > ...FAILED->ConfigurationOfMetacelloPreview > > > > > > > > 2015-02-11 15:18 GMT-03:00 Germán Arduino <[hidden email]>: > > OK, I will try with the squeak bundle complete, but how to make it work using Cog? > > > > Thanks. > > > > 2015-02-11 14:49 GMT-03:00 Germán Arduino <[hidden email]>: > > > > mmm, I'm using Cog, last version....and no, in the cog zip I can't see any SSL related dll. It should be? > > > > 2015-02-11 13:10 GMT-03:00 Tobias Pape <[hidden email]>: > > > > Hi > > > > On 11.02.2015, at 12:26, Germán Arduino <[hidden email]> wrote: > > > > > Hi Tobias: > > > > > > Transcript output: > > > > > > ...RETRY->ConfigurationOfMetacelloPreview > > > ...RETRY->ConfigurationOfMetacelloPreview > > > gofer repository error: 'GoferRepositoryError: primitiveSSLCreate failed'...ignoring > > > ...FAILED->ConfigurationOfMetacelloPreview > > > > > > Full Stack attached. > > > > can you please have a look that the SqueakSSL.dll is next to your Squeak.exe? > > > > Best > > -Tobias -- You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Do not worry..... I will try to collect more data or investigate the problem myself when time permit.
-- Thanks. 2015-03-22 18:06 GMT-03:00 Tobias Pape <[hidden email]>: Hi Germán, You received this message because you are subscribed to the Google Groups "Metacello" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |