From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8096a6bb94951737 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Michael R Newsgroups: comp.lang.ada Subject: Re: Continuous integration for Ada? Date: Fri, 20 May 2011 18:57:16 -0700 (PDT) Organization: http://groups.google.com Message-ID: <77e687e4-891e-47a1-98f4-4624dc12b75b@glegroupsg2000goo.googlegroups.com> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 76.126.190.57 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1305943037 6782 127.0.0.1 (21 May 2011 01:57:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 21 May 2011 01:57:17 +0000 (UTC) In-Reply-To: <4Zudnb-7mvO-NUvQ4p2dnAA@giganews.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.126.190.57; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-Google-Web-Client: true Xref: g2news2.google.com comp.lang.ada:20327 Date: 2011-05-20T18:57:16-07:00 List-Id: Hi, I use Hudson to build and test my software. I've modified the standard AUn= it XML reporter to generate an XML file Hudson recognizes which gives you a= nice graph of test results over time (builds). Subversion is also directl= y supported. Setting it up is trivial. Hudson is available at http://www.hudson-ci.org/ For the Hudson-ized XML reporter see, https://zanyblue.svn.sourceforge.net/svnroot/zanyblue/trunk/src/test/unitte= st/zanyblue-test-reporter_xml.ads https://zanyblue.svn.sourceforge.net/svnroot/zanyblue/trunk/src/test/unitte= st/zanyblue-test-reporter_xml.adb I'm afraid my Hudson system is behind a firewall so I can't show you the pa= ges. Let me know if you need any additional info. Take care, Michael.