Re: <copy> command no longer using symbols?

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Fri Sep 15 2006 - 02:22:35 EDT

  • Next message: Guido Neitzer: "Re: slow page loads in rapid turnaround mode"

    If called stand allone make sure that all props are defined.

    <target name="copyINTCX" depends="setProps,init.build">
            <copy todir="${dest.dir}/${project.name}.woa/INTCX_HOME">
                    <fileset dir="INTCX_HOME"/>
            </copy>
    </target>

    Uli

    Am 15.09.2006 um 00:06 schrieb Ken Anderson:

    > This used to work:
    >
    > <target name="copyINTCX">
    > <copy todir="${dest.dir}/${project.name}.woa/INTCX_HOME">
    > <fileset dir="INTCX_HOME"/>
    > </copy>
    > </target>
    >
    > Unfortunately, I now get a directory in my project directory called
    > ${dest.dir}
    >
    > I've searched all around and can't find a clue as to why this
    > stopped working... any thoughts?
    >
    > Thanks,
    > Ken
    >



    This archive was generated by hypermail 2.0.0 : Fri Sep 15 2006 - 02:22:38 EDT