Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31528 - java-config 1.1.0 breaks ant
Summary: java-config 1.1.0 breaks ant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 31468
  Show dependency tree
 
Reported: 2003-10-19 12:05 UTC by Lim Swee Tat (RETIRED)
Modified: 2003-10-19 15:38 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 Lim Swee Tat (RETIRED) gentoo-dev 2003-10-19 12:05:18 UTC
/usr/bin/ant has sections in it which rely on the output of java-config, eg.

JAVA_HOME=`java-config --jdk-home`

But with the upgrade of java-config, java-config --jdk-home gives the output:
JDK_HOME: /opt/sun-jdk-1.4.2.01

That is not something that should be happening dudes.  It breaks all
applications that rely on java-config.

Reproducible: Always
Steps to Reproduce:
1. Install latest java-config
2.
3.
Comment 1 Adrian Almenar 2003-10-19 15:38:46 UTC
I discovered this late last night, so i was making some changes and commited
an hour ago a new version (java-config-1.1.1). I have tested it and it should
work fine with ant.