Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69989 Details for
Bug 108279
log4j-1.2.12 doesn't build (wrong -source parameter in build.xml)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild Patch which adds correct -source parameters
log4j.diff (text/plain), 820 bytes, created by
Andreas Mann
on 2005-10-06 07:43:36 UTC
(
hide
)
Description:
Ebuild Patch which adds correct -source parameters
Filename:
MIME Type:
Creator:
Andreas Mann
Created:
2005-10-06 07:43:36 UTC
Size:
820 bytes
patch
obsolete
>--- /usr/portage/dev-java/log4j/log4j-1.2.12.ebuild 2005-09-09 01:45:21.000000000 +0200 >+++ /usr/local/portage/dev-java/log4j/log4j-1.2.12-r1.ebuild 2005-10-06 16:14:39.000000000 +0200 >@@ -36,7 +36,8 @@ > > src_compile() { > local antflags="jar" >- use jikes && antflags="${antflags} -Dbuild.compiler=jikes" >+ use jikes && antflags="${antflags} -Dbuild.compiler=jikes -Djavac.source=1.3" >+ use jikes || antflags="${antflags} -Djavac.source=1.2" > use javamail && antflags="${antflags} -Djavamail.jar=$(java-pkg_getjar sun-javamail-bin mail.jar) -Dactivation.jar=$(java-pkg_getjar sun-jaf-bin activation.jar)" > use jmx && antflags="${antflags} -Djmx.jar=$(java-pkg_getjar jmx jmxri.jar) -Djmx-extra.jar=$(java-pkg_getjar jmx jmxtools.jar)" > #use jms && antflags="${antflags} -Djms.jar=$(java-pkg_getjar openjms jms.jar)"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 108279
: 69989