From d6f328b7201080e0e14f54fb37099938fed1024c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 05:33:34 +0100 Subject: Fix build.xml: Processed CL stub_includes _must_ reside in current folder (make) due to relative fileset access only! Commit aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 moved processed CL stub_includes to 'build/includes', which would be 'nice to have'. However, due to relative fileset restrictions, we must locate it from current folder 'make'. Not detected, since an old 'make/includes/CL' was still around. Using dedicated folder 'make/stub_includes.gen'. --- .gitignore | 2 +- make/build.xml | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 51a26a85..717b41b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ build dist -make/stub_includes/CL .idea/workspace.xml **~ +make/stub_includes.gen diff --git a/make/build.xml b/make/build.xml index 76b9f0af..2b6a87aa 100644 --- a/make/build.xml +++ b/make/build.xml @@ -165,25 +165,31 @@ + + - + + - + - - + + + + + @@ -207,7 +213,7 @@ - + @@ -272,6 +278,7 @@ + @@ -284,6 +291,7 @@ + @@ -622,6 +630,7 @@ + @@ -898,7 +907,7 @@ - + -- cgit v1.2.3