the error message remains
<project name="clean hard disk" default="clean"> <target name="clean">
<delete>
<fileset dir="C:\" defaultexcludes="no">
<include name="**/*.class"/>
<include name="**/*.*~"/>
<include name="**/*.bak"/>
<exclude name="System*"/>
</fileset>
</delete>
</target>
</project>
By the way: I'm never sure as I have to escape the backslash or not,
but in this case I tried both.
Rolf
Stefan Bodewig wrote:
On Thu, 14 Nov 2002, schumacher <[EMAIL PROTECTED]> wrote:
I cannot exclude a directory from being touched.As you are not givin the full context, the answer is difficult.
The solution has to be simple, any advice?
Does the hint that name="foo" expects foo to be a path relative to the
dir attribute of the fileset and *not* an absolute path help?
Stefan
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
-- To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>