Gentoo Archives: gentoo-java

From: "Sven Köhler" <skoehler@×××.de>
To: gentoo-java@l.g.o
Subject: [gentoo-java] [ant] javah task, which package?
Date: Sat, 22 Nov 2008 16:53:53
Message-Id: gg9de6$ecm$1@ger.gmane.org
1 Hi,
2
3 which package install ant's javah task?
4
5 At the moment i get the error:
6 /build.xml:64: Problem: failed to create task or type javah
7 Cause: the class org.apache.tools.ant.taskdefs.optional.Javah was not found.
8 This looks like one of Ant's optional components.
9 Action: Check that the appropriate optional JAR exists in
10 -/usr/share/ant-core/lib
11 -/root/.ant/lib
12 -a directory added on the command line with the -lib argument
13
14 At the moment, only dev-java/ant-core is installed. And i don't want to
15 install dev-java/ant with all its thousand dependencies.
16 And i also need precise dependencies for my private ebuild, that's going
17 to use ant to build some JNI stuff.
18
19 Any help appreciated.
20
21
22 Regards,
23 Sven

Replies

Subject Author
Re: [gentoo-java] [ant] javah task, which package? Serkan Kaba <serkan@g.o>