Maven with Java and non-Java projects

2010-02-24 Thread wds wds
We currently have Maven setup for managing many projects. We would like to add modules to some of the projects which are C#-based. What is the best practice for accomplishing this?

RE: Maven with Java and non-Java projects

2010-02-24 Thread Ilya Kazakevich
-Java projects We currently have Maven setup for managing many projects. We would like to add modules to some of the projects which are C#-based. What is the best practice for accomplishing this? - To unsubscribe, e-mail: users

RE: Maven with Java and non-Java projects

2010-02-24 Thread Jim McCaskey
look at it though as it gets more attention. Good luck! -Jim -Original Message- From: wds wds [mailto:work.dev.st...@gmail.com] Sent: Wednesday, February 24, 2010 8:45 AM To: users@maven.apache.org Subject: Maven with Java and non-Java projects We currently have Maven setup

Re: Maven with Java and non-Java projects

2010-02-24 Thread Karl Heinz Marbaise
Hi, i'm working on a C++/Java mixture which i'm trying to reach with Maven. Currently nar plugin (http://github.com/duns/maven-nar-plugin) http://mojo.codehaus.org/maven-native/native-maven-plugin/ etc. RPM plugin etc. But what about C# i don't know...may be other plugin's can be adopted to

Re: Maven for Non-Java Projects

2009-10-15 Thread Vincent Hardion
for non-Java projects. However, we plan to be platform and language-independent by supporting e.g. embedded Java, C, C++ and Python. The question is if it is feasible to use Maven for all projects? I found the maven-native-plugin and maven-nar-plugin but I'm not really sure if it supports

Re: Maven for Non-Java Projects

2009-10-15 Thread Donszelmann Mark
, Sorry to wake up this thread. Did someone try the patch of freehep-nar plugin I sent ? Best regards, Vincent Le 10 août 2009 à 13:58, Jan Wedel a écrit : Hi there! I already searched google for some help but it seems that it's not really common to use Maven for non-Java projects. However, we

Re: Maven for Non-Java Projects

2009-10-15 Thread Jörg Schaible
Hi Mark, Donszelmann Mark wrote: Hi Vincent the JIRA has moved too. The maven-nar-plugin home page is (for now) at: http://duns.github.com/maven-nar-plugin/ the issue page is at: https://issues.sonatype.org/browse/NAR these are really good news ... - Jörg

Re: Maven for Non-Java Projects

2009-10-13 Thread Vincent Hardion
Hi, Sorry to wake up this thread. Did someone try the patch of freehep-nar plugin I sent ? Best regards, Vincent Le 10 août 2009 à 13:58, Jan Wedel a écrit : Hi there! I already searched google for some help but it seems that it's not really common to use Maven for non-Java projects

Re: Maven for Non-Java Projects

2009-10-13 Thread Donszelmann Mark
but it seems that it's not really common to use Maven for non-Java projects. However, we plan to be platform and language-independent by supporting e.g. embedded Java, C, C++ and Python. The question is if it is feasible to use Maven for all projects? I found the maven-native-plugin and maven-nar-plugin

Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jörg Schaible
Hi Vincent, Vincent Hardion wrote at Dienstag, 18. August 2009 01:00: Hi, [snip] Agree and it's quite pain with platform dependent languages such C/C++ How do you cope with this problem ? In fact, there are more than one variable in this problem. In C++, we have to think also

AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jan Wedel
: Maven for Non-Java Projects Hi, - Are your patches applied in the trunk of the nar plugin ? I'm not commiter on the CVS of Freehep. But as suggest Jan, I'll send you the patch from the last known version once I come back to my office. - Is the nar plugin works well also for other phase

Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jörg Schaible
Hi Jan, Jan Wedel wrote at Dienstag, 18. August 2009 08:52: [snip] @ Jörg: Could you please also post an excerpt of the demo-dll-project POM and how you specify different classifiers in the first place? % project [...] groupIdcom.acme.demo/groupId

AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jan Wedel
Betreff: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects Hi Jan, Jan Wedel wrote at Dienstag, 18. August 2009 08:52: [snip] @ Jörg: Could you please also post an excerpt of the demo-dll-project POM and how you specify different classifiers in the first place

Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Donszelmann Mark
Hi I am the original author of the freehep-nar-plugin. It was made at SLAC, Stanford Linear Accelerator Center, when I worked there. In my current job, which terminates on september 15, I hade no time to support this and the other Native code related plugins. I am planning to pick things

AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jan Wedel
:44 An: Maven Users List Betreff: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects Hi I am the original author of the freehep-nar-plugin. It was made at SLAC, Stanford Linear Accelerator Center, when I worked there. In my current job, which terminates on september 15, I

Re: AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jörg Schaible
Jan Wedel wrote at Dienstag, 18. August 2009 09:40: So, you just have to include the DUMMY part, but the resulting file name does not include it? Actually it does, but it's the name of the library type: jni, shared or static. So your repo will contain in the end:

RE : Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread HARDION Vincent
 : Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects Hi Vincent, Vincent Hardion wrote at Dienstag, 18. August 2009 01:00: Hi, [snip] Agree and it's quite pain with platform dependent languages such C/C++ How do you cope with this problem ? In fact, there are more than one

Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jörg Schaible
Hi Mark, Donszelmann Mark wrote at Dienstag, 18. August 2009 09:44: Hi I am the original author of the freehep-nar-plugin. It was made at SLAC, Stanford Linear Accelerator Center, when I worked there. In my current job, which terminates on september 15, I hade no time to support this and

RE : Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread HARDION Vincent
, Vincent Hardion -Message d'origine- De : Jan Wedel [mailto:jan.we...@ettex.de] Envoyé : mardi 18 août 2009 08:53 À : users@maven.apache.org Objet : AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects @ Vincent: Great to hear that you can provide the patches. Just for my

Re: AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Donszelmann Mark
Hi On Aug 18, 2009, at 10:29 AM, Jörg Schaible wrote: Jan Wedel wrote at Dienstag, 18. August 2009 09:40: So, you just have to include the DUMMY part, but the resulting file name does not include it? Actually it does, but it's the name of the library type: jni, shared or static. So

Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Donszelmann Mark
Hi On Aug 18, 2009, at 10:34 AM, Jörg Schaible wrote: Hi Mark, Donszelmann Mark wrote at Dienstag, 18. August 2009 09:44: Hi I am the original author of the freehep-nar-plugin. It was made at SLAC, Stanford Linear Accelerator Center, when I worked there. In my current job, which terminates

Re: AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Donszelmann Mark
: AW: Re: Maven for Non-Java Projects Hi I am the original author of the freehep-nar-plugin. It was made at SLAC, Stanford Linear Accelerator Center, when I worked there. In my current job, which terminates on september 15, I hade no time to support this and the other Native code related plugins. I

Re: AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jörg Schaible
Hi Mark, Donszelmann Mark wrote at Dienstag, 18. August 2009 13:53: [snip] However, I cannot remember currently what that was and JIRA for the plugin seems no longer available. it is under: http://bugs.freehep.org/browse/NARPLUGIN Thanks, pointer at

RE : AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread HARDION Vincent
, Vincent Hardion -Message d'origine- De : Donszelmann Mark [mailto:mark.donszelm...@gmail.com] Envoyé : mardi 18 août 2009 09:44 À : Maven Users List Objet : Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects Hi I am the original author of the freehep-nar-plugin

Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-17 Thread Vincent Hardion
Hi, - Are your patches applied in the trunk of the nar plugin ? I'm not commiter on the CVS of Freehep. But as suggest Jan, I'll send you the patch from the last known version once I come back to my office. - Is the nar plugin works well also for other phase than compile (for

AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-14 Thread Jan Wedel
-Ursprüngliche Nachricht- Von: Jan Wedel Gesendet: Dienstag, 11. August 2009 16:28 An: users@maven.apache.org Betreff: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects As stated before by John, There is a PHP plugin. Moreover, I found a .NET plugin. For C, Fortran and C++, the NAR plugin can

Re: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-14 Thread Rémy Sanlaville
Hi Jan, Rémy, Do you also use it for Perl? Perl also uses a lot of libraries (.pm files e.g.) and even perl make scripts sometimes. I couldn't find any maven plugin supporting perl projects. Do you have any idea if this is possible? No we haven't try it and I am not aware about perl

Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-14 Thread Rémy Sanlaville
Hi Vincent, Thanks for your interesting feedback. I have some more questions : - Are your patches applied in the trunk of the nar plugin ? - Is the nar plugin works well also for other phase than compile (for instance, test phase) ? If yes, which unit test framework are you using

RE: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-13 Thread Pilgrim, Peter
- From: Rémy Sanlaville [mailto:remy.sanlavi...@gmail.com] Sent: 12 August 2009 12:23 To: Maven Users List Subject: Re: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects We also try to use maven with C/C++ language (cf. [1]). It seems that it exists three plugins : 1. native-*maven

RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-13 Thread HARDION Vincent
: Re: AW: Re: Maven for Non-Java Projects We also try to use maven with C/C++ language (cf. [1]). It seems that it exists three plugins : 1. native-*maven*-plugin (the first one ?) 2. jade native maven plugin, it is an spin off of native plugin and covers cppunit 3. nar plugin At the time

Re: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-12 Thread Rémy Sanlaville
We also try to use maven with C/C++ language (cf. [1]). It seems that it exists three plugins : 1. native-*maven*-plugin (the first one ?) 2. jade native maven plugin, it is an spin off of native plugin and covers cppunit 3. nar plugin At the time, it seemed (I don't remember why) that jade

AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jan Wedel
Nachricht- Von: Brett Randall [mailto:javabr...@gmail.com] Gesendet: Dienstag, 11. August 2009 02:11 An: Maven Users List Betreff: Re: Maven for Non-Java Projects On Mon, Aug 10, 2009 at 10:50 PM, David Hoffer dhoff...@gmail.com wrote: We are currently using it for flex in addition to java

Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread John Dunlap
...@gmail.com] Gesendet: Dienstag, 11. August 2009 02:11 An: Maven Users List Betreff: Re: Maven for Non-Java Projects On Mon, Aug 10, 2009 at 10:50 PM, David Hoffer dhoff...@gmail.com wrote: We are currently using it for flex in addition to java, for flex the builds work fine the only

AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jan Wedel
. Thanks, Jan -Ursprüngliche Nachricht- Von: John Dunlap [mailto:john.dun...@exceter.com] Gesendet: Dienstag, 11. August 2009 13:18 An: Maven Users List Betreff: Re: AW: Re: Maven for Non-Java Projects You could always try using something like the maven exec-maven-plugin to execute CMake

Re: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread john.dunlap
: Dienstag, 11. August 2009 13:18 An: Maven Users List Betreff: Re: AW: Re: Maven for Non-Java Projects You could always try using something like the maven exec-maven-plugin to execute CMake (which supports generating project files for VS, XCode, and GCC from a common text file on Mac

RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Martin Gainty
pour le contenu fourni. Date: Tue, 11 Aug 2009 13:34:02 +0200 From: jan.we...@ettex.de To: users@maven.apache.org Subject: AW: Re: AW: Re: Maven for Non-Java Projects Thanks John! But our aim is not to use Maven at any cost. We are searching for a tool that can be used on many

AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jan Wedel
An: users@maven.apache.org Betreff: RE: AW: Re: AW: Re: Maven for Non-Java Projects Since PHP,Python and even Perl (mod form or exe) are library or executable binaries the only solution I can envision is to pass control to maven-antrun-plugin and have build.xml spawn some manner of make or c

Re: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jörg Schaible
Jan Wedel wrote at Dienstag, 11. August 2009 16:28: As stated before by John, There is a PHP plugin. Moreover, I found a .NET plugin. For C, Fortran and C++, the NAR plugin can be used. The maven-native-plugin indeed seems to be discontinued and on the maven nar website, they say they

Maven for Non-Java Projects

2009-08-10 Thread Jan Wedel
Hi there! I already searched google for some help but it seems that it's not really common to use Maven for non-Java projects. However, we plan to be platform and language-independent by supporting e.g. embedded Java, C, C++ and Python. The question is if it is feasible to use Maven for all

Re: Maven for Non-Java Projects

2009-08-10 Thread David Hoffer
if these are kept current they may be fixed by now.) -Dave On Mon, Aug 10, 2009 at 5:58 AM, Jan Wedel jan.we...@ettex.de wrote: Hi there! I already searched google for some help but it seems that it's not really common to use Maven for non-Java projects. However, we plan to be platform and language

Re: Maven for Non-Java Projects

2009-08-10 Thread Brett Randall
common to use Maven for non-Java projects. However, we plan to be platform and language-independent by supporting e.g. embedded Java, C, C++ and Python. The question is if it is feasible to use Maven for all projects? I found the maven-native-plugin and maven-nar-plugin but I'm not really

Re: Non-java projects question

2009-01-05 Thread Dan Tran
/internal repository to enable subsequent reuse by other non-java projects. Our projects have though common structure but of course not the same as maven default jar packaging plug-in expects. Plus jar would not be the most optimal packaging method. So I am wondering, is it possible

Non-java projects question

2009-01-05 Thread Sergey Shcherbakov
currently is to deploy project's artifacts to the local/internal repository to enable subsequent reuse by other non-java projects. Our projects have though common structure but of course not the same as maven default jar packaging plug-in expects. Plus jar would not be the most optimal packaging method

Re: Non-java projects

2006-04-05 Thread Eric Redmond
The only support for Ruby is making plugins with ruby scripts. My plan is to add integration with RubyForge, but for the time being, its pretty basic. http://mojo.codehaus.org Eric On 3/31/06, Arnaud Bailly [EMAIL PROTECTED] wrote: Hi to all, I think there is some support for alien projects

Re: Non-java projects

2006-04-03 Thread Franz Fehringer
What about C++? Greetings Franz Wayne Fay schrieb: Yes I know someone has been talking about a C# compiler/plugin... Search User@ and Dev@ Maven lists, you're bound to find something. Wayne On 3/31/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I think there are for ruby and .net. I

Re: Non-java projects

2006-04-03 Thread Alexandre Poitras
I don't know if it could be of any use to you but there is the native plugin : http://mojo.codehaus.org/maven-native/native-maven-plugin/ On 4/3/06, Franz Fehringer [EMAIL PROTECTED] wrote: What about C++? Greetings Franz Wayne Fay schrieb: Yes I know someone has been talking about a C#

Re: Non-java projects

2006-04-03 Thread Alexandre Poitras
Just wanted to add, check out the overview page. I think this is what you are looking for :) On 4/3/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I don't know if it could be of any use to you but there is the native plugin : http://mojo.codehaus.org/maven-native/native-maven-plugin/ On

Re: Non-java projects

2006-04-03 Thread Franz Fehringer
Thanks Franz Alexandre Poitras schrieb: Just wanted to add, check out the overview page. I think this is what you are looking for :) On 4/3/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I don't know if it could be of any use to you but there is the native plugin :

Re: Non-java projects

2006-03-31 Thread Alexandre Poitras
I think there are for ruby and .net. I remember some mails about it. The best way to know would be to search in the mailing list archives. On 3/31/06, Arnaud Bailly [EMAIL PROTECTED] wrote: Hi to all, I think there is some support for alien projects in maven. Is this true and what is the

Re: Non-java projects

2006-03-31 Thread Wayne Fay
Yes I know someone has been talking about a C# compiler/plugin... Search User@ and Dev@ Maven lists, you're bound to find something. Wayne On 3/31/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I think there are for ruby and .net. I remember some mails about it. The best way to know would be

Non-java projects

2006-03-30 Thread Arnaud Bailly
Hi to all, I think there is some support for alien projects in maven. Is this true and what is the status of such features ? I would like to use maven to build projects with mixed languages : C++, python, ruby would be first choices. When I say build, I say of course unit testing, compilation,