Hello Mavens In our company we have a multi-platform C/C++-project anc consider switching from our hand-crafted Python-based buildsystem to Maven. I've read a lot about the Maven Native, the Maven Nar and the Jade Native plugins but I didn't get any valuable results. Maybe I'm too dumb or I expect wonders too big ...
Let me explain our structure: We have (at the moment) - amd64, mips and powerpc as platforms - various third-party libraries, many of them patched to fit our needs (and to make them cross-compilable) with Make/CMake/BJam ... - our own code - different devices with different purpose to run the code We need - a way to invoke the python scripts to patch, configure, cross-compile the third-party code and collect the binaries for installation - or magic to do that completely in Maven - handling the includes and libraries automagically - and invoke our custom test scripts The folks at my company are traditionalists and to convince them I need a working and manageable recipe! Something without the need to get the 10th Dan degree in Maven. Just a small wonder, no big one needed ... ;-) Thank you very much Deux deVille --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
