Maven native:link naming exe

2011-03-21 Thread stevek
Hi All New to Maven and trying to figure out how I might use it for C++ projects on a windows platform. Downloaded Maven 3.0.2 and trying to use the Native Maven plugin. Using compiler provider msvc and compilerExecutable as cl I have been able to get source compiled. However when I try to link it

Re: Maven native:link naming exe

2011-03-21 Thread stevek
Do you recommend a particular example or examples. Could you point me to these please. Steve - Original Message - From: Dan Tran [via Maven] To: stevek Sent: Monday, March 21, 2011 10:10 PM Subject: Re: Maven native:link naming exe do you have chance to take a look at

Maven native:link using external library

2011-03-23 Thread stevek
I have a separate standalone library that I would like to link with a Maven C++ project on a windows system, using the native plugin. So I would have code being built by Maven and a library required by that process. This library has been built separately. Is their a recommended way to do this? Reg

Re: Maven native:link naming exe

2011-03-23 Thread stevek
Thanks to those that replied. I figured out what was going wrong as far as the cl option was concerned. Worked out eventually that setting the correct factory uses link rather than cl. Thanks again. Steve - Original Message - From: mgainty [via Maven] To: stevek Sent