From users-return-6400-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Mon Apr 28 16:53:08 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 56944 invoked from network); 28 Apr 2008 16:53:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Apr 2008 16:53:08 -0000 Received: (qmail 76004 invoked by uid 500); 28 Apr 2008 16:53:08 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 75970 invoked by uid 500); 28 Apr 2008 16:53:08 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 75959 invoked by uid 99); 28 Apr 2008 16:53:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2008 09:53:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown ~allip4:66.46.182.51 (nike.apache.org: encountered unrecognized mechanism during SPF processing of domain of claudior@buscape-inc.com) Received: from [66.46.182.52] (HELO relay.ihostexchange.net) (66.46.182.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Apr 2008 16:52:16 +0000 Received: from VMBX107.ihostexchange.net ([192.168.3.4]) by HUB102.ihostexchange.net ([66.46.182.52]) with mapi; Mon, 28 Apr 2008 12:54:28 -0400 From: Claudio Ranieri To: "users@continuum.apache.org" Date: Mon, 28 Apr 2008 12:49:50 -0400 Subject: RES: Problem in Build Definitions Thread-Topic: Problem in Build Definitions Thread-Index: AcipPXPnn+h1qlbRSwS7M+XkK3TezwAEkR+A Message-ID: <0350561216F6304796A8051881D92CAB21BB005430@VMBX107.ihostexchange.net> References: <0350561216F6304796A8051881D92CAB21BB004FE0@VMBX107.ihostexchange.net> <0350561216F6304796A8051881D92CAB21BB004FEA@VMBX107.ihostexchange.net> <0350561216F6304796A8051881D92CAB21BB00536A@VMBX107.ihostexchange.net> <0350561216F6304796A8051881D92CAB21BB0053CE@VMBX107.ihostexchange.net> In-Reply-To: Accept-Language: pt-BR, en-US Content-Language: pt-BR X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: pt-BR, en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Ok. I will do it. Thanks! -----Mensagem original----- De: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com] Enviada em: segunda-feira, 28 de abril de 2008 11:32 Para: users@continuum.apache.org Assunto: Re: Problem in Build Definitions only one build definition of the current project can be run for a specific schedule. If "my deploy" must be run manually, you can attach it to a new schedule defined as not activated. Emmanuel On Mon, Apr 28, 2008 at 4:21 PM, Claudio Ranieri wrote: > I want run only "my install" each 10 minutes. The "my deploy" is executed > only when I want a deploy application in my production enviroment. > The "my deploy" needs has a schedule. I used the same schedule of "my > install". > Only one build definitons is automaticly executed by schedule (marked wit= h > default), correct? > Thanks > > -----Mensagem original----- > De: Emmanuel Venisse [mailto:emmanuel.venisse@gmail.com] > Enviada em: segunda-feira, 28 de abril de 2008 11:09 > Para: users@continuum.apache.org > Assunto: Re: Problem in Build Definitions > > Why do you want to run "clean install" two times every 10 minutes? > > On Mon, Apr 28, 2008 at 3:15 PM, Claudio Ranieri > > wrote: > > > Hi, > > > > Can someone help me? > > Thanks > > > > -----Mensagem original----- > > De: Claudio Ranieri [mailto:claudior@buscape-inc.com] > > Enviada em: quinta-feira, 24 de abril de 2008 16:44 > > Para: users@continuum.apache.org > > Assunto: RES: Problem in Build Definitions > > > > Sorry, in better format > > > > My first build definition > > ---------------------------------------- > > Goals: clean install > > Arguments: --batch-mode --non-recursive > > Build File: pom.xml > > Schedule: ten minutes > > Profile: > > From: GROUP > > Build Fresh: false > > Default: true > > Description: my install > > Type: maven2 > > > > My second build definition > > --------------------------------------- > > Goals: clean install wagon:deploy > > Arguments: --batch-mode --non-recursive > > Build File: pom.xml > > Schedule: ten minutes > > Profile: > > From: PROJECT > > Build Fresh: false > > Default: false > > Description: my deploy > > Type: maven2 > > > > The default build is "my install"(description), but the "my > > deploy"(description) is executed in schedule trigger. Why? > > Thanks > > > > > > -----Mensagem original----- > > De: Claudio Ranieri [mailto:claudior@buscape-inc.com] > > Enviada em: quinta-feira, 24 de abril de 2008 16:34 > > Para: users@continuum.apache.org > > Assunto: Problem in Build Definitions > > > > Hi, > > > > I am using Continuum 1.1 final > > In my project, I have 2 build definitions: > > > > Goals | Arguments > > | Build File | Schedule | Profile | From > > | Build Fresh | Default | Description | Type > > clean install | --batch-mode > --non-recursive > > | pom.xml | ten minutes | | GROUP | false = | > > true | my install | maven2 > > clean install wagon:deploy | --batch-mode --non-recursive | pom.xml | > ten > > minutes | | PROJECT | false | false | > my > > deploy | maven2 > > > > The default build is "my install", but the "my deploy" is executed in > > schedule trigger. Why? > > Thanks > > >