Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 19181 invoked from network); 7 Oct 2003 23:43:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Oct 2003 23:43:17 -0000 Received: (qmail 74409 invoked by uid 500); 7 Oct 2003 23:42:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 74374 invoked by uid 500); 7 Oct 2003 23:42:52 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 74361 invoked by uid 500); 7 Oct 2003 23:42:52 -0000 Received: (qmail 74357 invoked from network); 7 Oct 2003 23:42:52 -0000 Received: from unknown (HELO twmuws006-smtpout01) (63.92.194.5) by daedalus.apache.org with SMTP; 7 Oct 2003 23:42:52 -0000 Received: from twmuds010-smtprelay03 (twmuds010-smtprelay03 [32.85.29.199]) by smtpout01.wamu.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0HME00BWVRY7E2@smtpout01.wamu.net> for ant-user@jakarta.apache.org; Tue, 07 Oct 2003 15:32:31 -0700 (PDT) Received: from exisea011.us.wamu.net (localhost [127.0.0.1]) by twmuds010-smtprelay03.wamu.net (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HME00JM7RY6XU@twmuds010-smtprelay03.wamu.net> for ant-user@jakarta.apache.org; Tue, 07 Oct 2003 15:32:31 -0700 (PDT) Received: from EXMSEA005.us.wamu.net ([10.144.81.24]) by exisea011.us.wamu.net with Microsoft SMTPSVC(5.0.2195.5329); Tue, 07 Oct 2003 15:32:30 -0700 Date: Tue, 07 Oct 2003 15:32:30 -0700 From: "Karr, David" Subject: How to specify classpath with "refid" AND additional elements? To: ant-user@jakarta.apache.org Message-id: <0C260F619E428642BFA6380177C3ADF337752E@exmsea005.us.wamu.net> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6375.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-class: urn:content-classes:message Thread-topic: How to specify classpath with "refid" AND additional elements? Thread-index: AcONIuTJbekZVBUERZKSXFT9PmQR3g== X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 07 Oct 2003 22:32:30.0844 (UTC) FILETIME=[E5179BC0:01C38D22] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N If I use a "path" element at my "project" level, I can specify the "id" attribute to specify a classpath that I'll reuse in more than one place. I can get that to work with both the "javac" and "java" targets. However, what if I want to specify a classpath that uses the reused classpath, with additional entries? I can see how to specify a classpath element that specifies individual entries (or even "path" entries, containing more than one entry), and I can see how to specify a classpath element that uses "refid" to specify the preset classpath, but I don't see how to do both. I thought perhaps that specifying a "pathelement" element with a "path" attribute value containing the original classpath "refid" in the "${}" wrapper would do it, but it seems to ignore that entry. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org