Basic include task in ant does not work. I just want to include the Eclipse generated build.xml in my custom build file.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project basedir="." name="rizotek_server">
<include file="build.xml"/>
</project>
Both files are in the same directory.
I get exception. BUILD FAILED build_server.xml:3: Problem: failed to create task or type include Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place.
I looked at the Ant tutorials and I don't see any difference between the examples there and what I did. What am I doing wrong? Thanks everyone. Kirill.