Re: Install .xsd file in .woa root

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Tue Jun 13 2006 - 07:25:44 EDT

  • Next message: Ulrich Köster: "Re: Including a resource without an extension"

    Hi Brendan,

    http://ant.apache.org/manual/index.html

    a cp should do the trick:

    <cp file="foo.xsd" todir="${dest.dir}/${project.name}.woa/"/>

    Uli

    Am 19.05.2006 um 21:29 schrieb Brendan Duddridge:

    > Hi,
    >
    > Does anyone know how I could modify the ant build.xml file to have
    > it automatically copy an xsd file into the woa root folder when I
    > install? When the xml file we want to parse contains a relative
    > reference to our xsd file, the application seems to look for it in
    > the .woa directory. Ultimately we would prefer the xml file to
    > contain an absolute reference to our xsd file, but we don't always
    > have the luxury of getting that.
    >
    > Thanks,
    >
    > ____________________________________________________________________
    > Brendan Duddridge | CTO | 403-277-5591 x24 | brenda..lickspace.com
    >
    > ClickSpace Interactive Inc.
    > Suite L100, 239 - 10th Ave. SE
    > Calgary, AB T2G 0V9
    >
    > http://www.clickspace.com
    >



    This archive was generated by hypermail 2.0.0 : Tue Jun 13 2006 - 07:25:47 EDT