views:

174

answers:

2

Is anyone using the Software Construction Toolkit from Google? Is it good enough to replace make and/or ant? How good is it with its many advertised platforms (java, .net, C++)?

What are your opinions on it?

Actually this is Google´s modification on top of the Scons.

EDIT: No answers yet! So, nobody is using? I'll post my impressions soon.

+3  A: 

I used Scons for some time and found it had several problems. Therefore I switched back to Autotools, which is a PITA itself.

Currently I recommend Waf: http://code.google.com/p/waf/

That's all I can say, I didn't use the Google thing myself. But if you compare to "make" alone (not Autotools), Scons alone is superiour.

ypnos
+2  A: 

I have an impression that it is inbreed toolkit maintained only for Google projects (chrome?). (just like dmake for Open Office).

Łukasz Lew