www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Is DUB now mandatory for DDT?

reply Dejan Lekic <dejan.lekic gmail.com> writes:
I have installed latest DDT and I could not make anything compile 
successfully so I came here to ask whether now DDT expects DUB to be 
installed?

-- 
http://dejan.lekic.org
Aug 23 2014
next sibling parent "eles" <eles215 gzk.dot> writes:
On Saturday, 23 August 2014 at 22:31:10 UTC, Dejan Lekic wrote:
 I have installed latest DDT and I could not make anything 
 compile
 successfully so I came here to ask whether now DDT expects DUB 
 to be
 installed?
From the changelog: Added DUB build support. Removed basic builder (the previous build functionality using response files). Project build configuration page has only one field now: a field with optional extra options to pass to DUB when building. Previously created DDT Eclipse projects are no longer compatible with this new version. You should recreate the project using the new DUB Project wizard. So, I assume, yes. There are no other projects than those which are DUB-based.
Aug 24 2014
prev sibling parent Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 23/08/2014 23:31, Dejan Lekic wrote:
 I have installed latest DDT and I could not make anything compile
 successfully so I came here to ask whether now DDT expects DUB to be
 installed?
Yup, it is, it should be installed. For the building itself, you can disable the DUB builder if you want to use a different build tool. But you will still need DUB and the dub.json file, to describe the project type, source folders, etc.. -- Bruno Medeiros https://twitter.com/brunodomedeiros
Aug 27 2014