Re: Maven for .NET artifact management?

2007-02-20 Thread Wayne Fay
http://maven.apache.org/proposals/incubator/nmaven.html Wayne On 2/20/07, Brad O'Hearne [EMAIL PROTECTED] wrote: All, We have a development environment (product) which involves both Java artifacts and .NET artifacts. Has anyone out there used maven for managing .NET projects? We are using

Re: Maven for .NET artifact management?

2007-02-20 Thread Brett Porter
More directly: http://incubator.apache.org/nmaven/ On 21/02/07, Wayne Fay [EMAIL PROTECTED] wrote: http://maven.apache.org/proposals/incubator/nmaven.html Wayne On 2/20/07, Brad O'Hearne [EMAIL PROTECTED] wrote: All, We have a development environment (product) which involves both Java

RE: Maven in .NET

2007-01-23 Thread Srilakshmanan, Lakshman
http://maven.apache.org/proposals/incubator/nmaven.html Thanks Lakshman -Original Message- From: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 January 2007 4:02 PM To: Maven Users List Subject: Fwd: Maven in .NET -- Forwarded message -- From: Neeraj

Offtopic: Re: Maven and .NET

2006-11-29 Thread Aleksei Valikov
Hi. Morgovsky, Alexander (US - Glen Mills) wrote: Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] I LOVE these legal statements in emails. :) Bye. /lexi

Re: Offtopic: Re: Maven and .NET

2006-11-29 Thread Arik Kfir
lol! On 11/29/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi. Morgovsky, Alexander (US - Glen Mills) wrote: Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] I LOVE these legal statements in emails. :) Bye.

Re: Offtopic: Re: Maven and .NET

2006-11-29 Thread Mirko Nasato
Aleksei Valikov wrote: Morgovsky, Alexander (US - Glen Mills) wrote: Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] I LOVE these legal statements in emails. :) Especially in messages sent to public mailing

Re: Maven and .NET

2006-11-29 Thread Carlos Sanchez
there is som work in progress to make Maven build .NET stuff On 11/29/06, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Is there a version of Maven for .NET? This message (including any attachments) contains confidential information intended for a specific individual and

Re: Maven and .NET

2006-11-29 Thread Brett Porter
http://nmaven.sf.net (this is about to join the project through the incubator) Also, we have some things in the Maven sandbox. - Brett On 30/11/06, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Is there a version of Maven for .NET? This message (including any attachments)

Re: Maven for .Net

2006-09-08 Thread Ivo Limmen
: Friday, 8 September 2006 1:42 AM To: Maven Users List Subject: Re: Maven for .Net AFAIK it should be possible to write a plugin that handles .net flavours, since Maven is 100% pure Java, and Java can use JNI or exec() to call native tools. So even there might be no such plugin yet, you might

Re: Maven for .Net

2006-09-08 Thread Ralf Quebbemann
Well, as for code coverage, maybe NCover (http://ncover.org/site/) does help you. Haven't used it though. bye Ralf Lakshman Srilakshmanan wrote: Ya, I would, if I new the next thing about .Net world. How would tools like code coverage (cobertura), PMDCPD, checkstyle integrate with

Re: Maven for .Net

2006-09-07 Thread Markus KARG
AFAIK it should be possible to write a plugin that handles .net flavours, since Maven is 100% pure Java, and Java can use JNI or exec() to call native tools. So even there might be no such plugin yet, you might want to contribute one? Lakshman Srilakshmanan wrote: Hi All, My company has a fair

Re: Maven for .Net

2006-09-07 Thread Brett Porter
http://svn.apache.org/viewvc/maven/sandbox/csharp/ On 08/09/06, Markus KARG [EMAIL PROTECTED] wrote: AFAIK it should be possible to write a plugin that handles .net flavours, since Maven is 100% pure Java, and Java can use JNI or exec() to call native tools. So even there might be no such

RE: Maven for .Net

2006-09-07 Thread Lakshman Srilakshmanan
:[EMAIL PROTECTED] Sent: Friday, 8 September 2006 1:42 AM To: Maven Users List Subject: Re: Maven for .Net AFAIK it should be possible to write a plugin that handles .net flavours, since Maven is 100% pure Java, and Java can use JNI or exec() to call native tools. So even there might

Re: Maven for .Net

2006-09-06 Thread Matt Raible
http://jroller.com/page/random7?entry=nmaven On 9/6/06, Lakshman Srilakshmanan [EMAIL PROTECTED] wrote: Hi All, My company has a fair few VB, MS .Net projects. Do we have a flavour of Maven for managing the above projects ? If not is there any plans to develop Maven for other technologies ?