| Summary: | log4j-1.2.12 doesn't compile with java 5 (javac: invalid source release: 1.1) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | olivierva <cyberroadie> |
| Component: | New packages | Assignee: | Java team <java> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | dnebinger, m.langer798 |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
olivierva
2005-09-24 16:20:55 UTC
doesn't seem to work on java 1.4 either... 1.5 is package.masked *** Bug 107347 has been marked as a duplicate of this bug. *** I prefer this solution in src_unpack()
sed -i \
-e "s:property name=\"javac.source\" value=\"1.1\":property
name=\"javac.source\" value=\"1.2\":" \
-e "s:property name=\"javac.target\" value=\"1.1\":property
name=\"javac.target\" value=\"1.2\":" \
build.xml || die "sed failed"
*** Bug 107719 has been marked as a duplicate of this bug. *** For those that want an ebuild to fix the problem, I did submit one under bug # 107719. The powers that be marked it as a duplicate of this one and set as resolved. I don't know if that means the ebuild will make it into portage or not. |