Re: <copy> command no longer using symbols?

From: Ken Anderson (list..nderhome.com)
Date: Fri Sep 15 2006 - 10:24:41 EDT

  • Next message: Richard Palmer: "Using ERPrototypes in Entity Modeler"

    Sheesh - I'm getting to old, and my memory is failing. THIS is what
    I was using, but I built a whole new Eclipse directory and never
    remembered to install this.

    Thanks again,
    Ken

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

    > The 'dist' folder is for the ant builder and the 'build' folder is
    > for the incremental builder.
    >
    > You could enhance the incremental builder with the filesyncplugin.
    > http://andrei.gmxhome.de/filesync/index.html
    > uli
    >
    > Am 15.09.2006 um 15:51 schrieb Ken Anderson:
    >
    >> 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
    >>>>
    >>>
    >>
    >
    > Mit freundlichen Grüßen
    >
    > Ulrich Köster
    >
    > Assense Software Solutions GmbH
    > Stadtdeich 27
    > 20097 Hamburg
    >
    > Fernsprecher: +49 (0)40 3037579-0
    > Fernkopierer: +49 (0)40 3037579-9
    >
    >
    >
    >



    This archive was generated by hypermail 2.0.0 : Fri Sep 15 2006 - 10:24:57 EDT