From buildr-user-return-236-apmail-incubator-buildr-user-archive=incubator.apache.org@incubator.apache.org Tue Feb 26 22:22:30 2008 Return-Path: Delivered-To: apmail-incubator-buildr-user-archive@locus.apache.org Received: (qmail 62728 invoked from network); 26 Feb 2008 22:22:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 22:22:30 -0000 Received: (qmail 99956 invoked by uid 500); 26 Feb 2008 22:22:25 -0000 Delivered-To: apmail-incubator-buildr-user-archive@incubator.apache.org Received: (qmail 99937 invoked by uid 500); 26 Feb 2008 22:22:25 -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 99928 invoked by uid 99); 26 Feb 2008 22:22:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 14:22:25 -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 sixtus@gmail.com designates 209.85.134.190 as permitted sender) Received: from [209.85.134.190] (HELO mu-out-0910.google.com) (209.85.134.190) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2008 22:21:51 +0000 Received: by mu-out-0910.google.com with SMTP id w9so3112271mue.6 for ; Tue, 26 Feb 2008 14:21:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:sender; bh=pRG5yeDzu+rPFnbe1DXPOPkFYre2mzy2HuNwwoPOjDs=; b=b2SedwBfKF/bA6KF8l2AxlgwBR5lLkOHO366qSBC3eG5XrKm3r339ZkcRO91uDmKdR7cBWJDV6r9rumnZEE/68X7Fb346i7NJW5EiibmhrLYM6CBQpHhKCyi9uKNQ4o1Zm8FdCbOvvr2F9cl4k27iyVWh8cAxaX4bcp8roOhOyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:sender; b=XsWI2HOQIw6nv5GR9MApIvemXmVJUXMbtheVi+Jfja0NgKtinrv7ga7JDpWxUK312DMKwNldzOiF3Bm3CiX0UTS9bcRIOqpcDDwnh5pvz7QbZMqPxGirjpCv26hEGGwqqZ4nyoPUCHBMvz5rJEgKHecVpUlm+16oeszs0+SfQjA= Received: by 10.82.159.15 with SMTP id h15mr10145241bue.15.1204064519483; Tue, 26 Feb 2008 14:21:59 -0800 (PST) Received: from ?192.168.23.201? ( [92.195.24.61]) by mx.google.com with ESMTPS id s10sm2093633muh.11.2008.02.26.14.21.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Feb 2008 14:21:58 -0800 (PST) Message-Id: <7907D725-2711-482D-A23F-A9C9E0FBF421@overdick.org> From: Hagen Overdick To: buildr-user@incubator.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: test does not include own project in classpath? Date: Tue, 26 Feb 2008 23:21:56 +0100 X-Mailer: Apple Mail (2.919.2) Sender: Hagen Overdick X-Virus-Checked: Checked by ClamAV on apache.org Me again, the files in src/main/java do not seem to be included when compiling src/test/java. Shouldn't this be the default. Can't figure it out. Thanks, Hagen