Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 76404 invoked from network); 18 Apr 2010 12:38:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Apr 2010 12:38:42 -0000 Received: (qmail 96589 invoked by uid 500); 18 Apr 2010 12:38:40 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 96374 invoked by uid 500); 18 Apr 2010 12:38:39 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 96366 invoked by uid 99); 18 Apr 2010 12:38:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 12:38:39 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [81.228.8.181] (HELO av10-1-sn2.hy.skanova.net) (81.228.8.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Apr 2010 12:38:32 +0000 Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id 1E87438128; Sun, 18 Apr 2010 14:38:10 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id D3C4438056 for ; Sun, 18 Apr 2010 14:38:09 +0200 (CEST) Received: from [192.168.1.4] (h192n3-g-kt-d1.ias.bredband.telia.com [81.226.91.192]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id BE5C437E43 for ; Sun, 18 Apr 2010 14:38:09 +0200 (CEST) Subject: Native library files From: Jon Kristensen To: users@maven.apache.org Content-Type: text/plain; charset="UTF-8" Date: Sun, 18 Apr 2010 14:38:09 +0200 Message-ID: <1271594289.2330.24.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Hello people! I need some kind of native library support in m2eclipse. Maven is compiling and packaging my project nicely but in order to let m2eclipse handle the dependency management and run my application from within Eclipse I need the so/dll etc files to be put on the classpath and possibly also java.library.path to be set. Does maven deal with native library files in any special way? Also, do you have any suggestions on how this feature should work? Thank you in advance! Warm regards, -- Jon Kristensen --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org