I'm trying to add some methods to SequenceableCollection as an extension. I already did this. In fact I have extended a lot of classes, adding methods into my own subapplications. Up until now this has been blissfully working, but now when I try to add some extension methods it is insisting that I make a scratch edition of the CLDT application. I already added a few extension methods to SequenceableCollection and it didn't force me to do this. Any ideas? Thanks, -Carl Gundel
-- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk?hl=en. For more options, visit https://groups.google.com/groups/opt_out. |
Hi Carl,
Are you trying to add an extension using the HierarchyBrowser? I think VAST always picks the currently selected application to be extended. Make also sure that you extension application has CLDT as a prerequisite... Sebastian Am 14.05.2013 10:32, schrieb Carl Gundel: > I'm trying to add some methods to SequenceableCollection as an > extension. I already did this. In fact I have extended a lot of > classes, adding methods into my own subapplications. Up until now > this has been blissfully working, but now when I try to add some > extension methods it is insisting that I make a scratch edition of the > CLDT application. I already added a few extension methods to > SequenceableCollection and it didn't force me to do this. > Any ideas? > Thanks, > -Carl Gundel > -- > You received this message because you are subscribed to the Google > Groups "VA Smalltalk" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [hidden email]. > To post to this group, send email to [hidden email]. > Visit this group at http://groups.google.com/group/va-smalltalk?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk?hl=en. For more options, visit https://groups.google.com/groups/opt_out. |
Figured it out. The new methods I was adding aren't new. Methods with the same name already existed in the CLDT application, but I didn't notice. -Carl On Tuesday, May 14, 2013 1:40:22 PM UTC-4, Sebastian Heidbrink wrote: Hi Carl,-- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk?hl=en. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |