Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-07-30 Thread Barrie Treloar
On Mon, Jul 30, 2012 at 10:19 PM, huseyn wrote: > Hi, > > I have eigtht libraries. There are very dependieces. I use c/c++ and > makefile. How can I solve the problem of dependency? Can you help me? www.catb.org/~esr/faqs/smart-questions.html Please start your own email thread ad don't hijack t

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-07-30 Thread Ed Hillmann
/c++ and > makefile. How can I solve the problem of dependency? Can you help me? > > > Thanks, > > Huseyn D. > > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp

RE: How can I trigger a makefile through Maven? is there any plugin for this?

2012-07-30 Thread huseyn
Hi, I have eigtht libraries. There are very dependieces. I use c/c++ and makefile. How can I solve the problem of dependency? Can you help me? Thanks, Huseyn D. -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any

RE: How can I trigger a makefile through Maven? is there any plugin for this?

2012-05-04 Thread bettypop
on how I can use Maven Make Orchestration Plugin to include makefiles in my Maven build life cycle? -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5685213.html Sent from the Maven - Users mailing

RE: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-26 Thread Matt Walsh
essage- > From: bettypop [mailto:yashu@gmail.com] > Sent: Thursday, April 26, 2012 12:25 AM > To: users@maven.apache.org > Subject: Re: How can I trigger a makefile through Maven? is there any > plugin for this? > > It's not an issue with the makefile, coz' it execut

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-26 Thread Wayne Fay
> It's not an issue with the makefile, coz' it executes properly when run > independently. It compiles my source file and creates a .exe. I assure you -- it is an issue with your makefile. You most likely just need to add a call to "clean" in there so make thinks it needs to build things again: al

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread bettypop
d.bmp It creates a .jar file. I am confused! -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5666817.html Sent from the Maven - Users mailing list a

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Manfred Moser
; > > buildlib > compile > exec > > C:\Program > Files\apache-maven-3.0.4\TestProjectMaven\src\main\native

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Karl Heinz Marbaise
Hi, sorry forgot the link. i would suggest to take a deeper look into the maven-nar-plugin http://duns.github.com/maven-nar-plugin/ Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 1359490

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Karl Heinz Marbaise
Hi, i would suggest to take a deeper look into the maven-nar-plugin -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Manfred Moser
Look at the exec plugin in the extreme case that there is no more suitable plugin to do you native build. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

RE: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Matt Walsh
@gmail.com] > Sent: Wednesday, April 25, 2012 3:56 AM > To: users@maven.apache.org > Subject: Re: How can I trigger a makefile through Maven? is there any > plugin for this? > > Hi, > I did as you said. > But it is not compiling the target which I have mentioned in the > ma

RE: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Lyons, Roy
12:36 GMT+05:30 2012 [INFO] Final Memory: 5M/15M [INFO] C:\Program Files\apache-maven-3.0.4\maven-native-example> -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Wayne Fay
> But it is not compiling the target which I have mentioned in the makefile. > My target is a C file and in the makefile I am just compiling the target. My > updated POM.xml and the result I got on execution- No, that isn't what is happening. Read the output from make in your build log again: > [

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Dave Wolf
n.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5663921.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: use

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread bettypop
[INFO] Final Memory: 5M/15M [INFO] C:\Program Files\apache-maven-3.0.4\maven-native-example> -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5664373.html Sent from th

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread bettypop
t; > What you probably would want to do is execute 'make' and supply it > with the proper makefile as argument. > > /Thomas > > >> >> -- >> View this message in context: >> http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Thomas Sundberg
r makefile as argument. /Thomas > > -- > View this message in context: > http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5664179.html > Sent from the Maven - Users mailin

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread bettypop
Basically, it is not recognizing the makefile as an operable program at all -- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5664179.html Sent from the Maven - Users mailing list archive at

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread bettypop
C:\Program Files\apache-maven-3.0.4\TestProjectMaven\src\main\native\makefile -- View this message in context: http://maven

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-24 Thread Thomas Sundberg
e.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5663921.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@maven.ap

How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-24 Thread bettypop
-- View this message in context: http://maven.40175.n5.nabble.com/How-can-I-trigger-a-makefile-through-Maven-is-there-any-plugin-for-this-tp5663921p5663921.html Sent from the Maven - Users mailing list archive at Nabble.com