RE: Native dependencies best practices

2011-01-24 Thread Haszlakiewicz, Eric
>-Original Message- >From: Ruben Garat [mailto:ruben01@gmail.com] >Sent: Saturday, January 22, 2011 9:59 AM >To: Maven Users List >Subject: Native dependencies best practices > >Hi, I am trying to help get a project (Lightweight Java Game Library >) into Maven Central

Re: Native dependencies

2005-06-15 Thread Brett Porter
od example on how to migrate a plugin in jelly from maven 1 > to a mojo+marmelade (M2) and jelly wrapper (M1). > > Regards > Mark > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 14, 2005 1:26 AM > To: Maven Users

RE: Native dependencies

2005-06-15 Thread Donszelmann, Mark
d, etc. The cpptasks system is > > usable and quite ok I think, just not maintained (very well). > > > > Let me know. > > > > Mark > > > > -----Original Message- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 14, 2005 12:05 AM >

RE: Native dependencies

2005-06-14 Thread Donszelmann, Mark
binary dependencies with native languages as maven uses it with Java is still there. Regards Mark Donszelmann -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 3:23 PM To: Maven Users List Subject: Re: Native dependencies See my inline comment On

Re: Native dependencies

2005-06-14 Thread dan tran
; Mark Donszelmann > > > > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 14, 2005 1:21 AM > To: Maven Users List > Subject: Re: Native dependencies > > I may be wrong, but i think the reason of cpptasks is not main

RE: Native dependencies

2005-06-14 Thread Donszelmann, Mark
-Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 1:21 AM To: Maven Users List Subject: Re: Native dependencies I may be wrong, but i think the reason of cpptasks is not maintainable because it tries to know too much. If I am going to convert it to

Re: Native dependencies

2005-06-14 Thread Brett Porter
m is usable > > and quite ok I think, just not maintained (very well). > > > > Let me know. > > > > Mark > > > > -Original Message- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 14, 2005 12:05 AM > > To: Maven Users Lis

Re: Native dependencies

2005-06-14 Thread dan tran
them: > new compilers, some options changed, etc. The cpptasks system is usable > and quite ok I think, just not maintained (very well). > > Let me know. > > Mark > > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 14

RE: Native dependencies

2005-06-14 Thread Donszelmann, Mark
- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 12:05 AM To: Maven Users List Subject: Re: Native dependencies Mark, Do you plan to port your plugin to M2? I think cpp-task is basically dead, I ended up to maintain cpptask with my own changes to support more option

Re: Native dependencies

2005-06-14 Thread Brett Porter
ut we are getting there. > > > > Regards > > Mark Donszelmann > > > > > > -----Original Message- > > From: dan tran [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 13, 2005 2:07 PM > > To: Maven Users List > > Subject: Re: Native depen

Re: Native dependencies

2005-06-14 Thread dan tran
] > Sent: Monday, June 13, 2005 2:07 PM > To: Maven Users List > Subject: Re: Native dependencies > > In case you are going to build native code, take a look at maven-native-plugin > > -D > > On 6/13/05, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > > Will give

RE: Native dependencies

2005-06-13 Thread Donszelmann, Mark
builds, unpacks and distributes Native Archives. Its not complete, see the issues in JIRA, but we are getting there. Regards Mark Donszelmann -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 2:07 PM To: Maven Users List Subject: Re: Native

Re: Native dependencies

2005-06-13 Thread dan tran
In case you are going to build native code, take a look at maven-native-plugin -D On 6/13/05, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Will give it a try. I am targeting Windows and *nix. > > Am new to Maven, so will have to go figure out the pregoal stuff > (ironically, I was just looking

Re: Native dependencies

2005-06-13 Thread Grant Ingersoll
Will give it a try. I am targeting Windows and *nix. Am new to Maven, so will have to go figure out the pregoal stuff (ironically, I was just looking into that for something else!) >>> [EMAIL PROTECTED] 6/13/2005 3:44:55 PM >>> - put the native files under your local repo - add them to your depe

Re: Native dependencies

2005-06-13 Thread dan tran
- put the native files under your local repo - add them to your dependencies list At run time system use pregoal to add the native files to a localtion understand by your system, ORuse some sort of environment valiable to add your file to linkage path What OS are you targeting? -D On 6/13/05