Re: <copy> command no longer using symbols?

From: Ken Anderson (list..nderhome.com)
Date: Fri Sep 15 2006 - 06:51:59 EDT

  • Next message: Ken Anderson: "Re: <copy> command no longer using symbols?"

    Thanks Uli. Maybe I have a different problem when running as part of
    the build - but the only way I know how to test a target is
    standalone. Not sure if they're related - but this will certainly help!

    Ken

    On Sep 15, 2006, at 2:22 AM, Ulrich Köster wrote:

    > 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 - 06:52:25 EDT