Re: <copy> command no longer using symbols?

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

  • Next message: Andrus Adamchik: "Re: Java App Bundle task"

    Uli,

    OK - I now understand the problem. ${dest.dir} used to be the build
    directory, now it's the dist directory. When I run the app inside
    Eclipse, it uses the build version, so I'm not getting the copied
    resources into the right place. What symbol represents the build
    dir? I can't find it anywhere.

    Unfortunately, a library I'm using is very bad and insists that the
    INTCX_HOME directory is at the base of where the app is running, so
    it must be copied into build/<APP>.woa.

    Thanks for your 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 - 09:51:48 EDT