okok, I'll update the config in metacelloRepositories :P

On Wed, Jun 29, 2011 at 6:05 PM, Mariano Martinez Peck <
[email protected]> wrote:

>
>
> On Wed, Jun 29, 2011 at 10:53 PM, Laszlo Zsolt Kiss <[email protected]>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.'
>
>
>
>
> The problem is Transcript open'. You can change it to 'Smalltalk tools
> openTranscript'
>
>
>
>> Please, help me.
>>
>> Thx
>>
>> Laszlo Zsolt
>>
>>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
>

Reply via email to