Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-15 Thread Frederic Simon
Hi, I worked a lot on creating a plugin that is merging the goodies from the native plugin and the freehep nar plugin. It's in production on a big project for linux build, but never had the time to test it for windows. For Linux (and may be others, since it's based on native plugin) I have the

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-14 Thread Mark Donszelmann
Hi On Apr 13, 2007, at 2:00 PM, Christian Goetze wrote: On 4/13/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi Christian, you may have a look at http://java.freehep.org/freehep-nar-plugin it does quite a bit of what you suggest, though it is not perfect. That is pretty neat - but the

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-14 Thread Eric Redmond
On 4/14/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi On Apr 13, 2007, at 2:00 PM, Christian Goetze wrote: On 4/13/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi Christian, you may have a look at http://java.freehep.org/freehep-nar-plugin it does quite a bit of what you suggest,

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-14 Thread Mark Donszelmann
Hi agreed AOL is a classifier. The question is not if it is or not. The question is what the range of this classifier should be to handle ALL the areas of native code, and what their compatibility range should be. Regards Mark On Apr 14, 2007, at 11:15 AM, Eric Redmond wrote: On 4/14/07,

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-14 Thread Eric Redmond
On 4/14/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi agreed AOL is a classifier. The question is not if it is or not. The question is what the range of this classifier should be to handle ALL the areas of native code, and what their compatibility range should be. I see. This is an

[M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Rodrigo Ruiz
Hi all, I am trying to migrate a C++ project to Maven2, but I have troubles to find out the right way to go. The current project uses a Makefile for several Unix systems (custom, no automake used), and separate Visual Studio project files for Windows. The artifact to generate is a shared

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Dan Tran
On 4/13/07, Rodrigo Ruiz [EMAIL PROTECTED] wrote: Hi all, I am trying to migrate a C++ project to Maven2, but I have troubles to find out the right way to go. The current project uses a Makefile for several Unix systems (custom, no automake used), and separate Visual Studio project files for

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Christian Goetze
- Using again the native plugin, create a multi-module project. The parent would contain the C++ source code, while each child module would be devoted to create a single OS/platform specific artifact. I use this option. However you still need to use profile to do debug/release type

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Mark Donszelmann
Hi Christian, you may have a look at http://java.freehep.org/freehep-nar-plugin it does quite a bit of what you suggest, though it is not perfect. Regards Mark Donszelmann On Apr 13, 2007, at 11:48 AM, Christian Goetze wrote: - Using again the native plugin, create a multi-module project.

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Christian Goetze
On 4/13/07, Mark Donszelmann [EMAIL PROTECTED] wrote: Hi Christian, you may have a look at http://java.freehep.org/freehep-nar-plugin it does quite a bit of what you suggest, though it is not perfect. That is pretty neat - but the devil is in the details :) For example, you'd want various