Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 9158 invoked from network); 30 Jul 2009 18:13:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jul 2009 18:13:22 -0000 Received: (qmail 47244 invoked by uid 500); 30 Jul 2009 18:13:20 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 47192 invoked by uid 500); 30 Jul 2009 18:13:20 -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 Delivered-To: moderator for users@buildr.apache.org Received: (qmail 29486 invoked by uid 99); 30 Jul 2009 18:05:01 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of roman.roelofsen@googlemail.com designates 209.85.219.226 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=gpZenJ4CrykitPyjj/RZFJdcW4/7jzPjDAGzV7fCBjk=; b=kloFdWGGbSCcJSe30tPBYbPiuFPMyxozlGbj0a9O8UDnrvoBrRSGA0OR9x+z9hD9jR di4IJ5oKNh/DB+FhyMnxKHO53e4DJQFeAhojsxg257pqCGFta2QvYBf4puDrYxCJpGrM P8IbLghkCqlSBWx+/9Qwh9yAZoFMJdIhdbBqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=SrikVHlwzE0YTcvRH0iOeWn2D3O82W+mTAZfZQy6GCWa3okwbnIMwfwS2ncWlghC3D fRGG7KUzz8NmJ6B8PpwTX5ri4OFQIXWzkY/cj97tSs4Y4D1s+nTR8sUJudjd16NeMT15 sJCEWBJzPpHuv9BLTHFCcRqUAQ3AK86viCfwE= Message-ID: <4A71E0AC.9000400@gmail.com> Date: Thu, 30 Jul 2009 20:04:28 +0200 From: Roman Roelofsen User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: users@buildr.apache.org Subject: build fails when using Scala and dependencies between projects X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, when I have a multi-project build with dependencies between the child projects, and Scala is used for compilation, I get this error: Buildr aborted! unknown exception /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/scala/compiler.rb:111:in `method_missing' /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/scala/compiler.rb:111:in `compile' /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/compile.rb:229:in `initialize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:615:in `call' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:615:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each' This only happens when one projects references another one with e.g. compile.with project("api") No idea whats going on here :-( Cheers, Roman