Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2638 - Ant doesn't run after successful install
Summary: Ant doesn't run after successful install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-10 14:02 UTC by Aaron Broad
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Broad 2002-05-10 14:02:08 UTC
#1 After installing ant it wouldn't run because I had no java specified.  I had
to manually choose blackdown as my default jvm with java-config.  Shouldn't the
first installed become the default.

#2 After configure the JVM ant still wouldn't run and required that I set
ANT_HOME to /usr/share/ant/ and export it.

This prevented me from installing postgresql and php because postgresql requires
ant to work properly to compile.  Once i manually resolved the issue it is
ebuilding fine right now.
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-05-14 09:29:47 UTC
#1: I agree that the first JVM you install should become the default one. This
is on my TODO list.

#2: I cannot reproduce this. The /usr/bin/ant script explicitly sets ANT_HOME to
/usr/share/ant, in ant-1.4.1-r3 (and 1.4.1-r1,2).