On 30 June 2011 00:05, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Wed, Jun 29, 2011 at 10:53 PM, Laszlo Zsolt Kiss <lzskiss@dublin.ie> wrote:
aloha phaoers:) I have a problem with a Pharo 1.3 One Click update: #13279 with Glorp. I downloaded a clean Pharo 1.3 One Click today. Next I probed this:
Gofer new squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfGlorpDBX'; load.
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '1.1') load
I attached the error page.
Hi. The problem is that the Transcipt has changed in Pharo 1.3 and after installing GlorpDBX we popup some transcripts explaining the next steps necessary to be able to run tests. We couldn't update yet the code, but it is nothing important. You can just comment the code in:
ConfigurationOfGlorpDBX >> postLoadGlorpDriverSqueakDBX Â Â Â SqueakDatabaseAccessor DefaultDriver: SqueakDBXDriver.
Transcript open.    Transcript show: 'IMPORTANT FOR GLORP AND SqueakDBX DRIVER'; cr;    show: 'In order to run sucessfully Glorp tests you should need to change the database connection settings used by them. To do this, change the following methods:    -GlorpDatabaseLoginResource>>defaultPostgreSQLInternetLogin    -GlorpDatabaseLoginResource>>defaultPostgreSQLLocalLogin    -GlorpDatabaseLoginResource>>defaultPostgreSQLLoginForGlorpStore
   After doing this all Glorps tests must be green.'
Frankly, but such kind of messages belong to documentation, not to transcript :) But yes.. i am missing old good transcript too.
The problem is Transcript open'. You can change it to 'Smalltalk tools openTranscript'
Please, help me.
Thx
Laszlo Zsolt
-- Mariano http://marianopeck.wordpress.com
-- Best regards, Igor Stasenko AKA sig.