From users-return-8092-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Thu Jun 17 18:00:25 2010 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 49516 invoked from network); 17 Jun 2010 18:00:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 18:00:25 -0000 Received: (qmail 99431 invoked by uid 500); 17 Jun 2010 18:00:25 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 99379 invoked by uid 500); 17 Jun 2010 18:00:24 -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 99369 invoked by uid 99); 17 Jun 2010 18:00:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 18:00:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wsmoak@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 18:00:16 +0000 Received: by fg-out-1718.google.com with SMTP id e21so135714fga.14 for ; Thu, 17 Jun 2010 10:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=a85g3z1Zi8s0uXEzoQ75F1Aw1CxUzMQoI4798sw1COk=; b=vt2t9Gk1K2yIcmk53HpvVbNnGcn47DnGVkDWvTmmCa/VxyFeuikRIF+Hekle2FPADm QQ4K0F7K7tTzfz5r95HNSoGLBPGU0YRpNccs77xpTEVkE0cTql7bnsWdJyi8PJkFWkTd rqfuBZoJacIIxTVlSKcsT3ATKuePZYGVWkSto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=tumc/pD989dWVs1RatJOG2o3uh1RvEwwgksei6hj1pAyujzefUaY1iQvtbzJ19pVLx JbqOAeU2DeFHnhAKg42I7+17RIq8hh83sBvcN7MEeXCspn+NP0DVaGdxkYTvlPdL/QiF ME1Up8nb8aVQrOap4YuVU1e8dsjDULRCS7Hik= Received: by 10.239.140.143 with SMTP id x15mr696460hbx.141.1276797596207; Thu, 17 Jun 2010 10:59:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.172.79 with HTTP; Thu, 17 Jun 2010 10:59:36 -0700 (PDT) In-Reply-To: References: From: Wendy Smoak Date: Thu, 17 Jun 2010 13:59:36 -0400 Message-ID: Subject: Re: Auto build To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jun 17, 2010 at 12:19 PM, sandeep reddy w= rote: > Is there a way to trigger a =A0build automatically when someone commits c= ode > to the svn repository using Continuum? There is an xmlrpc interface [1], so you could write something that would, for example, watch the mailing list that commits are sent to, and when it sees a commit, connect to Continuum and force a build. (I would not do it in a post-commit hook, those should be simple and quick, and running a Java program that has to fire up a JVM and then connect to another server is neither.) Let us know how it goes if you try it, this would be a great example to write up in an article. [1] http://continuum.apache.org/docs/1.3.6/developer_guides/xmlrpc.html --=20 Wendy