If you set 

[arch.[os.[linker.]freehep.nar.outtype to shared

it will produce a dll/so, but I have not tested this very well.

I also still need to decide what to do with the fact that Linux/Unix can use 
the same name for .a and .so libs, since you link with one or the other, while 
Windows cannot use the same name for .lib/.dll since you always need to link to 
the .lib (adapter for the .dll). 

Is there any convention for this on Windows?


Regards,

Mark 

-----Original Message-----
From: Smith, Thad [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 06, 2005 7:43 AM
To: Maven Users List
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 Message-----
From: Donszelmann, Mark [mailto:[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:

http://java.freehep.org/freehep-nar-plugin

for maven 1.0.2 for now.

Regards
Mark Donszelmann 

-----Original Message-----
From: 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 
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 have other 
languages intertwined such as Perl and C and even some proprietary languages.

I'm looking for two things...First, is anyone else out there using Maven to 
successfully manage non-java projects like this? If so, do you have any 
experiences/best practices that you can share?

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.

Regards,

Thad Smith
Senior Software Engineer
Electric Reliability Council of Texas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to