#2609 Unknown depend

Matthew Lohbihler Tue 30 May 2017

Can someone tell me how to fix this?

WARN: unknown depend for asic: ConnExt
[11:23:11 30-May-17] <demo> [warn] [axon] Deprecated: hostInfo [eval:1]

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

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:

depends    = ["ConnExt 1.0"]

Matthew Lohbihler Tue 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

Login or Signup to reply.