[Pharo-project] Pharo One Click 1.3 update: #13279 with Glorp
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. Please, help me. Thx Laszlo Zsolt
Hmm, That's not great deal... In pharo 1.3 the Transcript interface changed, so when the transcript is opened -as a post load- it fails. There are some things you may do: - Try commenting the line opening the transcript and evaluate the configuration load again. This should solve it. - Try the new configuration which is in the DBXTalk repo. Actually, this one depends on which sql engine you want to use since we are testing some of them :). cheers, Guille On Wed, Jun 29, 2011 at 5: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.
Please, help me.
Thx
Laszlo Zsolt
On 29/06/11 5:03 PM, Guillermo Polito wrote:
Hmm, That's not great deal... In pharo 1.3 the Transcript interface changed, so when the transcript is opened -as a post load- it fails.
I file-in the attached method, before loading Glorp. I didn't want to modify the Glorp packages, so I did it this way.
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.' The problem is Transcript open'. You can change it to 'Smalltalk tools openTranscript'
Please, help me.
Thx
Laszlo Zsolt
-- Mariano http://marianopeck.wordpress.com
okok, I'll update the config in metacelloRepositories :P On Wed, Jun 29, 2011 at 6:05 PM, 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.'
The problem is Transcript open'. You can change it to 'Smalltalk tools openTranscript'
Please, help me.
Thx
Laszlo Zsolt
-- Mariano http://marianopeck.wordpress.com
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.
On 29/06/11 5:56 PM, Igor Stasenko wrote:
On 30 June 2011 00:05, Mariano Martinez Peck<marianopeck@gmail.com> wrote:
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.
Frankly, but such kind of messages belong to documentation, not to transcript :) But yes.. i am missing old good transcript too.
Opening a workspace would be better than a Transcript. I automatically rebuild my image with pre-made Transcript and SystemBrowsers, and it was disturbing to see two Transcript windows (before closing the Glorp one, since the Transcript I created was sized and placed where I wanted it). But even better would be to not open either. Eventually I'd like to load Glorp into a PharoKernel image, and the open workspace/transcript would be a nuisance in that case.
participants (5)
-
Guillermo Polito -
Igor Stasenko -
Laszlo Zsolt Kiss -
Mariano Martinez Peck -
Yanni Chiu