I am doing this:

        <target name="-build" depends="-deps, -init">
                <mkdir dir="${build.dir}" />
                <if>
                        <available file="entryGUI.properties"/>
                        <then>

in build.xml, and get this error:

/home/patrick/repo/dib/common/build.xml:89: Problem: failed to create
task or type if
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.

and line 89 is the <If>.  I don't see an <If> task in Ant docs either.

What is wrong?

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to