| Summary: | dev-java/xstream-1.2 ebuild fails on documentation installation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alistair Bush (RETIRED) <ali_bush> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maekke |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 197861 | ||
|
Description
Alistair Bush (RETIRED)
2007-08-09 00:18:59 UTC
Well in the current shape the javadocs don't build either: [javadoc] /var/tmp/portage/dev-java/xstream-1.2/work/xstream-1.2/src/java/com/thoughtworks/xstream/annotations/Annotations.java:25: <identifier> expected [javadoc] private static final Set<Class<?>> configuredTypes = new HashSet<Class<?>>(); [javadoc] ^ Seems the javadoc target should be done with 1.5. *** Bug 204648 has been marked as a duplicate of this bug. *** Markus Meier <maekke@gentoo.org> says: >>> Install xstream-1.2-r1 into /var/tmp/portage/dev-java/xstream-1.2-r1/image/ category dev-java * No index.html in javadoc directory find: `/var/tmp/portage/dev-java/xstream-1.2-r1/image//usr/share/doc/': No such file or directory >>> Completed installing xstream-1.2-r1 into /var/tmp/portage/dev-java/xstream-1.2-r1/image/ # qlist xstream-1.2-r1 /usr/share/xstream/lib/xstream.jar /usr/share/xstream/package.env /usr/share/xstream/sources/xstream-src.zip /usr/share/xstream/api api is a dead symlink to /usr/share/doc/xstream-1.2-r1/html/api Which is just a symptom of what Betegeuse says above :) Added patch for build.xml which fixes generating build.xml using jdk-1.4. |