Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 30517 invoked from network); 4 Sep 2003 11:13:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Sep 2003 11:13:06 -0000 Received: (qmail 51071 invoked by uid 500); 4 Sep 2003 11:12:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51017 invoked by uid 500); 4 Sep 2003 11:12:39 -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 50989 invoked from network); 4 Sep 2003 11:12:39 -0000 Received: from unknown (HELO mgw-x1.nokia.com) (131.228.20.21) by daedalus.apache.org with SMTP; 4 Sep 2003 11:12:39 -0000 Received: from esvir01nok.ntc.nokia.com (esvir01nokt.ntc.nokia.com [172.21.143.33]) by mgw-x1.nokia.com (Switch-2.2.6/Switch-2.2.6) with ESMTP id h84BCNB26582 for ; Thu, 4 Sep 2003 14:12:25 +0300 (EET DST) Received: from esebh004.NOE.Nokia.com (unverified) by esvir01nok.ntc.nokia.com (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Thu, 4 Sep 2003 14:12:23 +0300 Received: from esebe014.NOE.Nokia.com ([172.21.138.53]) by esebh004.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6139); Thu, 4 Sep 2003 14:12:23 +0300 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: problem with the java task... Date: Thu, 4 Sep 2003 14:12:18 +0300 Message-ID: <62D73DD5B95CE14084EC17103E347B700FE62F@esebe014.ntc.nokia.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problem with the java task... Thread-Index: AcNyPKW9F0zLwjztRLCbIyiKq1IHcgAlns2w From: To: X-OriginalArrivalTime: 04 Sep 2003 11:12:23.0531 (UTC) FILETIME=[6A680BB0:01C372D5] 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 Hi, I was running it in verbose mode, it didn't give any error but = dispalying all paths and stuff exactly correct. It still goes into that = non-stoppable mode forcing me to terminate the processes through Windows = task manager. I was trying to debug the target by brutal-force approach like giving a = non-existing path in the arg part of the run target like=20 a = non-valid path I think it should then report that "oclient_pdd_vc.xml" not found or the = path is invalid .. but instead it's still going into that non-stoppable mode. So how can I really debug it or some means to find where the fault is ?? Is there any way to use jvmarg without fork ?? -----Original Message----- From: ext Tim Gordon [mailto:tim.gordon@allustra.com] Sent: 03 September, 2003 19:26 To: Ant Users List Subject: RE: problem with the java task... It sounds like it's crashed with no output but the forked JVM hasn't terminated - ANT will wait to join up with any forked JVM. Don't be = fooled into thinking that ANT will spawn another long-lived JVM and then the = ANT JVM will exit. Have you tried running in verbose and then executing the command that = output directly, just to ensure the the command line is OK - that way you can determine whether ANT is the problem or the launched app is. And finally, the line will set the system property java.naming.provider.url to be "t3://172.21.113.98:7942 -Xmaxf0.10 -Xms32m -Xmx256m", which may be = what's going wrong. Either split each jvmarg up or use: HTH Tim -----Original Message----- From: Laxma.Nandikonda@nokia.com [mailto:Laxma.Nandikonda@nokia.com] Sent: 03 September 2003 16:00 To: user@ant.apache.org Subject: problem with the java task... Hi friends, = When I run the above target, it goes into executing mode saying = "executing task "run" " and never returns and even sometimes I couldn't cancel it though I can work with other applications. I am unable to point out = what's the problem is ??. I am just transferring my IDEA environment to a ant = build script file. Though I am running it in verbous mode .. At least I want = to know what's wrong ? How can I debug this situation ?? or is something = wrong with this target ?? Thanks in advance.. lakhsy.. --------------------------------------------------------------------- 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