Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 28043 invoked from network); 23 Apr 2004 21:08:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Apr 2004 21:08:56 -0000 Received: (qmail 16568 invoked by uid 500); 23 Apr 2004 21:08:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 16447 invoked by uid 500); 23 Apr 2004 21:08:35 -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 16433 invoked from network); 23 Apr 2004 21:08:35 -0000 Received: from unknown (HELO ext-nj2gw-1.online-age.net) (216.35.73.163) by daedalus.apache.org with SMTP; 23 Apr 2004 21:08:35 -0000 Received: from int-nj2gw-5.online-age.net (int-nj2gw-5 [3.159.236.69]) by ext-nj2gw-1.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id i3NL8dfr028098 for ; Fri, 23 Apr 2004 17:08:40 -0400 (EDT) Received: from ncwlmx01nege.wilm.ge.com (localhost [127.0.0.1]) by int-nj2gw-5.online-age.net (8.12.9/8.12.8/990426-RLH) with ESMTP id i3NL8cLk022512 for ; Fri, 23 Apr 2004 17:08:39 -0400 (EDT) Received: by ncwlmx01nege.wilm.ge.com with Internet Mail Service (5.5.2653.19) id ; Fri, 23 Apr 2004 17:08:23 -0400 Message-ID: <42C9EFEA1737D511BA420008C78641510DED88A8@ncwlmx01nege.wilm.ge.com> From: "Conelly, Luis (GNF, Contractor)" To: Ant Users List Subject: RE: What is missing Date: Fri, 23 Apr 2004 17:08:23 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C42977.1CD848C0" 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 ------_=_NextPart_001_01C42977.1CD848C0 Content-Type: text/plain; charset="iso-8859-1" Check you have defined $JAVA_HOME - Points to your JDK home $ANT_HOME - Points to your Ant home and you have nothing in your $CLASSPATH environment variable (messages like this usually comes due to a mess up in your classpath) Regards -----Original Message----- From: Srikrishna.Partha@wellsfargo.com [mailto:Srikrishna.Partha@wellsfargo.com] Sent: Friday, April 23, 2004 4:06 PM To: user@ant.apache.org Subject: What is missing After installing ant , try to invoke ant 1.6.1 I get the following error java.lang.InstantiationException: org.apache.tools.ant.Main at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56) -----Original Message----- From: Jacob Kjome [mailto:hoju@visi.com] Sent: Friday, April 23, 2004 9:05 AM To: Ant Users List Subject: Re: doesn't allow multicased attributes? Thanks Stefan, I thought this had been forgotten. Nice to see it will work properly in the next release! Jake Quoting Stefan Bodewig : > On Sun, 28 Mar 2004, Jacob Kjome wrote: > > > Notice it reports the attribute in all lower case when it is defined > > in mixed case. > > This is how Ant works internally. All attribute names and element > names get turned into lowercase before Ant tries to map them to task > methods. > > had the same problem that you've seen with and > we fixed it in 1.6.1. I just went ahead and fixed in the > same manner so it will be OK in 1.6.2. "OK" here means that it will > lowercase the name you give internally - there is no such thing as a > mixed case attribute in Ant (yet). > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional > commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C42977.1CD848C0--