Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 67515 invoked from network); 21 Apr 2009 22:04:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Apr 2009 22:04:34 -0000 Received: (qmail 87346 invoked by uid 500); 21 Apr 2009 22:04:33 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 87259 invoked by uid 500); 21 Apr 2009 22:04:33 -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 87249 invoked by uid 99); 21 Apr 2009 22:04:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Apr 2009 22:04:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of milu71@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 21 Apr 2009 22:04:23 +0000 Received: (qmail invoked by alias); 21 Apr 2009 22:04:02 -0000 Received: from e178002156.adsl.alicedsl.de (EHLO wladimir) [85.178.2.156] by mail.gmx.net (mp015) with SMTP; 22 Apr 2009 00:04:02 +0200 X-Authenticated: #48488578 X-Provags-ID: V01U2FsdGVkX18Vrq4zWZ4Vhj+JugoEkJPXSWRBEd/htz4ixH00WX YvH2kvIFhszlBw Received: by wladimir (sSMTP sendmail emulation); Wed, 22 Apr 2009 00:03:47 +0000 Date: Wed, 22 Apr 2009 00:03:47 +0200 From: Michael Ludwig To: Ant Users List Subject: Re: Pass multiple directories to -lib option Message-ID: <20090421220347.GB3032@wladimir> References: <576476.8419.qm@web55103.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <576476.8419.qm@web55103.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 X-Virus-Checked: Checked by ClamAV on apache.org Matt Benson schrieb am 21.04.2009 um 05:37:17 (-0700): > > You should probably try embedding your paths, with semicolons, in > double quotes. Your command shell may be interpreting the semicolons > as statement terminators. Using semicolons as the pass seperator would make sense on Windows, where semicolons aren't statement terminators; you can say "echo a;b;c" in cmd.exe, so the problem wouldn't arise. But -lib seems to take only one argument, so the path seperator issue doesn't come in here. Use multiple -lib options, that works. ant -f saxon.xml -lib c:\jlib\saxon9-ant.jar -lib C:\jlib\saxon9.jar Michael Ludwig --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org