[Glass] Metacello questions

BrunoBB smalltalk at adinet.com.uy
Tue May 27 07:18:34 PDT 2014


Hi all,

(Not sure if i should post this here or where ?)

I have finished the first version of a GS application (which has a couple of
package).
(i already read metacello.pdf).

Trying to create my ConfigurationOfXXX i get this error:
a UserDefinedError occurred (error 2318), reason:halt, The imported
version:'1.0-baseline' referenced from the method: #'version100:' in
configuration ConfigurationOfOrbeon has not been defined.

It seems is not matching #baseline100 with #version100 :

baseline100: spec
	<version: '1.0--baseline'>

	spec for: #common do: [
		spec repository: 'http://ss3.gemstone.com/ss/Orbeon'.
		spec project: 'XMLSupport' with: [
			spec className: 'ConfigurationOfXMLSupport';
				versionString: '';
				loads: #('ALL');
				file: 'ConfigurationOfXMLSupport';
				repository: 'http://seaside.gemtalksystems.com/ss/XMLSupport'].
		spec package: 'Orbeon'.].

version100: spec
    <version: '1.0' imports: #('1.0-baseline')>
	spec for: #common do: [
		spec blessing: #release.
		spec author: 'brunobb'.
		spec project: 'XML-Parser' with: '1.1.7'.
		spec package: 'Orbeon' with: 'Orbeon-BrunoBB-0.992'.	]

Any idea what is worng ?

Regards,
Bruno




--
View this message in context: http://forum.world.st/Metacello-questions-tp4760533.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list