Bugzilla – Attachment 487 Details for
Bug 772
gluegen is doing a wrong assumption in term of path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the problem
0001-Fix-the-path-declaration-when-building-without-w-per.patch (text/plain), 1.38 KB, created by
Sylvestre Ledru
on 2013-07-01 17:26:46 CEST
(
hide
)
Description:
Fix the problem
Filename:
MIME Type:
Creator:
Sylvestre Ledru
Created:
2013-07-01 17:26:46 CEST
Size:
1.38 KB
patch
obsolete
>From 7440c44d408a3d2ce52cfdeec093d21cb2a94b0e Mon Sep 17 00:00:00 2001 >From: Sylvestre Ledru <sylvestre@debian.org> >Date: Mon, 1 Jul 2013 16:54:17 +0200 >Subject: [PATCH] Fix the path declaration when building without +w permission > >--- > make/build.xml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/make/build.xml b/make/build.xml >index 65b24ef..07ad90b 100644 >--- a/make/build.xml >+++ b/make/build.xml >@@ -616,9 +616,9 @@ > <replaceregex pattern="/\*value2\*/FloatBuffer/\*value2\*/" replace="${pstack.value2}"/> > </filterchain> > </copy> >- <mkdir dir="${gluegen.root}/${rootrel.build}/test/build/gensrc/classes"/> >- <copy file="${gluegen.root}/src/junit/com/jogamp/common/util/TestFloatStack01.java" >- tofile="${gluegen.root}/${rootrel.build}/test/build/gensrc/classes/com/jogamp/common/util/${pstack.testname}.java" overwrite="true"> >+ <mkdir dir="${src.generated.java}/${rootrel.build}/test/build/gensrc/classes"/> >+ <copy file="${gluegen.root}/src/junit/jogamp/common/util/TestFloatStack01.java" >+ tofile="${src.generated.java}/${rootrel.build}/test/build/gensrc/classes/com/jogamp/common/util/${pstack.testname}.java" overwrite="true"> > <filterchain> > <replaceregex pattern="FloatStack" replace="${pstack.name}"/> > <replaceregex pattern="TestFloatStack01" replace="${pstack.testname}"/> >-- >1.7.10.4 >
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 772
: 487