Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 86988 invoked from network); 26 May 2000 16:45:40 -0000 Received: from unknown (HELO odo.i2.com) (64.26.226.21) by locus.apache.org with SMTP; 26 May 2000 16:45:40 -0000 Received: from i2.com (ntws238.i2.com [10.16.34.65]) by odo.i2.com (8.9.0/8.9.0) with ESMTP id LAA13869 for ; Fri, 26 May 2000 11:44:31 -0500 (CDT) Message-ID: <392EAA19.909AE849@i2.com> Date: Fri, 26 May 2000 11:45:13 -0500 From: Ken Wood Organization: DSS Production Team X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: Platform independend classpath in build.xml? References: <00052619015608.00628@mohammed> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N path.separator is a pre-defined property that has ";" or ":" depending on what OS you're running. Here is what I did: I used "S" becuase I didn't want path.separator over and over and over... Lars Martin wrote: > > Hi all, > > how do I set a platform independend classpath in build.xml? > > Something like > > > > destdir="${build.dir}" > classpath="${classpath}"/> > > works under Windows but not under Unix. Changing ";" to ":" in the classpath > property works under Unix but not under Windows? What did I wrong? Did i miss > something? > > Lars > -- > ________________________________________________________________ > Lars Martin mailto:lars@softwarebuero.de > softwarebuero m&b (SMB) http://www.softwarebuero.de --