diff options
author | Sven Gothel <[email protected]> | 2010-03-26 01:27:54 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-26 01:27:54 +0100 |
commit | ac0e5af8715937c6f9c0471643cc9653afe2b771 (patch) | |
tree | ab3142b89ea72d10b7fcdf68562bd1ae983741e3 /make/gluegen-cpptasks.xml | |
parent | 4451a665d20be9d8e02f9786049ad4856dc8817b (diff) |
Fix import/basedir bug (ant?) for hudson workspace
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 9 |
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> |