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 http://lwjgl.org/) into Maven Central

RE: Native dependencies

2005-06-15 Thread Donszelmann, Mark
:[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. Perhaps we can team

Re: Native dependencies

2005-06-15 Thread Brett Porter
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 List; dan tran Subject: Re: Native dependencies One of the best

RE: Native dependencies

2005-06-14 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-14 Thread dan tran
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 dependencies

Re: Native dependencies

2005-06-14 Thread Brett Porter
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 it a try. I am targeting Windows and *nix. Am new to Maven, so will have to go

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 dan tran
. 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 To: Maven Users List Subject: Re: Native dependencies Mark, Do you plan to port

Re: Native dependencies

2005-06-14 Thread Brett Porter
: 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. Perhaps we can team up to merge cpptask

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

Re: Native dependencies

2005-06-14 Thread dan tran
wrote some mathematical lib in jdk 1.5 with templates, and later backported it to 1.4). Regards 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

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

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

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

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 into