Since I'm maintaining the Seaside3.0 config, I am probably at fault on this one 
although I haven't run into a problem with underscore assignment ... How do I 
run a pharo image that _does not_ allow underscore assignment?

Specifically, the Seaside3.0 config is not using the Swazoo code that Lukas 
modified (I assume this is what Lukas is referring to), because it departs from 
the naming convention used by the Swazoo folks and as a result causes problems 
when one tries to load the latest version of the package....I've got write 
permission on the Swazoo repository, but I'm still in the process of 
negotiating a proper name for the package (on very low back burner), so if this 
is popping to the surface as an issue, I'll "raise the heat".

Dale
----- "Torsten Bergmann" <[email protected]> wrote:

| Hi,
| 
|    "ScriptLoader loadSeaside30"
| 
| does not work in latest image due to Gofer changes. Should we remove
| it
| or replace it with Metacello configs?
| 
| It is now easy to build a dev image with seaside 3.0 right from the
| core 
| (see script below).  
| 
| Still underscore assignment has to be enabled due to OB. Any chance
| this 
| is cleaned up?
| 
| Bye
| T.
| 
| 
| ----------------------------------------------------------------------------
| 
| |font codeFont titleFont installWebTools|
| installWebTools := false.
| "HTTPSocket useProxyServerNamed: '111.111.111.111' port: 8080."
| 
| Scanner allowUnderscoreAsAssignment: true.
| 
| Gofer new
|       squeaksource: 'MetacelloRepository';
|       package: 'ConfigurationOfPharo';
|       load.
| ((Smalltalk at: #ConfigurationOfPharo) project version:
| '1.0-rc2.10505') load.
| 
| Gofer new
|     squeaksource: 'MetacelloRepository';
|     package: 'ConfigurationOfSeaside30';
|     load.
| 
| (Smalltalk at: #ConfigurationOfSeaside30) loadLatestVersion.
| 
| 
| SmalltalkImage current snapshot: true andQuit: true.
| 
| 
| -- 
| Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox
| 3.5 -
| sicherer, schneller und einfacher!
| http://portal.gmx.net/de/go/atbrowser
| 
| _______________________________________________
| Pharo-project mailing list
| [email protected]
| http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to