Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208098 - dev-java/commons-logging-1.1-r2: missing Jdk14Logger
Summary: dev-java/commons-logging-1.1-r2: missing Jdk14Logger
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 208183 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-29 20:29 UTC by Marcus Klein
Modified: 2008-01-30 17:33 UTC (History)
1 user (show)

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 Marcus Klein 2008-01-29 20:29:43 UTC
To fix bug 200918 java-ant_ignore-system-classes has been added. Unfortunately java.util.logging.Logger is not found during compile and therefore the adapters.jar is lacking of org/apache/commons/logging/impl/Jdk14Logger. I am missing now this log adapter.

Is it possible to not apply java-ant_ignore-system-classes to the complete build.xml? Especially in the discovery target to the following line

    <available classname="java.util.logging.Logger" property="jdk.1.4.present" ignoresystemclasses="true" ></available>

ignoresystemclasses should not be added in my opinion.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-01-30 16:46:58 UTC
*** Bug 208183 has been marked as a duplicate of this bug. ***
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-01-30 17:33:00 UTC
Thanks. Fixed in -r5 (directly stable because -r2 was broken after its stabling) and -r6 (~arch with virtual servletapi).

And if you're curious, the fix is to set jdk.1.4.present=true property manually :)