From continuum-users-return-503-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Mon Nov 21 10:14:53 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 48780 invoked from network); 21 Nov 2005 10:14:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Nov 2005 10:14:50 -0000 Received: (qmail 80702 invoked by uid 500); 21 Nov 2005 10:14:46 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 80685 invoked by uid 500); 21 Nov 2005 10:14:46 -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 80674 invoked by uid 99); 21 Nov 2005 10:14:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 02:14:46 -0800 Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 02:16:19 -0800 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id 2CF899C90D4 for ; Mon, 21 Nov 2005 11:14:25 +0100 (CET) Received: (qmail 16105 invoked from network); 21 Nov 2005 10:14:27 -0000 Received: from 130.20.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.20.130) by 0 with SMTP; 21 Nov 2005 10:14:27 -0000 Message-ID: <43819DFE.8010702@venisse.net> Date: Mon, 21 Nov 2005 11:14:22 +0100 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: how to run a build file in a nested folder? References: <4381035B.9060508@mit.edu> In-Reply-To: <4381035B.9060508@mit.edu> 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 It's a bug. File an issue and we'll fix it in next version. Emmanuel Adam Kiezun a écrit : > Hi, > In my ant project, I have a build.xml file in a folder called > "experiments", to run some experiments. > > Now, I want to run the experiments, say, once every 4 hours. > How to specify that builder in Continuum? > The webform says: "relative location of POM file". > So I tried "experiments/build.xml", but in vain. > > /adam > > >