RE: Projects with Native Code...

2004-03-03 Thread Klaasmeyer, Corey M
Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 5:01 PM To: Maven Developers List Subject: Re: Projects with Native Code... Klaasmeyer, Corey M wrote: > I'm using Maven for a couple projects with native components. Does the maven > local repo

Re: Projects with Native Code...

2004-03-03 Thread matthew.hawthorne
Klaasmeyer, Corey M wrote: I'm using Maven for a couple projects with native components. Does the maven local repository handle native shared libraries? For example, if I download a project with a shared library in the "//so" directory, does maven add the library to the path, so that the JVM can lo

Projects with Native Code...

2004-03-03 Thread Klaasmeyer, Corey M
I'm using Maven for a couple projects with native components. Does the maven local repository handle native shared libraries? For example, if I download a project with a shared library in the "//so" directory, does maven add the library to the path, so that the JVM can load it? Later, Corey