Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 77621 invoked from network); 20 Sep 2005 11:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 11:38:59 -0000 Received: (qmail 3639 invoked by uid 500); 20 Sep 2005 11:38:51 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 3586 invoked by uid 500); 20 Sep 2005 11:38:51 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 3573 invoked by uid 99); 20 Sep 2005 11:38:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 04:38:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.6.10.2] (HELO colossus.hpl.hp.com) (192.6.10.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 04:38:53 -0700 Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by colossus.hpl.hp.com (8.12.10/8.12.10) with ESMTP id j8KBamOq025948 for ; Tue, 20 Sep 2005 12:36:48 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j8KBaca0021926 for ; Tue, 20 Sep 2005 12:36:38 +0100 (BST) Message-ID: <432FF446.8060502@apache.org> Date: Tue, 20 Sep 2005 12:36:38 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: FW: problem with using fork in windows xp References: <20050920105511.F01F010FB2B0@asf.osuosl.org> In-Reply-To: <20050920105511.F01F010FB2B0@asf.osuosl.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-HPL-MailScanner-Information: Please contact the Helpdesk for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.276, required 5, autolearn=not spam, ALL_TRUSTED -2.82, AWL 0.54) X-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Gayan Asanka wrote: > > > Hi All, > > > > I am working on Apache axis2 project. I am trying to run few test cases > using a build.xml. I do codegeneration, compiling and run all via this > build.xml. But I am getting a runtime exception if I set fork = "false" both > in linux and windows. Things are ok when fork="true" in linux(Ubuntu). But > in windows it shows me the help to use java commands when fork = "true". > Could somebody pls help me to overcome this triouble? probably means your classpath is bad, so javac is getting confused. run in -verbose to see what command is generated, and look for too many quotes in the classpath argument -steve --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org