Re: Maven, DLLs and repositories...how ?

2007-06-12 Thread Steinar Bang
Arne Styve [EMAIL PROTECTED]: Thanks for your input. I'll give this a try. However, how do you then use the JAR containing all the DLLs and .so's ? As far as I've understood, you cannot access a DLL that is inside a JAR, and hence you have to extract the DLLs from the JAR in order to use the

SV: Maven, DLLs and repositories...how ?

2007-06-06 Thread Arne Styve
Hi Jason, Thanks for your input. I'll give this a try. However, how do you then use the JAR containing all the DLLs and .so's ? As far as I've understood, you cannot access a DLL that is inside a JAR, and hence you have to extract the DLLs from the JAR in order to use the DLL. Is this correct

Re: SV: Maven, DLLs and repositories...how ?

2007-06-06 Thread Graham Leggett
On Wed, June 6, 2007 8:50 am, Arne Styve wrote: Thanks for your input. I'll give this a try. However, how do you then use the JAR containing all the DLLs and .so's ? As far as I've understood, you cannot access a DLL that is inside a JAR, and hence you have to extract the DLLs from the JAR in

RE: SV: Maven, DLLs and repositories...how ?

2007-06-06 Thread Arne Styve
On Wed, June 6, 2007 8:50 am, Arne Styve wrote: Thanks for your input. I'll give this a try. However, how do you then use the JAR containing all the DLLs and .so's ? As far as I've understood, you cannot access a DLL that is inside a JAR, and hence you have to extract the DLLs

Re: SV: Maven, DLLs and repositories...how ?

2007-06-06 Thread Jason van Zyl
On 6 Jun 07, at 2:50 AM 6 Jun 07, Arne Styve wrote: Hi Jason, Thanks for your input. I'll give this a try. However, how do you then use the JAR containing all the DLLs and .so's ? As far as I've understood, you cannot access a DLL that is inside a JAR, and hence you have to extract the

Re: SV: Maven, DLLs and repositories...how ?

2007-06-06 Thread Mark Donszelmann
Hi have a look at http://java.freehep.org/freehep-nar-plugin Regards Mark Donszelmann On Jun 6, 2007, at 8:10 AM, Jason van Zyl wrote: On 6 Jun 07, at 2:50 AM 6 Jun 07, Arne Styve wrote: Hi Jason, Thanks for your input. I'll give this a try. However, how do you then use the JAR

Maven, DLLs and repositories...how ?

2007-06-05 Thread Arne Styve
Hi, I have a question related to using DLLs with Maven. We colaborate with a company that develops parts of our system. They deliver their component as a set of DLLs. I've used JNI to create a Java interface to these DLL, so that I can use Java to develop the software that will use the DLLs.

Re: Maven, DLLs and repositories...how ?

2007-06-05 Thread Graham Leggett
On Tue, June 5, 2007 10:07 am, Arne Styve wrote: I have a question related to using DLLs with Maven. We colaborate with a company that develops parts of our system. They deliver their component as a set of DLLs. I've used JNI to create a Java interface to these DLL, so that I can use Java to

Re: Maven, DLLs and repositories...how ?

2007-06-05 Thread Jason van Zyl
On 5 Jun 07, at 5:23 AM 5 Jun 07, Graham Leggett wrote: On Tue, June 5, 2007 10:07 am, Arne Styve wrote: I have a question related to using DLLs with Maven. We colaborate with a company that develops parts of our system. They deliver their component as a set of DLLs. I've used JNI to

Re: Maven, DLLs and repositories...how ?

2007-06-05 Thread Max Bowsher
Graham Leggett wrote: We eventually opted to wrap the JNI DLLs / .so files inside a jar, and publish the jar in the repository, including a classifier to show both the platform (windows / linux / solaris) and architecture (x86, amd64, etc). From that point on we only needed to worry about the