I read that the list of "depends" in an Ext should no longer be of types, but strings instead. So i changed the @ExtMeta code as follows:
//depends = [ConnExt#]
depends = ["ConnExt"]
But i still get the above warning.
Many thanks in advance, Matthew
SlimerDudeTue 30 May 2017
I imagine the depends list is similar to those in build.fan so it should follow the Depend class syntax, requiring a version:
depends = ["ConnExt 1.0"]
Matthew LohbihlerTue 30 May 2017
Thanks SlimerDude. That resulted in this:
WARN: unknown depend for asic: ConnExt 1.0
Brian told me that just "conn" was the right thing to use, and with that the warning goes away. He also mentioned that this is not the right forum for this question. Finally, he pointed me to this for more information: https://skyfoundry.com/doc/docSkySpark/Exts#resExts
Matthew Lohbihler Tue 30 May 2017
Can someone tell me how to fix this?
I read that the list of "depends" in an Ext should no longer be of types, but strings instead. So i changed the @ExtMeta code as follows:
But i still get the above warning.
Many thanks in advance, Matthew
SlimerDude Tue 30 May 2017
I imagine the depends list is similar to those in
build.fan
so it should follow the Depend class syntax, requiring a version:Matthew Lohbihler Tue 30 May 2017
Thanks SlimerDude. That resulted in this:
Brian told me that just "conn" was the right thing to use, and with that the warning goes away. He also mentioned that this is not the right forum for this question. Finally, he pointed me to this for more information: https://skyfoundry.com/doc/docSkySpark/Exts#resExts