kxml and dub package manager.

holo via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 19 03:01:23 PDT 2015


On Monday, 19 October 2015 at 06:20:19 UTC, Mike Parker wrote:
> On Monday, 19 October 2015 at 03:33:18 UTC, holo wrote:
>> ok i fugure out it. When i do initiation i need to add 
>> dependencies (thought it is enough to add them to sdl file). 
>> Proper initiation should look like that:
>>
>> dub init projectname kxml
>
> No, you should never need to do that. I think your problem 
> might be related to the fact that in your dub.sdl you named 
> your project "kxml". You shouldn't name a project the same as 
> one of your dependencies.

Tried too with different name as i came to same idea and created 
new one with other name. It was behaving that same, so it is not 
cause of problem.


More information about the Digitalmars-d-learn mailing list