You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Smartypants IOC
Hey,
This doesn't particularly concern smartypants. But I haven't been able
to find a solution elsewhere and discovered this while using
smartypants so here it goes :D
Here's the scenario. I've an app using smartypants ioc and some
dynamically loaded modules which also use smartypants to access main
apps components. This works fine in the normal dev builds but doesn't
when 'Export release build' option is used.
All the injected values come null.
My guess is that this is because the inject metatag is getting ignored
while compiling the modules, hence they don't get injected into. Is
there a solution for this please?
Josh McDonald
unread,
Jun 23, 2009, 7:41:55 AM6/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to smartyp...@googlegroups.com
Hmmm, you could try just compiling against the SP SWC file without referencing any of its classes, which might work, or you can just add --keep-as3-metadata+=Inject to your compiler options, which should do it.