On 02/01/2013, at 1:41 AM, Russel Winder wrote: > I wonder if the C++ plugin should also deal with D and mixed D/C++/C > systems?
At some point it might. We don't have any plans to do this at the moment. However, something we'd like to do is to rework the c++ plugins so that they don't assume that native executables and libraries must be built from C++ source files, and also to open up the compiler adapter API so that you can provide your own implementation. This way, someone could put together a D plugin, which hooks in D language support into the appropriate places. -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
