Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56308 invoked from network); 29 Sep 2008 14:19:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2008 14:19:05 -0000 Received: (qmail 82485 invoked by uid 500); 29 Sep 2008 14:18:59 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 82455 invoked by uid 500); 29 Sep 2008 14:18:59 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 82444 invoked by uid 99); 29 Sep 2008 14:18:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 07:18:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [15.201.24.20] (HELO g4t0017.houston.hp.com) (15.201.24.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 14:17:57 +0000 Received: from G3W0630.americas.hpqcorp.net (g3w0630.americas.hpqcorp.net [16.233.58.74]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by g4t0017.houston.hp.com (Postfix) with ESMTP id 9985938141 for ; Mon, 29 Sep 2008 14:18:00 +0000 (UTC) Received: from G4W1852.americas.hpqcorp.net (16.234.97.230) by G3W0630.americas.hpqcorp.net (16.233.58.74) with Microsoft SMTP Server (TLS) id 8.1.263.0; Mon, 29 Sep 2008 14:17:54 +0000 Received: from GVW1089EXB.americas.hpqcorp.net ([16.234.42.8]) by G4W1852.americas.hpqcorp.net ([16.234.97.230]) with mapi; Mon, 29 Sep 2008 14:17:53 +0000 From: "Pareti, Joseph" To: "user@ant.apache.org" Date: Mon, 29 Sep 2008 14:18:32 +0000 Subject: Usage of classpath/path constructs Thread-Topic: Usage of classpath/path constructs Thread-Index: AckiPkDBIUz3CvSYRh6PBM57jJGCcQ== Message-ID: <164F2D2210CC5344BC2A2DC44BFD0D41429FB6DCD0@GVW1089EXB.americas.hpqcorp.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Virus-Checked: Checked by ClamAV on apache.org I have modified an existing build file wrt a construct within the javac ta= rget: My intention is to expand the classpath already defined in jboss.jars with = additional libraries under /usr/java/jdk1.5.0_02/jre/lib However (being a novice) I am not sure the code I have written does what I = want, infact I suspect it be wrong =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Original construct Modified construct: --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org