On Dec 18, 2007 12:42 AM, Brandon Van Every <[EMAIL PROTECTED]> wrote: > Some of those low-end > things like JRake are even getting traction. There's a constellation > of blog entries about them. It performs significant work despite not > having 51 person-years into it.
It occurs to me that Java and C# do not have the same portability problems as C/C++. Sure, Java has some, but any Java-oriented build system can rely on Java being nearly the same on all platforms. Meanwhile, C# is primarily a Windows thing. Hmm, what aspects of target OSes do Java and C# fail to pave over? If CMake handles those better than competing build systems.... Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
