Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 31528

Summary: java-config 1.1.0 breaks ant
Product: Gentoo Linux Reporter: Lim Swee Tat (RETIRED) <st_lim>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 31468    

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.