Re: Installing Native DLL's into local repository

2008-02-07 Thread VUB Stefan Seidel
Hi, Adamson, Eric (DIT) wrote: I'm working with the JACOB (Java-COM Bridge) library, and would like to install its artifacts -- JACOB.JAR and JACOB.DLL -- into my local repository. Installing the JAR was easy, but I'm unclear on how to handle the native library. How does one manage this correc

Re: Installing Native DLL's into local repository

2008-02-06 Thread Jeff MAURY
O > To: "Maven Users List" > Sent: Wednesday, February 06, 2008 12:12 PM > Subject: Re: Installing Native DLL's into local repository > > > Look at the deploy plugin or the native plugin. > > Jeff > > > On Feb 6, 2008 5:14 PM, Adamson, Eric (DIT)

Re: Installing Native DLL's into local repository

2008-02-06 Thread mgainty
sage - Wrom: ZFSQHYUCDDJBLVLMHAALPTCXLYRWTQTIPWIGYO To: "Maven Users List" Sent: Wednesday, February 06, 2008 12:12 PM Subject: Re: Installing Native DLL's into local repository Look at the deploy plugin or the native plugin. Jeff On Feb 6, 2008 5:14 PM, Adamson, Eric (DIT) <[EMAIL PROTECTED]> wrote:

Re: Installing Native DLL's into local repository

2008-02-06 Thread Jeff MAURY
Look at the deploy plugin or the native plugin. Jeff On Feb 6, 2008 5:14 PM, Adamson, Eric (DIT) <[EMAIL PROTECTED]> wrote: > I'm working with the JACOB (Java-COM Bridge) library, and would like to > install its artifacts -- JACOB.JAR and JACOB.DLL -- into my local > repository. Installing the

Installing Native DLL's into local repository

2008-02-06 Thread Adamson, Eric (DIT)
I'm working with the JACOB (Java-COM Bridge) library, and would like to install its artifacts -- JACOB.JAR and JACOB.DLL -- into my local repository. Installing the JAR was easy, but I'm unclear on how to handle the native library. How does one manage this correctly? Also, how best to search the