From users-return-2746-apmail-buildr-users-archive=buildr.apache.org@buildr.apache.org Wed Sep 29 02:15:57 2010 Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 54476 invoked from network); 29 Sep 2010 02:15:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 02:15:57 -0000 Received: (qmail 11870 invoked by uid 500); 29 Sep 2010 02:15:57 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 11827 invoked by uid 500); 29 Sep 2010 02:15:57 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 11819 invoked by uid 99); 29 Sep 2010 02:15:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 02:15:56 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,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 antoine.toulme@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 02:15:50 +0000 Received: by iwn3 with SMTP id 3so638802iwn.17 for ; Tue, 28 Sep 2010 19:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=EHDJONogC0OZ1haTYObIRGZ0udu+Z8PpU+DQw5d8DhU=; b=FktvwZ7VfXRVTMI+o/Fb9YUXMXPvnBpSVc/2IeNg9mNZBq3VkNmSNqLfzn20s9DcPX RGjMKahVnHzJpXnBrIU2lh6bGSpuM5Gn7Z0rVS25cjGErwFA4K+HHc9gCSW77aTHOEpp jszOjHDIxO/d7edAZPny6YyG7e1df6njyNn4I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=X6Xr2sWmUQ0BSwM5aobdI7nZd/EnGoJoEMjGla2gx2gJfZBNPHpc52Bp2J2g0zKeyg vgOJpWzfLxw5rC8iBXu8KHe25fdnfzG+tP2ghOQle6qNhRuPQ9MzDQ04jdm2a5IA5A+h kwq7/kfrXsJpW1IXTcclGUsFTqHQ5+dX7TSt8= Received: by 10.231.19.3 with SMTP id y3mr919836iba.156.1285726528890; Tue, 28 Sep 2010 19:15:28 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.toulme@gmail.com Reply-To: antoine@lunar-ocean.com Received: by 10.231.160.206 with HTTP; Tue, 28 Sep 2010 19:15:08 -0700 (PDT) In-Reply-To: References: From: Antoine Toulme Date: Tue, 28 Sep 2010 19:15:08 -0700 X-Google-Sender-Auth: eVSxGhAel1eHUJSOQYg6MY7EXhA Message-ID: Subject: Re: Integration Tests + Unit Tests in the same project? To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=00221532cc5c08721904915c89e1 X-Virus-Checked: Checked by ClamAV on apache.org --00221532cc5c08721904915c89e1 Content-Type: text/plain; charset=ISO-8859-1 I think that's the case right now, indeed. Buildr was trying to be more granular and say, we're either building java, or building a big war. The big assembly project at the end is the one that should require integration tests. At least I think that was the idea. On Tue, Sep 28, 2010 at 18:16, Peter Donald wrote: > Hi, > > I am in the process of converting a bunch of builds based on > ant/maven/rake to buildr. One of the patterns that I can not see how > to directly translate into buildr is the single project with multiple > test types within it. i.e. A project has integration and unit tests > both written in java and both stored in test hierarchy. It also has > ruby based integration tests sitting side by side the java test code. > AFAICS buildr is not really set up for this scenario. It seems that > for each project there can only be one test invocation, one test > framework and can not run parts at both integration testing time and > unit testing time. Is this correct? > > Any suggestions on how to deal with this? > > -- > Cheers, > > Peter Donald > --00221532cc5c08721904915c89e1--