Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is anyone using Maven/NAR for any large scale C/C++ projects? [closed]

And, what has your experience been? Do you think that Maven has been well suited to your project, and how would you advise others on following your path?

Thanks in advance!

like image 419
user143506 Avatar asked Sep 13 '10 18:09

user143506


2 Answers

CERN seems to be using it in combination with Make:

http://accelconf.web.cern.ch/accelconf/icalepcs2011/papers/wepks026.pdf

like image 59
ChrisK Avatar answered Oct 16 '22 00:10

ChrisK


I have not used Maven for any of my projects but some of my colleagues used for java projects. Are you looking for ant special features of it ? if its plain vanilla build then stick with Makefiles. You can also look at http://www.scons.org/

like image 29
harry Avatar answered Oct 16 '22 00:10

harry