Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 115901
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Gergan Penkov <gpp666_999@yahoo.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 115901 depends on: Show dependency tree
Bug 115901 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-17 19:34 0000
As you could see in the url, the new xalan consists of two jars: xalan and
serializer, but the ebuild in portage will install only xalan. As a result some
other packages will fail to build for example xdoclet fails on the xslt tasks,
because it could not find the classes from the serializer.jar. netbeans also
fails with similiar errors. Adding the following line 
src_install() {
        java-pkg_dojar build/xalan.jar
+        java-pkg_dojar build/serializer.jar
        use doc && java-pkg_dohtml -r build/docs/*
        use source && java-pkg_dosrc src/*
}
resolves the problem.

------- Comment #1 From Josh Nichols (RETIRED) 2005-12-17 22:49:52 0000 -------
Fixed in CVS. Thanks for reporting!

------- Comment #2 From Petteri Räty 2005-12-18 05:39:55 0000 -------
Made a new revision so that users will get the missing jar.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug