Hit send by accident...
Title: Intention revealing Creation of a new ConfigurationOfXxx
I added the following method to MetacelloConfigTemplate class, making
this step from the tutorial a 1st class member of the API...
MetacelloConfigTemplate class>>createConfigurationForPackage: aString
"self createConfigurationForPackage: 'WebClient'"
(MetacelloConfigTemplate duplicateClassWithNewName:
'ConfigurationOf' , aString)
category: 'ConfigurationOf' , aString
I filed a bug report @
http://code.google.com/p/metacello/issues/detail?id=97because I wasn't sure how to attach a file here.
Sean