RejectedSoftware Forums

Sign up

Dependencies and source libraries...

Hi,

I'm trying to build an application (tma) that depends on a source library (ops) that depends on a library (gl3n)... something like:

{ "name": "tma",  "dependencies": { "ops": "~master"} }
{ "name": "ops", "targetType":"sourceLibrary", "dependencies": ["gl3n": "~master"]}

Dub ~master crash at ProjectGenerator.collect, as it is trying to lookup in targets 'ops' (the pack.name) while it has checked for the presence of for 'gl3n' (the depname).
Is that configuration supported?

Thanks,
Paolo

Re: Dependencies and source libraries...

Am 31.12.2013 13:09, schrieb Paolo Invernizzi:

Hi,

I'm trying to build an application (tma) that depends on a source library (ops) that depends on a library (gl3n)... something like:

{ "name": "tma",  "dependencies": { "ops": "~master"} }
{ "name": "ops", "targetType":"sourceLibrary", "dependencies": ["gl3n": "~master"]}

Dub ~master crash at ProjectGenerator.collect, as it is trying to lookup in targets 'ops' (the pack.name) while it has checked for the presence of for 'gl3n' (the depname).
Is that configuration supported?

Thanks,
Paolo

It should be supported. I'll look into it.