Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 25803 invoked from network); 16 Jan 2004 22:27:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Jan 2004 22:27:32 -0000 Received: (qmail 85756 invoked by uid 500); 16 Jan 2004 22:27:17 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 85714 invoked by uid 500); 16 Jan 2004 22:27:17 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 85681 invoked from network); 16 Jan 2004 22:27:16 -0000 Received: from unknown (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 16 Jan 2004 22:27:16 -0000 Received: from antbuild.com (p5080e692.dip0.t-ipconnect.de [80.128.230.146]) by relay.t-online-com.de (SMTPSVC(1.0.0.1)) with ESMTP id 708F115001D for ; Fri, 16 Jan 2004 23:08:05 +0100 (CET) Message-ID: <400864D8.90602@antbuild.com> Date: Fri, 16 Jan 2004 23:25:28 +0100 From: =?ISO-8859-1?Q?Antoine_L=E9vy-Lambert?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: Launcher issues References: In-Reply-To: X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Dominique Devienne wrote: >FWIW, I've had at least 5 users having problems with the new Ant 1.6 >launcher because they had unexpanded environment variables in their >CLASSPATH. I can almost trace adoption of Ant 1.6 in this company just by >questions about the IllegalArgumentException they're all getting. I suspect >this is not the last we here of this. --DD > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org >For additional commands, e-mail: dev-help@ant.apache.org > > > > Hi Dominique, I do not understand this issue of unexpanded environment variable in one's CLASSPATH. How do your colleagues set their CLASSPATH ? Are they working under Windows or UNIX ? For me, whatever the operating system, if your profile says : export CLASSPATH=$APPLICATIONA_HOME/classes:$APPLICATIONB_HOME/classes:$APPLICATIONC_HOME/first_jar or the equivalent under your operating system, by the time the CLASSPATH environment variable reaches an application it is already expanded. I do not set CLASSPATH under Windows, but I set PATH with the system applet of the control panel. I set PATH to be %ANT_HOME%\bin;%JAVA_HOME%\bin ... but when I open a shell window, the PATH is already expanded. How do your colleagues start ant : - do they start one of the supplied scripts (ant.bat or ant for Unix), - or do they start ant through an IDE, or somehow through API calls - or do they start somehow java org.apache.tools.ant ... from the command line ? Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org