RE: Multi-language projects

2005-05-06 Thread Donszelmann, Mark
Subject: RE: Multi-language projects This looks great since we have to use Visual C++ (or at least the Microsoft SDK) to compile our C code. I haven't found anything about this in the documentation, but can your plugin be configured to produce a dll? Regards, Thad Smith -Original Me

RE: Multi-language projects

2005-05-06 Thread Donszelmann, Mark
: RE: Multi-language projects This looks great since we have to use Visual C++ (or at least the Microsoft SDK) to compile our C code. I haven't found anything about this in the documentation, but can your plugin be configured to produce a dll? Regards, Thad Smith -Original Message-

RE: Multi-language projects

2005-05-06 Thread Smith, Thad
ailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 11:57 AM To: Maven Users List Subject: RE: Multi-language projects Hi we started with the native plugin for C and C++ and extended it for Fortran and use cross-platform libraries (nar files) and include packages. Have a look at:

RE: Multi-language projects

2005-05-05 Thread Donszelmann, Mark
: Smith, Thad [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 9:08 AM To: Maven Users List Subject: Multi-language projects Hi, I'm new to Maven and am looking at it to unify the build processes for all of the internal products my group supports. We have several J2EE projects that

RE: Multi-language projects

2005-05-05 Thread Donszelmann, Mark
: Smith, Thad [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 9:08 AM To: Maven Users List Subject: Multi-language projects Hi, I'm new to Maven and am looking at it to unify the build processes for all of the internal products my group supports. We have several J2EE projects that

RE: Multi-language projects

2005-05-05 Thread Smith, Thad
Perfect. Thanks, Thad -Original Message- From: Thomas Van de Velde [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 3:05 PM To: Maven Users List Subject: Re: Multi-language projects Thad, You can use the following parameters: spawn=false failonerror=true and a couple of

Re: Multi-language projects

2005-05-05 Thread Thomas Van de Velde
elde [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 05, 2005 11:25 AM > To: Maven Users List > Subject: Re: Multi-language projects > > I am not aware of any plugins for C but you could call from > a > custom plugin to execute a compilation script for your language. Your &

RE: Multi-language projects

2005-05-05 Thread Smith, Thad
an de Velde [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 11:25 AM To: Maven Users List Subject: Re: Multi-language projects I am not aware of any plugins for C but you could call from a custom plugin to execute a compilation script for your language. Your compilation scripts can be pac

Re: Multi-language projects

2005-05-05 Thread dan tran
I have good success using maven-native-plugin, but 1. it uses ant's cpp-tasks which is not in active development 2. cpp-task does not support 'C', but there are uncommitted patches. cpp-task is fairly straight forward to maintain yourself . (which can be bad) 3. This plugin als

Re: Multi-language projects

2005-05-05 Thread Thomas Van de Velde
ppropriate compiler. Cheers, Thomas On 5/5/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: > > I am not aware of any plugins for C but you could call from a > custom plugin to execute a compilation script for your language. Your > compilation scripts can be packaged within a plugin and

Re: Multi-language projects

2005-05-05 Thread Thomas Van de Velde
I am not aware of any plugins for C but you could call from a custom plugin to execute a compilation script for your language. Your compilation scripts can be packaged within a plugin and executed on any machine that has the a On 5/5/05, Smith, Thad <[EMAIL PROTECTED]> wrote: > > Hi, > > I'

Re: Multi-language projects

2005-05-05 Thread baleineca
On 5/5/05, Smith, Thad <[EMAIL PROTECTED]> wrote: > Secondly, Are there any plugins out there to do Perl validation or C > compilation? My intuition is no since I can't find them on any of the > Maven plugin pages. I wanted to make sure before I go writing my own. Don't know about Perl, but for C

Multi-language projects

2005-05-05 Thread Smith, Thad
Hi, I'm new to Maven and am looking at it to unify the build processes for all of the internal products my group supports. We have several J2EE projects that we're working on which makes Maven a good fit. But we also have several non-Java projects and what's worse is that some of our J2EE projects