Skip to content

Issue with sub folder #7

@cbou

Description

@cbou

Some folders are not found in ${watched.file}.

When I change the file /home/foo/bar/baz/MyResource.java.

it displays A file has changed! /home/foo/MyResource.java and avoid bar/baz.

I started ant from /home/foo.

<watch>
   <when>
      <target>
         <echo>Something has happened.</echo>
         <echo>A file has changed! ${watched.file}</echo>
      </target>
      <fileset dir="${dir.bar}" includes="**/*"/>
   </when>
</watch>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions