From dev-return-78041-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Feb 01 18:31:00 2007 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 55613 invoked from network); 1 Feb 2007 18:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 18:30:59 -0000 Received: (qmail 42728 invoked by uid 500); 1 Feb 2007 18:31:05 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 42674 invoked by uid 500); 1 Feb 2007 18:31:04 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 42663 invoked by uid 99); 1 Feb 2007 18:31:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 10:31:04 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Thu, 01 Feb 2007 10:30:57 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 5D32C7142B6; Thu, 1 Feb 2007 10:30:37 -0800 (PST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 41511] - junit tasks causes JVM exit while trying to delete "crashfile" In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070201183037.5D32C7142B6@brutus.apache.org> Date: Thu, 1 Feb 2007 10:30:37 -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=41511 ------- Additional Comments From chwells@us.ibm.com 2007-02-01 10:30 ------- Thanks for getting back to me so quickly. That's exactly the problem, although it took me a while to figure out what about the WAS runtime had the conflicting version of Ant in it. Nowhere did I see an actual classpath pulling in any ant jars, so WAS must be doing something else to load them in. After some reverse engineering and experiments, I found that the runtime has two files named "ant.jar" and "optional.jar"; if both of these are removed (or renamed out of the way), then the problem stops happening. Leave either jar there, and the problem still happens. My tests use the WAS runtime but have no use for the Ant components, so this solution is sufficient for now. (NOTE: This is WAS 6.0.1.) -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org