Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 38836 invoked from network); 5 Jul 2005 17:36:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2005 17:36:57 -0000 Received: (qmail 96110 invoked by uid 500); 5 Jul 2005 17:36:46 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 96010 invoked by uid 500); 5 Jul 2005 17:36:45 -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 95979 invoked by uid 99); 5 Jul 2005 17:36:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 10:36:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aidan@kenamea.com designates 66.93.142.8 as permitted sender) Received: from [66.93.142.8] (HELO daedalus.kenamea.com) (66.93.142.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 10:36:44 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Pass project classpath into ant file? (M-102) Date: Tue, 5 Jul 2005 10:36:40 -0700 Message-ID: <3362F47D2574474E809FAA631BE43AD310383D@daedalus.kenamea.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Pass project classpath into ant file? (M-102) Thread-Index: AcWBfbaPF8RDW+7BS2qHDkvgHhLTBgACTdjw From: "Aidan Donohoe" To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Does anyone know how to pass the project classpath (maven.dependency.classpath) into an ant file which can use it as a path? I can pass properties successfully, but after reading docs and searching, I cannot find a way to pass in maven.dependency.classpath such that a ant java task (in an separate ant file) can reference the path. It seems like there is probably a way to do this..? Thanks for the help so far, Aidan. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org