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
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-
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:
: 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
: 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
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
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
&
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
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
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
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'
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
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
13 matches
Mail list logo