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
There are some non-java compilers:
http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.ht
ml

 

-Original Message-
From: wds wds [mailto:work.dev.st...@gmail.com] 
Sent: Wednesday, February 24, 2010 5:45 PM
To: users@maven.apache.org
Subject: Maven with Java and non-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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Maven with Java and non-Java projects

2010-02-24 Thread Jim McCaskey
For C# in particular we are using the NMaven project:

http://www.codeplex.com/nmaven/

The problem with that one is that it has not received any attention in over a 
year. I'm not sure what the current status of that project is.  The plugin 
tends to be a bit flaky though.

A project that gets far more attention is the NPanday project:

http://www.codeplex.com/npanday

I have not looked at it in a while (other than to know it gets more attention), 
but last I looked at it, it was more geared to making Maven work within Visual 
Studio.  That may have changed/improved.  You should definitely 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 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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



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 
use for C#...


http://incubator.apache.org/nmaven/ but there seemed to be not many 
activies over a long time...


Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org