thinkpuppet - 2006-05-05

Logged In: YES
user_id=1457221

having virtually the same issue; the problem for us is with:

<module name="ImportControl">
<property name="file" value="${basedir}/import_control.xml"/>
</module>

(in our build environment, the file cannot be found without
the basedir property specified) only the full path to the
file seems to work, eg:

<property name="file" value="c:\some\dir\import_control.xml"/>