[Glass] Metacello questions

Johan Brichau johan at yesplan.be
Tue May 27 07:30:05 PDT 2014


Hi Bruno,

The baseline says:
> <version: '1.0--baseline'>

The version says:
> <version: '1.0' imports: #('1.0-baseline')>


Does it work if you change the baseline to:
<version: '1.0-baseline'>

cheers
Johan

On 27 May 2014, at 16:18, BrunoBB <smalltalk at adinet.com.uy> wrote:

> 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.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass



More information about the Glass mailing list