[Seaside] Re: Magritte Chapter is Seaside Book - Missing Method

Stephan Eggermont stephan at stack.nl
Thu Feb 20 22:16:57 UTC 2014


You need to tell ConfigurationOfMagritte more than just to load the stable version.
Magritte can be used without Seaside.

In ConfigurationOfQCMagritte:

			project: 'Magritte3' with: [
				spec
					className: 'ConfigurationOfMagritte3';
					versionString: #'stable';
					loads: #( 'Seaside' );
					repository: 'http://smalltalkhub.com/mc/Magritte/Magritte3/main' ].



More information about the seaside mailing list