Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 69911 invoked from network); 18 Jan 2008 15:17:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2008 15:17:29 -0000 Received: (qmail 69198 invoked by uid 500); 18 Jan 2008 15:17:19 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 69172 invoked by uid 500); 18 Jan 2008 15:17:19 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 69163 invoked by uid 99); 18 Jan 2008 15:17:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 07:17:19 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 15:16:53 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id C1768714247; Fri, 18 Jan 2008 07:16:59 -0800 (PST) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 44267] - Unable to run ant after upgrading JDK 5.0 update 10 to JDK 5.0 Update 14. In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20080118151659.C1768714247@brutus.apache.org> Date: Fri, 18 Jan 2008 07:16:59 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=44267 Shivananda.Yadrami@headstrong.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From Shivananda.Yadrami@headstrong.com 2008-01-18 07:16 ------- I am able to execute $JAVACMD succssfully from cygwin. But the ant.sh is saying we can execute $JAVACMD. May I know what this below code does? if [ ! -x "$JAVACMD" ] ; then echo "Error: JAVA_HOME is not defined correctly." echo " We cannot execute $JAVACMD" exit 1 fi If I put $JAVACMD just above this code, it is executing the $JAVACMD. This is happening only when I upgrde the JDK from Update 10 to 14 or 13. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.