Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325300 Details for
Bug 421503
=dev-java/groovy-2.4.5: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/groovy-1.8-build-pref-locking-fix.patch
groovy-1.8-build-pref-locking-fix.patch (text/plain), 1.02 KB, created by
Ivan Baidakou (dmol)
on 2012-09-29 11:33:02 UTC
(
hide
)
Description:
files/groovy-1.8-build-pref-locking-fix.patch
Filename:
MIME Type:
Creator:
Ivan Baidakou (dmol)
Created:
2012-09-29 11:33:02 UTC
Size:
1.02 KB
patch
obsolete
>diff -Nru /tmp/groovy-1.8.8/config/ant/build-setup.xml ./config/ant/build-setup.xml >--- /tmp/groovy-1.8.8/config/ant/build-setup.xml 2012-09-10 13:54:08.000000000 +0300 >+++ ./config/ant/build-setup.xml 2012-09-28 21:41:05.768532228 +0300 >@@ -73,11 +73,13 @@ > <sequential> > <java classname="org.apache.tools.ant.launch.Launcher" fork="true" maxmemory="@{maxmemory}" failonerror="true"> > <classpath refid="@{classpathref}"/> >- <jvmarg value="-Duser.home=${user.home}" /> >+ <jvmarg value="-Duser.home=${gentoo.user.home}" /> > <arg value="@{target}"/> > <arg value="-DskipFetch=${skipFetch}"/> > <arg value="-DruntimeLibDirectory=${runtimeLibDirectory}"/> > <arg value="-DtoolsLibDirectory=${toolsLibDirectory}" /> >+ <arg value="-Dgentoo.classpath=${gentoo.classpath}" /> >+ <arg value="-Dgentoo.user.home=${gentoo.user.home}" /> > </java> > </sequential> > </macrodef>
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 421503
:
325026
|
325298
| 325300