Re: c++ maven project

2008-08-22 Thread Rodrigo Ruiz

Hi Laura,

Take a look at the FREEHEP NAR plugin:

http://java.freehep.org/freehep-nar-plugin/philosophy.html

It may be what you are looking for :-)

Best regards,
Rodrigo

Laura Lozano wrote:

Hello,

I would like to know if is possible to use maven for create and build a C++
project. In this case, is there any available tutorial or documentation
explaining how to proceed?

Thank you.



--
---
GRID SYSTEMS, S.A. Rodrigo Ruiz
Parc Bit - Edificio 17 Research Coordinator
07121 Palma de Mallorca
Baleares - Spain   Tel: +34 971 435 085
http://www.gridsystems.com/Fax: +34 971 435 082
---

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: c++ maven project

2008-08-22 Thread Dhruva Reddy
My first response to the original question is...why?  Which of maven's
functionality would you like to take advantage of on your project?

I've never tried this, nor have I even thought about it.  Maven is
intended for Java projects.  I would think its theoretically possible to
do this, but that its not at all feasible.  Martin has a point here--the
effort required may very well be comparable to converting your
application to Java. 

Depending on what you need to do, I would think its more cost effective
to adapt automake/autoconf for your purposes.

Dhruva

-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 8:50 AM
To: Maven Users List
Subject: RE: c++ maven project


why not convert to java?

Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official
business of Sender. This transmission is of a confidential nature and
Sender does not endorse distribution to any party other than intended
recipient. Sender does not necessarily endorse content contained within
this transmission. 


> Date: Fri, 22 Aug 2008 14:45:25 +0200
> From: [EMAIL PROTECTED]
> To: users@maven.apache.org
> Subject: c++ maven project
> 
> Hello,
> 
> I would like to know if is possible to use maven for create and build
a C++
> project. In this case, is there any available tutorial or
documentation
> explaining how to proceed?
> 
> Thank you.

_
Get ideas on sharing photos from people like you.  Find new ways to
share.
http://www.windowslive.com/explore/photogallery/posts?ocid=TXT_TAGLM_WL_
Photo_Gallery_082008

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: c++ maven project

2008-08-22 Thread Andreas Heinecke
Hi Laura,

I haven't done a Maven build within a C++ project. But I know there is
plugin which allows the integration of gcc.
Take a look here:
http://mojo.codehaus.org/maven-native/native-maven-plugin/index.html

Maybe this helps.

-Andreas.

-Original Message-
From: Laura Lozano [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 22, 2008 2:45 PM
To: users@maven.apache.org
Subject: c++ maven project

Hello,

I would like to know if is possible to use maven for create and build a C++
project. In this case, is there any available tutorial or documentation
explaining how to proceed?

Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: c++ maven project

2008-08-22 Thread Martin Gainty

why not convert to java?

Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Fri, 22 Aug 2008 14:45:25 +0200
> From: [EMAIL PROTECTED]
> To: users@maven.apache.org
> Subject: c++ maven project
> 
> Hello,
> 
> I would like to know if is possible to use maven for create and build a C++
> project. In this case, is there any available tutorial or documentation
> explaining how to proceed?
> 
> Thank you.

_
Get ideas on sharing photos from people like you.  Find new ways to share.
http://www.windowslive.com/explore/photogallery/posts?ocid=TXT_TAGLM_WL_Photo_Gallery_082008

c++ maven project

2008-08-22 Thread Laura Lozano
Hello,

I would like to know if is possible to use maven for create and build a C++
project. In this case, is there any available tutorial or documentation
explaining how to proceed?

Thank you.