Re: Bug in Ant ?

From: Ken Anderson (list..nderhome.com)
Date: Thu Jun 15 2006 - 20:24:45 EDT

  • Next message: servic..aypal.com: "Please Restore Your Account Access"

    Thanks... that's the one thing I didn't try!

    Ken

    On Jun 15, 2006, at 6:15 PM, Christian Pekeler wrote:

    > Just change your build.xml to:
    >
    > <copy todir="${dest.dir}/${project.name}.woa/INTCX_HOME">
    > <fileset dir="INTCX_HOME"/>
    > </copy>
    >
    > It'll create INTCX_HOME if it doesn't exist yet.
    >
    > Christian
    >
    >
    >> I'm trying to setup a target that will copy a directory from my
    >> source location to the install location. According to the Ant doc
    >> at apache.org, this should do it:
    >>
    >> <copy todir="${dest.dir}/${project.name}.woa">
    >> <fileset dir="INTCX_HOME"/>
    >> </copy>
    >>
    >> Unfortunately, what it does is take the files that are INSIDE the
    >> INTCX_HOME directory and place them into the .woa. The Ant doc
    >> says this:
    >>
    >> Copy a directory to another directory
    >>
    >> <copy todir="../new/dir">
    >> <fileset dir="src_dir"/>
    >> </copy>
    >



    This archive was generated by hypermail 2.0.0 : Thu Jun 15 2006 - 20:24:51 EDT