Hi All,
I have converted an old program to use the imap email stuff. The program runs well in the development environment but the runtime image gets a walkback. The SstUrl class variable SchemeRegistry doesn't have an entry for imapsl. I expect I have to get it initialized some how but I don't know how. Any ideas? Thanks. Lou
-- You received this message because you are subscribed to the Google Groups "VAST Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/784453ab-4651-4bdd-9c13-adf19aa141c1n%40googlegroups.com. |
Hi Lou,
Let me know what would happen if you defined the following and then packaged SstImap4SslCommunications class>>packagingRulesFor: aRuleCollector aRuleCollector doNotReduceSubApplicationNamed: #SstImap4SslCommunications - Seth On Thursday, March 18, 2021 at 5:10:33 PM UTC-4 [hidden email] wrote: Hi All, You received this message because you are subscribed to the Google Groups "VAST Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/c8735928-d006-40f5-9210-b73dc50c392dn%40googlegroups.com. |
Hi Seth,
Should I add it to SstImap4SslCommunications class or can I add it to my application class? Lou On Thursday, March 18, 2021 at 5:18:23 PM UTC-4 Seth Berman wrote: Hi Lou, You received this message because you are subscribed to the Google Groups "VAST Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/bb616bab-7c76-4250-9797-0c915b63b84dn%40googlegroups.com. |
Hi Seth,
I added it to my application's class and that fixed it. Thanks. Lou P.S. Looking at the included classes and methods, it didn't seem like anything was missing but it worked... On Thursday, March 18, 2021 at 5:29:04 PM UTC-4 Louis LaBrunda wrote: Hi Seth, You received this message because you are subscribed to the Google Groups "VAST Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/f0651837-bcff-40f9-9fdb-698ca812fd6en%40googlegroups.com. |
Hi Lou,
Thanks for verifying that. I see SMTP/SSL has the packaging instructions, but not IMAP/SSL. I will get it fixed up for the 10.0.1 patch. - Seth On Thursday, March 18, 2021 at 5:36:23 PM UTC-4 [hidden email] wrote: Hi Seth, You received this message because you are subscribed to the Google Groups "VAST Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/8c7669cd-7636-44fc-84a5-0f1a8ae9bbedn%40googlegroups.com. |
"Looking at the included classes and methods, it didn't seem like anything was missing but it worked..."
- Yeah, there is some indirection where defined classes are being checked if they include a method very reflectively and if so, the registration will happen. This has always been problematic when doing package reduction. That's why I tend to have the doNotReduceSubApplicationNamed: rules because the pain is not worth the payoff. This is yet another example. Thanks again for reporting. - Seth On Thursday, March 18, 2021 at 5:43:11 PM UTC-4 Seth Berman wrote: Hi Lou, You received this message because you are subscribed to the Google Groups "VAST Community Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/1067879c-435d-4a7f-8408-5e8f54b4f729n%40googlegroups.com. |
Free forum by Nabble | Edit this page |