ScriptLoader does not implement loadComanche

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ScriptLoader does not implement loadComanche

Torsten Bergmann
see http://code.google.com/p/pharo/issues/detail?id=1398


If you are in a dev-image you can use:

loadSeaside30
        [ self gofer new
        squeaksource: 'Seaside30';
        addPackage: 'LoadOrderTests';
        load ]
                valueSupplyingAnswers: {
                        {'Load Seaside'. true}.
                        {'SqueakSource User Name'. ''}.
                        {'SqueakSource Password'. ''}.
                        {'Run tests'. false}.
                }.

        "Set up to development environment (enables seaside web toolbar) "
        (self environment at: #WAAdmin) applicationDefaults
                addParent: (self environment at: #WADevelopmentConfiguration) instance.
       
        (self environment at: #WASqueakServerAdaptorBrowser) open


--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

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