summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-26 01:27:54 +0100
committerSven Gothel <[email protected]>2010-03-26 01:27:54 +0100
commitac0e5af8715937c6f9c0471643cc9653afe2b771 (patch)
treeab3142b89ea72d10b7fcdf68562bd1ae983741e3 /make
parent4451a665d20be9d8e02f9786049ad4856dc8817b (diff)
Fix import/basedir bug (ant?) for hudson workspace
Diffstat (limited to 'make')
-rwxr-xr-xmake/gluegen-cpptasks.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml
index e71805b..dc88340 100755
--- a/make/gluegen-cpptasks.xml
+++ b/make/gluegen-cpptasks.xml
@@ -26,11 +26,18 @@
<typedef resource="net/sf/antcontrib/cpptasks/antlib.xml" classpath="${gluegen.root}/make/lib/cpptasks.jar;${gluegen.root}/make/lib/CppTasksGCCNamespaceHack.jar"/>
<condition property="gluegen-cpptasks.file"
- value="${gluegen.root}/make/gluegen-cpptasks-base.xml">
+ value="${basedir}/${gluegen.root}/make/gluegen-cpptasks-base.xml">
<not>
<isset property="gluegen-cpptask.file" />
</not>
</condition>
+
+ <!--
+ <echo message="gluegen-cpptasks.xml: gluegen.root ${gluegen.root}"/>
+ <echo message="gluegen-cpptasks.xml: gluegen-cpptasks.file ${gluegen-cpptasks.file}"/>
+ <echo message="gluegen-cpptasks.xml: basedir ${basedir}"/>
+ -->
+
<import file="${gluegen-cpptasks.file}" optional="false" />
</project>