I find that WAFileLibrary
subclasses resource methods cannot be committed to Monticello repository. Is this normal? These resources have been added by the WAFileLibrary->addFilesIn:
method. But when i try to create another method and then commit, i find that the new method gets committed and that i can load it on a different image without issues. So then i filed out theWAFileLibrary
subclass , and removed it from the image, and then i again filed it in. After when i commit, all the resource method gets committed and its seems things are fine.
But why am i not able to commit it soon after creating the class , adding resources by addFilesIn: as such?
Also i find that someone else have reported same issue in squeak list.
http://permalink.gmane.org/gmane.comp.lang.smalltalk.squeak.seaside/27891
Thanks,
Thushar