Today I create my first configurationOf for my project.
I want seaside to be loaded.
If I create a baseline like this (see below), I get the error
"Message not understood: receiver of "loadUsing" isNil"

I included the other stuff (artefact, JQueryWidgetBox,xmlsupport, mongo) the
same way, but with the ConfigurationOfSeaside30 it did not work. Can you
please give me a hint, how to add seaside30 to my baseline. 

Or just wait til
http://forum.world.st/Pharo-2-0-scriptaculous-does-not-work-tt4691931.html
is solved?

Sabine


baseline100: spec
        <version: '1.0-baseline'>
        spec
                for: #common
                do: [ 
                        spec blessing: #baseline.
                                spec project: 'seaside' with: [
                                spec
                                        className: 'ConfigurationOfSeaside30';
                                        loads: #('ALL' );
                                        versionString: '3.0.8';
                                        repository: 
'http://ss3.gemstone.com/ss/MetaRepoForPharo20' ].
....



--
View this message in context: 
http://forum.world.st/baseline-for-seaside-3-0-tp4692630.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to