From continuum-users-return-1863-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed Jun 14 13:45:45 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 22140 invoked from network); 14 Jun 2006 13:45:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 13:45:44 -0000 Received: (qmail 348 invoked by uid 500); 14 Jun 2006 13:45:43 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 326 invoked by uid 500); 14 Jun 2006 13:45:43 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 315 invoked by uid 99); 14 Jun 2006 13:45:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 06:45:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Jun 2006 06:45:41 -0700 Received: (qmail 8885 invoked from network); 14 Jun 2006 13:45:20 -0000 Received: from 74.189.97-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.97.189.74) by 0 with SMTP; 14 Jun 2006 13:45:20 -0000 Message-ID: <449012D7.3070008@venisse.net> Date: Wed, 14 Jun 2006 15:44:55 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: build is not finished if start executable References: <448FEB0D.8040905@softwarium.net> <448FEE85.9030200@bird.cris.net> In-Reply-To: <448FEE85.9030200@bird.cris.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you send your continuum logs? Emmanuel Maksimenko Alexander a écrit : > hi! > I spent 2 days to the following problem : > I start executable in ant script > > > line="/C start calc.exe"/> > > > > the execution of ant script has been finished but continuum build is not > marked finished until I close calculator application > > I look at continuum's log file and find out that it starts ant script by > following shell command: > > ant -f build.xml continium > > So I perform this command in shell and everything is ok - ant script has > been finished just after calculator is launched > > Did I miss something or is it a bug? > > >