Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106809 - ant-owanttask missing xalan dependency
Summary: ant-owanttask missing xalan dependency
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 10:29 UTC by Josh Nichols (RETIRED)
Modified: 2005-12-10 22:39 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 Josh Nichols (RETIRED) gentoo-dev 2005-09-21 10:29:44 UTC
ant-owanttask seems to need xalan:

    [javac]      8. import org.apache.xalan.processor.TransformerFactoryImpl;
    [javac]                ^-----------------------------------------------^
    [javac] *** Semantic Error: The import
"org/apache/xalan/processor/TransformerFactoryImpl" is not valid, since it does
not name a type in a package.
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2005-10-18 13:33:36 UTC
What jdk are you using? It seem that sun-jdk and blackdown provide the xalan
classes so those work without problems.
Comment 2 Josh Nichols (RETIRED) gentoo-dev 2005-10-18 13:42:34 UTC
I believe this was with kaffe-1.1.6, which I'm guessing doesn't provide xalan
classes.
Comment 3 Josh Nichols (RETIRED) gentoo-dev 2005-12-10 22:39:48 UTC
This should only show up with kaffe. And as it is, we aren't supporting  it as  
a system VM, so marking won't fix. 
  
If at some point we do, this should be re-opened.