Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 15021 invoked from network); 15 May 2008 00:41:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 00:41:43 -0000 Received: (qmail 5119 invoked by uid 500); 15 May 2008 00:41:44 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 5096 invoked by uid 500); 15 May 2008 00:41:44 -0000 Mailing-List: contact buildr-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-user@incubator.apache.org Delivered-To: mailing list buildr-user@incubator.apache.org Received: (qmail 5085 invoked by uid 99); 15 May 2008 00:41:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 17:41:44 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stevewallone@gmail.com designates 209.85.198.240 as permitted sender) Received: from [209.85.198.240] (HELO rv-out-0708.google.com) (209.85.198.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 00:40:56 +0000 Received: by rv-out-0708.google.com with SMTP id k29so193765rvb.0 for ; Wed, 14 May 2008 17:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=StnrlrHikQSYQctrs+cAnpcVADIX8SfbQegVuD5Mswc=; b=bYu8FhexdvkfLg0DjFJ8c0pQOU6JXR6jp/oBMy8oUu5Y6QwbqlS5yvM8CDm+BhURwKKGQ779v+CL5kit4zy54k43mTActIRmzaAu6PRZ5F/W61wmMnOvcPSs+5r5qzb1cc3kCasZuL05o3m9cahY1mVpr642NcVmQbfMMplaH3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=X6B8896Xwt2cC23LtbIrAZWpVvCRHcwO6qI/e/C7WYJIuBbpd2SbnJHL3pMg1fNYsHmjb65Gx2rFNOEN98UPU79sheh2QLYg55hGM7Y4UXqE1FPCvo2dS/Z4fb5bzzAIobAJKloeN0exrgjtvUM78qH/PelzbZYcxyYnKRuZaKo= Received: by 10.141.171.6 with SMTP id y6mr783130rvo.84.1210812071760; Wed, 14 May 2008 17:41:11 -0700 (PDT) Received: by 10.140.135.8 with HTTP; Wed, 14 May 2008 17:41:11 -0700 (PDT) Message-ID: <3a4627da0805141741p9184ceau6d449c2ddd7c3e4b@mail.gmail.com> Date: Wed, 14 May 2008 18:41:11 -0600 From: "Steve Wall" Sender: stevewallone@gmail.com To: buildr-user@incubator.apache.org Subject: Re: Multiple test directories (scala/java) problem. In-Reply-To: <17242684.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3383_22009323.1210812071534" References: <17239777.post@talk.nabble.com> <53466cf0805141451k4a8a2539y82e706921c9b0bd3@mail.gmail.com> <17242684.post@talk.nabble.com> X-Google-Sender-Auth: 774d36bad097b1f5 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3383_22009323.1210812071534 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline If there aren't circular dependencies between scala and java, one solution might be to have 2 projects. The problem might be two test directory structures. On Wed, May 14, 2008 at 4:50 PM, behlma wrote: > > Hi Vigor, > this isn't really the case, as I'm using JUnit for both, Java and Scala > testing. So it really is the same framework, just multiple folders to test. > > > > Victor Hugo Borja wrote: > > > > Currently a project can only have one testing-framework, thus you cannot > > use > > for example junit and easyb on the same project. > > I think this would be a desirable feature. > > > > Buildr tries to guess wich one to use from your project content, in your > > case a java-testing framework is selected by src/test/java. > > > > On Wed, May 14, 2008 at 3:08 PM, behlma wrote: > > > >> > >> Hi there, > >> first of all I must say I'm amazed! Buildr does a terrific job! > >> > >> I ran into a problem however: If I have a src/test/java and > >> src/test/scala > >> directory , buildr seems to only compile and execute the java test > >> directory > >> and forgets about the scala test directory (i.e. does not even try to > >> compile). Is there something I must put in my buildfile? > >> > >> Thanks! > >> > >> Marco > >> -- > >> View this message in context: > >> > http://www.nabble.com/Multiple-test-directories-%28scala-java%29-problem.-tp17239777p17239777.html > >> Sent from the Buildr - User mailing list archive at Nabble.com. > >> > >> > > > > > > -- > > vic > > > > Quaerendo invenietis. > > > > > > -- > View this message in context: > http://www.nabble.com/Multiple-test-directories-%28scala-java%29-problem.-tp17239777p17242684.html > Sent from the Buildr - User mailing list archive at Nabble.com. > > ------=_Part_3383_22009323.1210812071534--