On Mon, 23 Sep 2002, Jacob Kjome <[EMAIL PROTECTED]> wrote:
> Turns out that after some more clear thought and debugging that the
> issue lies in the fact that the paths provided by the fileset are
> cleaner than the ones defined by hand. For instance, here are my
> variables used below:
>
>
> <property name="root.dir" value="${basedir}/.." />
> <property name="src.dir" value="${root.dir}/src" />
> <property name="build.dir" value="${root.dir}/WEB-INF" />
Take a look at <property>'s location attribute
<property name="root.dir" location=".." />
will be as clean as the settings in <fileset>.
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>