From continuum-users-return-5181-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Mon Nov 05 17:59:45 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 94633 invoked from network); 5 Nov 2007 17:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2007 17:59:45 -0000 Received: (qmail 25412 invoked by uid 500); 5 Nov 2007 17:55:52 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 25387 invoked by uid 500); 5 Nov 2007 17:55:52 -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 25375 invoked by uid 99); 5 Nov 2007 17:55:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 09:55:52 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 17:55:56 +0000 Received: by wx-out-0506.google.com with SMTP id h28so1534503wxd for ; Mon, 05 Nov 2007 09:55:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rvCXchZh5eX9wViDwZ9QFHeRs4rjHw4hjk23uY44mvg=; b=peQ3x1IX3IaYAGzoV5F7GccGRks1kzQzv6P1T2DNNyw70+RBreBK5pwC4nJujVVQ3mID1vCAw7Mo1Wj5TxYe0ojy1YuhxtmPMMjfmm/jmFIqcHK+c4WWwWSWTOzd7FQmeM2xGCxmEYhmBeXqDo5AvFsfVN8OaItrf9a+hYMvrJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ILuZCJi9eDBqV3q1BDhfDxW0oK2CJtsAArmAbPJQ0OcyHPBsFu6rZVvKdK1Tn9XooO4OghYL5osxNunv4I/uCO6SUlRJ+1faJCgyUE+PtP71hngEW0MMRcSQ+JkuvD4saijnmSvB62TrmmLiDeSXx5OEuh2lViB1w+CyDNeky3E= Received: by 10.90.88.13 with SMTP id l13mr3656640agb.1194285333575; Mon, 05 Nov 2007 09:55:33 -0800 (PST) Received: by 10.90.34.15 with HTTP; Mon, 5 Nov 2007 09:55:33 -0800 (PST) Message-ID: Date: Mon, 5 Nov 2007 10:55:33 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org Subject: Re: Communicating with Continuum In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 11/5/07, Vishal Pahwa wrote: > We are using continuum1.1-beta-1 for continuous build. Now the > requirement in our project is such that we need to generate a report in > which we can specify the number of builds that have been taken place in > a day. And for that we need to fetch data from Continuum's database. > > So anyone can please tell me how exactly I can perform this activity. One option is to use an external database such as MySQL or Derby Network Server with Continuum, so that you can use query and reporting tools with it. (By default, Continuum uses embedded Derby.) -- Wendy