From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GQv4J-0005TC-G6 for garchives@archives.gentoo.org; Sat, 23 Sep 2006 00:08:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8N07klG018605; Sat, 23 Sep 2006 00:07:46 GMT Received: from slimak.dkm.cz (slimak.dkm.cz [62.24.64.34]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8N07jq1029254 for ; Sat, 23 Sep 2006 00:07:45 GMT Received: (qmail 99145 invoked by uid 0); 23 Sep 2006 00:07:44 -0000 Received: from r141.net.upc.cz (HELO ?192.168.1.1?) (62.24.83.141) by slimak.dkm.cz with SMTP; 23 Sep 2006 00:07:44 -0000 Message-ID: <45147AD0.30602@gentoo.org> Date: Sat, 23 Sep 2006 02:07:44 +0200 From: Vlastimil Babka User-Agent: Thunderbird 1.5.0.7 (X11/20060917) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 To: gentoo-java Subject: Re: [gentoo-java] contributing to Gentoo Java References: <1158946058.24342.19.camel@localhost> <45142C01.2070608@gentoo.org> <1158956253.7524.5.camel@localhost> <45144669.9030805@gentoo.org> <1158958795.7524.9.camel@localhost> <1158969144.23164.17.camel@wlt.obsidian-studios.com> In-Reply-To: <1158969144.23164.17.camel@wlt.obsidian-studios.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 74502714-f544-49bf-9aed-371cf760ea85 X-Archives-Hash: 33e497ee6741d7aa4b1b725d8b836df4 William L. Thomson Jr. wrote: > This might be a case where a patch is required to remove the test target > from depends unless the test USE flag or etc is set. Actually, even in case of FEATURES=test (and USE=test), you want to remove the test target from depends. Because testing (including building of the test cases, often done in compile-tests target upon which test target depends) should be invoked in src_test() phase, not in src_compile() as part of main build process. So you patch build.xml in any case, and do something like "eant test" in src_test(). -- Vlastimil Babka (Caster) Gentoo/Java -- gentoo-java@gentoo.org mailing list