From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L3vk1-00017S-J3 for garchives@archives.gentoo.org; Sat, 22 Nov 2008 16:53:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766C8E0411; Sat, 22 Nov 2008 16:53:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3DEEDE0411 for ; Sat, 22 Nov 2008 16:53:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2656964384 for ; Sat, 22 Nov 2008 16:53:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.014 X-Spam-Level: X-Spam-Status: No, score=-3.014 required=5.5 tests=[AWL=0.585, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cYynssf8TWg5 for ; Sat, 22 Nov 2008 16:53:44 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7C9A364456 for ; Sat, 22 Nov 2008 16:53:39 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L3vjh-00026I-TO for gentoo-java@gentoo.org; Sat, 22 Nov 2008 16:53:33 +0000 Received: from dslb-084-061-168-168.pools.arcor-ip.net ([84.61.168.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Nov 2008 16:53:33 +0000 Received: from skoehler by dslb-084-061-168-168.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Nov 2008 16:53:33 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-java@lists.gentoo.org From: =?ISO-8859-15?Q?Sven_K=F6hler?= Subject: [gentoo-java] [ant] javah task, which package? Date: Sat, 22 Nov 2008 17:53:06 +0100 Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-061-168-168.pools.arcor-ip.net User-Agent: Thunderbird 2.0.0.18 (X11/20081105) Sender: news X-Archives-Salt: c2f00c0e-825f-4fba-8333-d27d188d6009 X-Archives-Hash: 579dd68cd2a86afedef4fd88838c0ca1 Hi, which package install ant's javah task? At the moment i get the error: /build.xml:64: Problem: failed to create task or type javah Cause: the class org.apache.tools.ant.taskdefs.optional.Javah was not found. This looks like one of Ant's optional components. Action: Check that the appropriate optional JAR exists in -/usr/share/ant-core/lib -/root/.ant/lib -a directory added on the command line with the -lib argument At the moment, only dev-java/ant-core is installed. And i don't want to install dev-java/ant with all its thousand dependencies. And i also need precise dependencies for my private ebuild, that's going to use ant to build some JNI stuff. Any help appreciated. Regards, Sven